Difference between revisions of "Window msg"
From Unofficial QEdit Wiki Guide
Line 15: | Line 15: | ||
</span> | </span> | ||
− | == | + | ==Also see== |
[[add_msg]], [[message]], [[ret]], [[winend]] | [[add_msg]], [[message]], [[ret]], [[winend]] |
Revision as of 07:19, 28 March 2011
Contents
Syntax
Syntax: window_msg string
- string = Message to display
Use
Used to display a message on screen.
Example
300: window_msg 'Hello world!' //When function is called display window message
add_msg 'Bye world!' //Add to message
winend //Close window message
ret