OnPackageChange
Revision as of 18:41, 31 January 2006 by imported>Ecaponi
Syntax:
begin OnPackageChange PackageID
Example:
begin OnPackageChange FollowPlayerPackage
This block will be run once when the scripted actor changes from the specified package to some other package. Note that "interrupt" packages like combat or conversation do not trigger this block, since they only temporarily replace the current package.
Note that this block is only triggered if the actor chooses a different package. If the specified package completes, but the actor evaluates to this package again, OnPackageChange will NOT be triggered.