Unlock door2
From Unofficial QEdit Wiki Guide
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 on floor 3.
ret