SAY
Syntax: #SA text
Same as the SH command. Display the specified text to the screen without sending it to the MUD. A Newline is added to the end of the string. To put a newline in the middle of the text, use the %cr predefined variable.
SAY example
#SA You have @gold coins Prints You have nnnn coins to the screen where nnnn is the current value of the @gold variable.
#TRIGGER {aura fades} {#SA SANC IS OUT!!!!;#COLOR red} If the string aura fades is received from the MUD, the string SANC IS OUT!!!! is displayed to your screen and colored red.
#TRIGGER {aura fades} {#SA %ansi(red)SANC IS OUT!!!!} Same as above.