OnPackageDone

From the Oblivion ConstructionSet Wiki
Revision as of 17:37, 29 January 2009 by imported>Haama (Standardized)
Jump to navigation Jump to search

Syntax:

 begin OnPackageDone PackageID
 begin OnPackageEnd PackageID

Example:

 begin OnPackageDone FollowPlayerPackage 

This block will be run once when the scripted actor completes the specified package. Note that a package can be completed due to failure (pathfinding, or inability to Find the specified number of generic objects, or the duration has expired), unless the Must Reach Location or Must Complete flags are checked on the package.

Note also that certain package types, such as wanders, sleeps and eats, cannot "complete", as they have no Done state, so OnPackageDone will never be triggered for these package types.

See Also

OnPackageChange