|
nostra Wanderer
Joined: 23 May 2001 Posts: 68 Location: Sweden
|
Posted: Thu Aug 21, 2003 12:46 am
#color a complete line (despite automatic break) |
Right now the
#color red "%w tells you blah blah"
only colors the first line of output. But the tell is occcassionally too long and broken up on a 2nd line which really messes up my color trigger (it only colors the final line).
Any suggestions how to make sure zmud colors everything? |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Thu Aug 21, 2003 6:59 pm |
Can you turn off word wrapping by the MUD and let zMud handle it? That would catch the entire thing.
How do you 'receive' the second line. |
|
|
|
Warrb Beginner
Joined: 20 Aug 2003 Posts: 10
|
Posted: Thu Aug 21, 2003 11:05 pm |
try:
#TRIGGER {^(%w) tells you (*)} {#COLOR yellow}
and also i like to know when some one is doing it, so i add a #BEEP after #COLOR yellow |
|
|
|
|
|