Difference between revisions of "QEXIT"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 9: Line 9:
 
==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>

Revision as of 01:06, 27 April 2013

Syntax

Syntax: QEXIT

  • None

Use

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

Example


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

Also see

ret