openwf/Scripts/samples/Enter Simulacrum.pluto
2025-10-06 18:27:00 +08:00

8 lines
333 B
Plaintext

-- Modifications to sample scripts will be lost the next time you start the game.
while not gPlayerProfileMgr:IsLoggedIn() do
yield()
end
local args = Engine.OpenLevelArgs()
args:SetLevel("/Lotus/Levels/Tenno/SimulacrumEnemySpawnerC.level")
args:SetGameRules("/Lotus/Types/GameRules/LotusDangerRoomGameRules")
Engine.OpenLevel(args)