StopWaiting

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
[Actor].StopWaiting PackageID

Example

BuddyRef.StopWaiting FollowPlayerPackage

Buddy will stop waiting after previously being told to wait using Wait

Notes

None

See Also