Travel (Procedure)

From the CreationKit Wiki
Jump to navigation Jump to search

Behavior

Description:
Actor walks to the specified location.

The procedure completes:
The procedure is considered done when the actor gets to the location and the duration has expired.

Parameters

  • Destination (Location): Location to travel to.
  • RideHorseIfPossible (Bool): If true, will ride horse if possible.

                                   

Notes

  • If the duration is set higher than 0 and the 'Must Complete' flag is checked, the actor will stand perfectly still at the destination until the duration has expired.

See Also

  • ??? None.