Difference between revisions of "OnUnequip"
Jump to navigation
Jump to search
imported>Ecaponi |
imported>JOG (Moved to "Category: Blocktypes") |
||
Line 8: | Line 8: | ||
[[Category: | [[Category: Blocktypes]] |
Revision as of 02:59, 26 May 2006
Syntax:
begin OnUnequip ActorID (optional)
Example:
begin OnUnequip begin OnUnequip player
This block will be run once when the scripted object is unequipped by the specified Actor. If no parameter is used, the block will be run whenever the object is unequipped by any actor.