Difference between revisions of "Window msg"
From Unofficial QEdit Wiki Guide
LunarFuror (Talk | contribs) (→Syntax) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* string = Message to display | * string = Message to display | ||
+ | * See list of [[Special characters]] | ||
==Use== | ==Use== | ||
Line 15: | Line 16: | ||
</span> | </span> | ||
− | == | + | ==Also see== |
[[add_msg]], [[message]], [[ret]], [[winend]] | [[add_msg]], [[message]], [[ret]], [[winend]] |
Latest revision as of 14:03, 9 April 2021
Contents
Syntax
Syntax: window_msg string
- string = Message to display
- See list of Special characters
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