FollowerSetDistanceFar - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

If this actor is running a package based on FollowPlayer template, it will set the distance at which to follow the player to far.

Syntax[edit | edit source]

Function FollowerSetDistanceFar()

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Tell Bob to follow the player at a far distance (if he's running a package based on FollowPlayer template)
Bob.FollowerSetDistanceFar()

See Also[edit | edit source]