 |
biocdkt Newbie
Joined: 08 Aug 2003 Posts: 8 Location: USA
|
Posted: Sun Aug 24, 2003 2:09 am
multi line patterns?? |
On this mud there are two #CR at every tick that looks like...
<75hp 146m 130mv>
<75hp 146m 130mv>
Is there a way to keep track of these ticks as if the tick return was...
<75hp 146m 130mv> A tick has just happened.
Since it's a multi line pattern, I'm not sure it's even possible. |
|
|
 |
megamog75 Enchanter

Joined: 20 Nov 2002 Posts: 627 Location: USA
|
Posted: Sun Aug 24, 2003 3:11 am |
Check out #condition in the help files.
maybe?
#trigger {^~<%dhp %dm %dmv~>} {#noop}
#cond {^$} {#noop}
#cond {^$} {#noop}
#cond {^~<%dhp %dm %dmv~>} {A tick has just happened.}
However after testing this I found it will not work but it would with some tweeking, good luck |
|
|
 |
|
|