StopWaiting
Revision as of 13:08, 20 January 2017 by imported>Pintocat
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: StopWaiting.
A function included in the GECK version 1.1.0.36.
Description
Tells an actor to resume normal package behavior after being put into a "wait" state by the Wait command.
Syntax
[Actor].StopWaiting PackageID
Example
BuddyRef.StopWaiting FollowPlayerPackage
Buddy will stop waiting after previously being told to wait using Wait
Notes
None