Difference between revisions of "Sit (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Henning
 
imported>Catwheezle
m (Added "see also" section.)
 
Line 10: Line 10:
|Notes=
|Notes=
It is useful to pair this procedure with a Wait procedure in a simultaneous branch. This effectively puts a timer on how long the actor will sit. It should be noted that this wait time would begin counting down as soon at the actor begins walking to the furniture, not when the actor sits in the furniture.
It is useful to pair this procedure with a Wait procedure in a simultaneous branch. This effectively puts a timer on how long the actor will sit. It should be noted that this wait time would begin counting down as soon at the actor begins walking to the furniture, not when the actor sits in the furniture.
|SeeAlso=
*??? None.


}}
}}

Latest revision as of 02:53, 15 February 2012

Behavior

Description:
Walk to a piece of furniture and use it.

The procedure completes:
Does not complete.

Parameters

  • Target (Target): Specifies which piece of furniture to use.

                                     

Notes

It is useful to pair this procedure with a Wait procedure in a simultaneous branch. This effectively puts a timer on how long the actor will sit. It should be noted that this wait time would begin counting down as soon at the actor begins walking to the furniture, not when the actor sits in the furniture.

See Also

  • ??? None.