SAY

Syntax: #SA text

Same as the SH command. Echoes 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} function.

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.
 
#ACTION {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.


Contents SAVE SAYPROMPT