Scriptname _00E_MQ11c_KetaronStealScript extends ObjectReference  

Event OnActivate(ObjectReference akActionRef)

Debug.Notification("Activated")
Game.GetPlayer().RemoveItem(Self, 1)

EndEvent