I've been trying for hours to make ONE trigger that will match on these two messages:
and
I need a pattern that will allow me to store in a wildcard the weapon he is hitting me with (can be 16 different types of weapons, each with its own specific designs), but ignore the weapon I parried with (again, any other type of weapon).
Any suggestions?
^With a focused look, Rutharr strikes at you with a warrior's iron greatsword, and you partially parry the blow with an angelic battle hammer. --not newline here
and
^With a focused look, Rutharr strikes at you with a warrior's iron greatsword. --not newline here
I need a pattern that will allow me to store in a wildcard the weapon he is hitting me with (can be 16 different types of weapons, each with its own specific designs), but ignore the weapon I parried with (again, any other type of weapon).
Any suggestions?