Difference between revisions of "Unlock door2"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(No difference)

Revision as of 02:41, 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 in caves 1.
         ret 

Also see

ret