Difference between revisions of "Disp msg qb"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
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:green'>disp_msg_qb </span>'Message to display<cr>in the quest board | + | <span style='color:blue'>100: </span><span style='color:green'>disp_msg_qb </span>'Message to display<cr>in the quest board window message.' <span style='color:orange'>//Displays the text above in a quest board window message.</span> |
<span style='color:green'> close_msg_qb </span> <span style='color:orange'>//Closes the quest board window message.</span> | <span style='color:green'> close_msg_qb </span> <span style='color:orange'>//Closes the quest board window message.</span> | ||
<span style='color:green'> ret </span> | <span style='color:green'> ret </span> |
Revision as of 21:48, 15 February 2013
Contents
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 window message.' //Displays the text above in a quest board window message.
close_msg_qb //Closes the quest board window message.
ret