 |
divsky Newbie
Joined: 13 Dec 2004 Posts: 1
|
Posted: Mon Dec 13, 2004 3:09 am
Gagging input from triggers |
I have a trigger that every 15 seconds sends the command "where" to the mud and sends the results to a seperate window so I can constantly monitor whose near me. Problem is I still get the "where" echo from the trigger every 15 seconds on my main window (note, not the mud output sent from the where command. The actual word "where" from the trigger input) What can I do to get rid of it, I see no way of gagging the input from triggers.
|
|
|
 |
jessew Apprentice
Joined: 03 Mar 2003 Posts: 141
|
Posted: Mon Dec 13, 2004 5:38 am |
use #SEND
#alarm 15 {#send {where}}
it wont echo it
cheers |
|
_________________ I love deadlines. I like the whooshing sound they make as they fly by. |
|
|
 |
Vorax Apprentice

Joined: 29 Jun 2001 Posts: 198 Location: USA
|
Posted: Mon Dec 13, 2004 5:39 am |
Have you tried unchecking "Echo scripts" in Preferences->Script Parser?
|
|
|
 |
a5hi5m Beginner
Joined: 04 Mar 2004 Posts: 24 Location: Australia
|
Posted: Mon Dec 13, 2004 9:16 pm |
One problem with unchecking this is that it wont echo macros either, including keypad if you use that for directions/movements (if you use it for that). I found it quite annoying to have that gagged.
|
|
_________________ Smoking@BatMUD |
|
|
 |
|
|