FollowTo (Procedure)

From the CreationKit Wiki
Jump to navigation Jump to search

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 Also

  • ??? None.