Wait

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

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

See Also