Difference between revisions of "Disp msg qb"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
LunarFuror (Talk | contribs) (→Syntax) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
− | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>disp_msg_qb</span></span> | + | ''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>disp_msg_qb</span> String</span> |
− | * | + | * string = Message to display |
+ | ** See list of [[Special characters]] | ||
==Use== | ==Use== |
Latest revision as of 14:06, 9 April 2021
Contents
Syntax
Syntax: disp_msg_qb String
- string = Message to display
- See list of Special characters
Use
Used to display quest board window messages.
Example
100: disp_msg_qb 'Message to display<cr>in the quest board window message.' //Displays the text above in a quest board window message.
close_msg_qb //Closes the quest board window message.
ret