Documentation

#PRINT

PRINT

Syntax: #PRINT text

Display the specified text to the screen without sending it to the server. 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. The displayed text will not fire triggers.

PRINT example

#PRINT You have @gold coins
Prints You have nnnn coins to the screen where nnnn is the current value of the @gold variable.

#TRIGGER {Zugg} {#SUB Darker}
#PRINT "Something to do with Zugg."
Prints "Something to do with Zugg." to the screen. The #sub trigger won't be activated.

Add comment

Login or register to post comments