argon1 Newbie
Joined: 11 Nov 2004 Posts: 1
|
Posted: Fri Nov 12, 2004 5:16 pm
Expression Trigger? |
I have set up zmud so that the #setprompt captures all the information in my hp bar. What I want to do is have a trigger fire based on my hp, chi, mana, etc. I have tried using an expression trigger and a pattern trigger. What happens is the trigger fires 4 times before stopping, when I think it should only fire once.
I want the trigger to fire when: @hp>405 and @chi<105 . The command is ennervate which increases chi by 20. So if chi increases above 105 then the trigger shouldn't fire but it does 3 more times.
#regex (@hp>405 and @chi<105) {en;ha;h}
Any thoughts on what is going on? I thought an expression trigger was only supposed to fire when one of the values changed (hp or chi).
Thanks.
Miguel |
|