|
daemoan.vermillious Apprentice
Joined: 28 Feb 2009 Posts: 135 Location: Chico, Ca
|
Posted: Tue Jan 19, 2010 5:15 pm
trigger problem |
Pattern:
You've dealt 12 attacks dealing 323941 damage.
Trigger:
You've dealt {%d>0} attacks dealing %d damage.
as long as %d is greater than 0 !FIRE!
this doesnt seem to work, not sure tho
would appreciate the help |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jan 19, 2010 5:28 pm |
Not sure why you thought you could put an expression in the middle of a trigger like that...you can't. The proper way to do this is:
#TRIGGER {You've dealt (%d) attacks dealing (%d) damage.} {#IF (%1 > 0) {#send "!FIRE!"}} |
|
|
|
|
|