SetStatusMessage command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Lets you specify a message for display in the Client Status bar. </sp...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
<span class="f_Para">Lets you specify a message for display in the Client [[ | <span class="f_Para">Lets you specify a message for display in the Client [[Status bar|Status bar]]. </span> | ||
'''Syntax:''' | '''Syntax:''' | ||
<span class="f_Monospace">setStatusMessage</span><span class="f_MonoItal"> </span><span class="f_CodeExample">{</span><span class=" | <p class="syntax"><span class="f_Monospace">setStatusMessage</span><span class="f_MonoItal"> </span><span class="f_CodeExample">{</span><span class="term">&var|&&function|const</span><span class="f_CodeExample">}</span></p> | ||
<span class="f_Para">where: </span> | <span class="f_Para">where: </span> |
Latest revision as of 18:39, 9 February 2023
Action: |
Lets you specify a message for display in the Client Status bar. Syntax: setStatusMessage {&var|&&function|const} where:
Examples: setStatusMessage Nothing happening! set &msg = "Here's Johnny" setStatusMessage &msg |
Client menu: | -- |
Introduced: | Build 59 |