Difference between revisions of "LockDoors (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Henning
m
 
imported>Catwheezle
(Added "see also" section items.)
Line 17: Line 17:
*Usually found in a package after running a [[Procedure Travel | Travel procedure]] to get them to the location - often used in packages of citizens to make sure they lock their doors at night.
*Usually found in a package after running a [[Procedure Travel | Travel procedure]] to get them to the location - often used in packages of citizens to make sure they lock their doors at night.


 
|SeeAlso=
*[[Locking and Unlocking Doors]]
*[[UnLockDoors (Procedure)]]
}}
}}

Revision as of 23:35, 14 February 2012

Behavior

Description:
Actor locks doors he owns in the location. (Happens "magically" - he does not path to the doors.)

The procedure completes:
When the doors are locked.

Parameters

  • Location (Location): Location with doors to lock.
  • WarnBeforeLocking (Bool): If true, will warn the player to leave before locking the doors.

                                   

Notes

  • See also Locking and Unlocking Doors for how NPCs handle this automatically.
  • In previous games, this was a flag on packages, it is now a discreet procedure.
  • Usually found in a package after running a Travel procedure to get them to the location - often used in packages of citizens to make sure they lock their doors at night.

See Also