Difference between revisions of "OnPackageStart"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Ecaponi
 
imported>JOG
(Moved to "Category: Blocktypes")
 
Line 5: Line 5:


This block will be run once when the scripted actor starts running the specified package.  
This block will be run once when the scripted actor starts running the specified package.  
[[Category: Commands]]
[[Category: Blocktypes]]

Latest revision as of 02:57, 26 May 2006

Syntax:

 begin OnPackageStart PackageID

Example:

 begin OnPackageStart FollowPlayerPackage 

This block will be run once when the scripted actor starts running the specified package.