FollowerWait - Actor

From the Fallout4 CreationKit Wiki
Revision as of 11:39, 17 June 2015 by imported>Valie (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Actor Script

If this actor is running a package based on FollowPlayer template, it will cause him to wait at his current position.

Syntax[edit | edit source]

Function FollowerWait()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Tell Bob to wait at his current position(if he's running a package based on FollowPlayer template)
Bob.FollowerWait()

See Also[edit | edit source]