9 lines
449 B
Plaintext
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) |