Trigger Help...

Posted by Aenarion3 on Wed 26 May 2004 11:54 PM — 3 posts, 14,012 views.

#0
Hello all,

New trigger user, please be patient:)

I want both the "camo" and "vis" commands input into the mud upon receiving this phrase "You attempt to blend in with your surroundings."

Basically when that phrase is received I want to send back the commands "camo" and "vis".

Is this possible? Am I missing something?

I've tried putting the trigger phrase in the trigger area and then in the send area: camo; vis (or camo;vis, camo ; vis, etc")

I can't get it to go. Please help.

aen
USA #1
in the send area, just type:
camo
vis
ie: camo[hit return]vis
the send line doesnt usually parse like normal commands (you can make it do so if you so desire) but, for normal triggers, you dont need to make it do that. So just type it in as two seperate lines.

Assuming your trigger is matching (change the color of the line to see if it matches) it should work. If not, then you have a problem with the trigger matching.
USA #2
You don't need to use the ; command seperator in triggers. Just hit enter and put the next command on a new line. The ouput box sends everything you type in it as you 'literally' enter it, so ; is actually 'sent' to the mud, not parsed as part of a sequence of commands.