Difference between revisions of "FollowTo (Procedure)"
Jump to navigation
Jump to search
imported>Henning m (moved Procedure FollowTo to FollowTo (Procedure)) |
imported>Catwheezle m (Added "see also" section.) |
||
Line 35: | Line 35: | ||
*See [[Procedure Follow|Follow procedure]] | *See [[Procedure Follow|Follow procedure]] | ||
|SeeAlso= | |||
*??? None. | |||
}} | }} |
Latest revision as of 02:53, 15 February 2012
Behavior
Description:
The Follow To Procedure is nearly identical to the Follow Procedure but it has a defined "Destination" end point where Actors will stop following.
The procedure completes:
When the actor arrives at the EndLocation
Parameters
- Target (Target): Specifies an actor to follow.
- EndLocation (Location): The procedure is considered "done" when the actor gets to the specified location.
- MinRadius (Float): Specifies the closest that the following actor should be to the target. If too close, the follower will not walk.
- MaxRadius (Float): Specifies the furthest that the following actor should be from the target. If too far away, the follower will begin running.
- GoToLeadersGoal (Bool): If following an NPC, will try to walk toward it, simulating an approximation of "walking with" rather than "following behind."
- RideHorseIfPossible (Bool): If true, will ride a horse if possible.
- NeedLOS (Bool): If true, actor will only follow if has Line of Sight to the target.
Notes
- See Follow procedure
See Also
- ??? None.