OnOpen

From the Fallout3 GECK Wiki
Revision as of 03:59, 16 June 2010 by imported>Mikla
Jump to navigation Jump to search


This block will be run once when the scripted object (container or door, may be something else) is opening.

Syntax:

begin OnOpen

Notes

Scripted object must contain "Open" animation (NiControllerSequence in Nif file) othewise it will not run.

See Also