ECHO

Syntax: #EC string
Related: #SAY

Echo the string to the top window. Like the SAY command, except SAY echoes to the window it was issued from. The difference is when performing trigger actions. Using SAY, the trigger will echo the string to the window that issued the trigger. Using ECHO it will echo to the window the user is currently viewing.

ECHO example

#TRIGGER {The glow fades} {#ECHO {Sanc out in window %window}}
When your sanctuary spell runs out in any window containing this trigger, the window that currently has focused is given the message that Sanctuary has run out. The {} around the message is needed for zMUD to expand the variable %window.


Contents DOOR ECHOPROMPT