Difference between revisions of "UnlockDoors (Procedure)"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Catwheezle
(Added "see also" section items and notes.)
imported>Catwheezle
m (Another lock/unlock cut-n-paste bug :))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Procedures
{{Procedures
|Name=LockDoors
|Name=LockDoors
|Description=Actor will lock doors he owns at location. (Happens "magically" - actor will not path to doors)
|Description=Actor will unlock doors he owns at location. (Happens "magically" - actor will not path to doors)
|Completes=When doors are locked.
|Completes=When doors are unlocked.


|Param1=Location
|Param1=Location
|Type1=Location
|Type1=Location
|Desc1=Location in which doors will lock.
|Desc1=Location in which doors will unlock.


|Notes=
|Notes=

Latest revision as of 01:47, 20 May 2012

Behavior

Description:
Actor will unlock doors he owns at location. (Happens "magically" - actor will not path to doors)

The procedure completes:
When doors are unlocked.

Parameters

  • Location (Location): Location in which doors will unlock.

                                     

Notes

See Also