Unlock door2
From Unofficial QEdit Wiki Guide
Revision as of 02:41, 16 February 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: unlock_door2 xxxxxxxx, xxxxxxxx
- xxxxxxxx (DWORD1) = Floor number.
- xxxxxxxx (DWORD2) = Door id.
Use
Used to unlock doors through scripting.
Example
100: unlock_door2 00000003, 00000002 //Unlocks door id 2 in caves 1.
ret