 |
BlackSmith Apprentice

Joined: 08 Dec 2002 Posts: 152
|
|
|
 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed Oct 12, 2005 1:10 pm |
As always, more specific examples would be nice, but a good place to start is #GAG. If you're get output from a function, e.g. %match, look into #NOOP or #CALL.
|
|
_________________ Asati di tempari! |
|
|
 |
BlackSmith Apprentice

Joined: 08 Dec 2002 Posts: 152
|
Posted: Wed Oct 12, 2005 1:25 pm |
Dunno how much specific it could be as i want to use it quite generaly.
Maybe this helps:
Quote: |
Partner: ^Daaa$
Value:
#That_command_that_hides_output
Blaaa
#That_command_that_shows_output_again |
Thus i would not see the yellow...
Blaaa
..in my screen when the zMud sends/echoes the command.
And no, turning it off from preference is not a option.
Gota try with gag if it realy erases the line and does not leave a empty line there. |
|
|
 |
BlackSmith Apprentice

Joined: 08 Dec 2002 Posts: 152
|
Posted: Wed Oct 12, 2005 4:00 pm |
GAG worked like a charm.
Thanky wery meny. |
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Wed Oct 12, 2005 8:34 pm |
#GAG does not leave an empty line. What is usually the case is that the mud sent an extra return-linefeed sequence to improve readability. ZMud sees that as a separate line and thus #GAG is not applied to it, making it seem as though #GAG is not correctly removing the line.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
Slaem Apprentice
Joined: 20 Sep 2005 Posts: 135
|
Posted: Thu Oct 13, 2005 7:12 am |
BlackSmith wrote: |
Thus i would not see the yellow...
Blaaa
..in my screen when the zMud sends/echoes the command. |
You can also use #SEND to send your commands directly to the mud. |
|
|
 |
|
|