Trigger suggestion

Posted by JSteele1234 on Wed 05 Sep 2001 01:23 AM — 4 posts, 18,176 views.

USA #0
I think there should be another option in the trigger window to just omit what the trigger sends from the output, but still display the line that triggered it, unlike the already existing "omit from output" option.
Australia Forum Administrator #1
You could do that in a script.

Rather than sending to the world directly, call a script like this:


sub mytrigger (strTriggerName, strTriggerLine, arrWildCards)

world.EchoInput = vbfalse ' turn echo off
world.Send "blah blah blah"
world.EchoInput = vbtrue ' turn echo back on

end sub

USA #2
But I don't want to have to script each simple trigger just so that it won't echo. It would be so much simpler to uncheck a box.
Australia Forum Administrator #3
OK, I have added that as suggestion #407.