I have a trigger that is using a few ors. Something like this:
I want to send what it matched on to the status bar. But I'm not sure how. I can't use %1 of course, that would just print one word. And since it's an or, I'm not sure what it would be matching.
hits you for (.*)|You dodge|(.*) looks upI want to send what it matched on to the status bar. But I'm not sure how. I can't use %1 of course, that would just print one word. And since it's an or, I'm not sure what it would be matching.