Difference between revisions of "Unhide ene"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
==Use==
 
==Use==
 
Used to unhide enemy(s) through scripting.
 
Used to unhide enemy(s) through scripting.
 +
 +
 +
(Important note: Make sure ALL clients interact with this!!!!!
 +
 +
Also, if a client is not on the floor when something is being
 +
 +
unhidden it won't be unhidden for them.)
  
 
==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'>leti </span>R1, 00000003 <span style='color:orange'>//Floor number = 3 caves 1.</span>
+
  <span style='color:blue'>100:    </span><span style='color:green'>leti </span>R1, 00000003 <span style='color:orange'>//Floor number = 3.</span>
 
  <span style='color:green'>        leti </span>R2, 00000006 <span style='color:orange'>//room id 6.</span>
 
  <span style='color:green'>        leti </span>R2, 00000006 <span style='color:orange'>//room id 6.</span>
 
  <span style='color:green'>        leti </span>R3, 00000008 <span style='color:orange'>//appear flag 8.</span>
 
  <span style='color:green'>        leti </span>R3, 00000008 <span style='color:orange'>//appear flag 8.</span>

Latest revision as of 10:35, 18 February 2013

Syntax

Syntax: unhide_ene register1

  • register1 = Floor number.
  • register2 = Room id.
  • register3 = The set wave number on the enemy you want to unhide.
  • register4 = Delay time before the enemy appears.

Use

Used to unhide enemy(s) through scripting.


(Important note: Make sure ALL clients interact with this!!!!!

Also, if a client is not on the floor when something is being

unhidden it won't be unhidden for them.)

Example


100:     leti R1, 00000003 //Floor number = 3.
         leti R2, 00000006 //room id 6.
         leti R3, 00000008 //appear flag 8.
         leti R4, 00000001 //Delay time of 1.
         unhide_ene R1 //Tells where to start the continuation of registry strings to be used for the unhide enemy information.
         ret 

Also see

leti, ret