Documentation

#SHOW

SHOW

Syntax: #SH text

Same as the #SAY command. Displays the specified text to the screen without sending it to the server. The difference between #SAY and #SHOW is that #SHOW processes the text just as if it was received from the server. This means text for #SHOW must be in Telnet format, which means %crlf should be used for newlines instead of just %cr.

SHOW example

#SH You have @gold coins
Prints You have nnnn coins to the screen where nnnn is the current value of the @gold variable. Any trigger set up for this type of pattern will get triggered.

Add comment

Login or register to post comments