Documentation

#ECHO

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 focus is given the message that Sanctuary has run out.

Add comment

Login or register to post comments