Wait

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: Wait.

A function included in the GECK version 1.1.0.36.

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

[help]
[Actor].Wait PackageID

Example

BuddyRef.Wait FollowPlayerPackage

Buddy will wait until told otherwise using StopWaiting

Notes

None

See Also