* "string": Difference between revisions
Jump to navigation
Jump to search
(Created page with "Activates the Message Row and displays a line of text. ==Usage== * "I'm displaying a line of text that changes color." * "~fI'm displaying a line of text that stays white...") |
No edit summary |
||
Line 1: | Line 1: | ||
Activates the [[Message Row]] and displays a line of text. | Activates the [[Message Row]] and displays a line or multiple lines of text. | ||
==Usage== | ==Usage== | ||
Line 8: | Line 8: | ||
set "$string" "I'm displaying a line of text from a string." | set "$string" "I'm displaying a line of text from a string." | ||
* "&$string&" | * "&$string&" | ||
==CLEAR MESG== | |||
A command that turns the message row off, clearing whatever text was being displayed by it. | |||
[[Category:MegaZeux Commands]] | [[Category:MegaZeux Commands]] |
Revision as of 01:36, 26 January 2011
Activates the Message Row and displays a line or multiple lines of text.
Usage
* "I'm displaying a line of text that changes color."
* "~fI'm displaying a line of text that stays white."
set "$string" "I'm displaying a line of text from a string." * "&$string&"
CLEAR MESG
A command that turns the message row off, clearing whatever text was being displayed by it.