|
johnjohn Newbie
Joined: 07 Oct 2002 Posts: 1
|
Posted: Mon Oct 07, 2002 8:40 am
why doesn't this trigger work? |
Using Zmud 4.62 the pattern is
Mana (%d,%d) Force (%d)>
Output is
#IF (((%1) >= 1) AND ((%3) >= 25)) {ka}
So in all reality, should this work?
Mana (5,347) Force (73)> |
|
|
|
cingulli Wanderer
Joined: 30 Aug 2001 Posts: 53 Location: Finland
|
Posted: Mon Oct 07, 2002 9:50 am |
#tr {Mana ~((%d),(%d)~) Force ~((%d)~)>} {#IF (((%1) >= 1) AND ((%3) >= 25)) {ka}}
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Oct 07, 2002 5:16 pm |
Pattern
Mana ~((%n)~) Force ~((%d)~)~>
Output
#IF ((%1 > 999) AND (%2 > 24)) {ka}
Command line version
#TR {^Mana ~((%n)~) Force ~((%d)~)~>} {#IF ((%1 > 999) AND (%2 > 24)) {ka}}
You should probably make this trigger on prompt, and not on newline, if those options are available in 4.62. You should also consider upgrading, 4.62 is fairly old and if you're using it legally you've already paid the license fee so it won't cost you anything to upgrade to 6.16.
LightBulb
Senior Member |
|
|
|
|
|