Documentation

#EXECUTE

EXECUTE

Syntax: #EXE {commands}

Executes the specified command. Since the command can contain variables which are expanded, this command can be very powerful.

Note: Use this command at your own risk!

If you use this in a trigger, you open yourself up to abuse from other users that will try to set off your triggers themselves.

EXEC example

#TRIGGER {^Zugg tells you '(*)'} {#EXEC %1}
Wow, what a trigger! Whenever Zugg tells you to do something, you will do it. Note the importance of using the ^ character to anchor the pattern to the beginning of the line. Without this precaution, somebody could say 'Aurora tells you 'Zugg tells you 'drop all'' which would cause you to inadvertently drop everything you are carrying!

Add comment

Login or register to post comments