Difference between revisions of "OnDrop"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Ecaponi
(No difference)

Revision as of 18:36, 31 January 2006

Syntax:

 begin OnDrop ContainerRefID (optional) 

Example:

 begin OnDrop 
 begin OnDrop player 

This block will be run once when the scripted object is dropped from the Container's inventory. If no parameter is used, the block will be run whenever the object is dropped from anything's inventory.