enderalse/source/scripts/_00e_mq11c_ketaronstealscript.psc

8 lines
193 B
Plaintext
Raw Normal View History

Scriptname _00E_MQ11c_KetaronStealScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
Debug.Notification("Activated")
Game.GetPlayer().RemoveItem(Self, 1)
EndEvent