Difference between revisions of "Unlock door2"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 10: Line 10:
 
==Example==
 
==Example==
 
  <span style='font-size:12px;font-family:courier'>
 
  <span style='font-size:12px;font-family:courier'>
  <span style='color:blue'>100:    </span><span style='color:green'>unlock_door2 </span>00000003, 00000002 <span style='color:orange'>//Unlocks door id 2 in caves 1.</span>
+
  <span style='color:blue'>100:    </span><span style='color:green'>unlock_door2 </span>00000003, 00000002 <span style='color:orange'>//Unlocks door id 2 on floor 3.</span>
 
  <span style='color:green'>        ret </span>
 
  <span style='color:green'>        ret </span>
 
  </span>
 
  </span>

Latest revision as of 03:11, 16 February 2013

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 

Also see

ret