|
Baldur Beginner
Joined: 20 Sep 2002 Posts: 26 Location: Austria
|
Posted: Tue Sep 09, 2003 3:43 am
Echo Command |
Hi,
i can turn on/off if i want to see the commands that i send to the mud at the preferences. Can i change this also with a Command like #T+/#T- or something else?
Thanks,
Baldur |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Sep 09, 2003 3:52 am |
nope, but you could instead use #SEND. That bypasses the screen echo. Another way would be to use an #ONINPUT trigger that gagged output.
#oninput {*} {#gag} //gags all output
#oninput {^shop *} {#gag} //gags only the shop commands |
|
|
|
|
|