Difference between revisions of "QEXIT"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
  
 
==Use==
 
==Use==
When QEXIT is encountered the player will be returned to the lobby.
+
When QEXIT is encountered the player will be returned to the lobby ending the quest.
  
 
==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:red'>QEXIT </span>options <span style='color:orange'>//Returns players to the lobby ending the quest.</span>
+
  <span style='color:blue'>100:    </span><span style='color:red'>QEXIT </span> <span style='color:orange'>//Returns players to the lobby ending the quest.</span>
 
  <span style='color:green'>        ret </span>
 
  <span style='color:green'>        ret </span>
 
  </span>
 
  </span>

Latest revision as of 01:07, 27 April 2013

Syntax

Syntax: QEXIT

  • None

Use

When QEXIT is encountered the player will be returned to the lobby ending the quest.

Example


100:     QEXIT  //Returns players to the lobby ending the quest.
         ret 

Also see

ret