Difference between revisions of "Travel (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
m (Added "see also" section.)
imported>Thingy Person
 
Line 2: Line 2:
|Name=Travel
|Name=Travel
|Description=Actor walks to the specified location.
|Description=Actor walks to the specified location.
|Completes=The procedure is considered done when the actor gets to the location.
|Completes=The procedure is considered done when the actor gets to the location and the duration has expired.


|Param1=Destination
|Param1=Destination
Line 13: Line 13:


|Notes=
|Notes=
*None
*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.


|SeeAlso=
|SeeAlso=

Latest revision as of 07:15, 25 June 2012

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.