Difference between revisions of "Disp msg qb"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 5: Line 5:
  
 
==Use==
 
==Use==
Used to display quest board messages.
+
Used to display quest board window messages.
  
 
==Example==
 
==Example==

Revision as of 21:46, 15 February 2013

Syntax

Syntax: disp_msg_qb

  • String = Message to display.

Use

Used to display quest board window messages.

Example


100:     disp_msg_qb 'Message to display<cr>in the quest board message window.' //Displays the text above in a quest board message window.
         close_msg_qb  //Closes the quest board window message.
         ret 

Also see

close_msg_qb, ret