openwf/Scripts/samples/Become The Stalker.pluto
2025-10-06 18:27:00 +08:00

9 lines
449 B
Plaintext

-- Modifications to sample scripts will be lost the next time you start the game.
local name = "/Lotus/Powersuits/Stalker/Stalker"
local loader = UISys.ScriptResLoader_Create({ name })
repeat yield() until loader:IsDone()
gRegion:GetLocalPlayerAvatar():InventoryControl():RemoveItem(Engine.SLOT_4, true)
gRegion:GetLocalPlayerAvatar():GiveItem(Type(name), true)
gRegion:GetLocalPlayerAvatar():InventoryControl():GetActivePowerSuit():SetXP(1600000)