FollowerSetDistanceMedium - 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 medium.

SyntaxEdit

Function FollowerSetDistanceMedium()

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

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

See AlsoEdit