SetStatusMessage command

From m204wiki
Revision as of 18:39, 9 February 2023 by Ekern (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Lets you specify a message for display in the Client Status bar.

Syntax:

setStatusMessage {&var|&&function|const}

where:

  • &var is a macro variable that may or may not already exist.
  • &&function is a macro function.
  • const is a character string, which does not have to be enclosed in quotes.

Examples:

setStatusMessage Nothing happening! 

set &msg = "Here's Johnny" 

setStatusMessage &msg 

Client menu: --
Introduced: Build 59