Wait
From GECK
Link to TES4 Construction Set Wiki: Wait.
A function included in the GECK version 1.1.0.36.
Contents |
Description
Tells an actor to go into "wait" behavior for the specified package. Works only if PackageID is the actor's current package, and if the current package is a Follow or Accompany package.
Syntax
[Actor].Wait PackageID
Example
BuddyRef.Wait FollowPlayerPackage
Buddy will wait until told otherwise using StopWaiting
Notes
None
