FollowerSetDistanceNear - Actor

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 near.

SyntaxEdit

Function FollowerSetDistanceNear()

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Tell Bob to follow closely(if he's running a package based on FollowPlayer template)
Bob.FollowerSetDistanceNear()

See AlsoEdit