Lock door2
From Unofficial QEdit Wiki Guide
Revision as of 03:10, 16 February 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: lock_door2 xxxxxxxx, xxxxxxxx
- xxxxxxxx (DWORD1) = Floor number.
- xxxxxxxx (DWORD2) = Door id.
Use
Used to lock doors through scripting.
Example
100: lock_door2 00000003, 00000002 //locks door id 2 on floor 3.
ret