Trigger 1
(.+) (damages|hurts|Blasts) John
Dam = (dam or 0) + 1
Trigger 2
^$
I want if Dam = more then 4 to send but can not find the command.
falcon damages john.
falcon damages john.
falcon damages john.
= nothen
but if
falcon damages john.
falcon blasts john hard.
falcon hurts john.
falcon damages john.
= c 'fast healing' john
can someone tell me the catch phrase that works for matching counters?