eventOnGrab()
Description
Documentation Comment
Event received when this object is grabbed by the player
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ActiveMagicEffect
event OnGrab()
Debug.trace("Event received - OnGrab")
endEvent