Syntax: #TEMP id {pattern} {commands} classname options Related: #TRIGGER
Creates a temporary trigger. See the #TRIGGER command for more information on triggers. Temporary triggers execute once and then automatically delete themselves.
TEMP Example
#TEMP {You failed your cast} {cast @lastspell} Sets up a trigger that will execute once and then delete itself.