I think there's something called '#sub' in Zmud, where I can gag the triggered text, and replace it with something else. I've tried to do this in Mushclient, with this trigger:
But when I test trigger: \0AMalifuus springs forward and mauls your right leg.\0A
It matches, but I don't see the ColourNote. I'd _really_ like to be able to do this, please help!
<triggers>
<trigger
enabled="y"
group="Combat"
keep_evaluating="y"
match="^(\w+) springs forward and mauls your (left|right) (arm|leg)\.$"
omit_from_output="y"
regexp="y"
send_to="12"
sequence="50"
>
<send>ColourNote("silver", "black", "%1: .mauled. /%2/ /%3/!")</send>
</trigger>
</triggers>
But when I test trigger: \0AMalifuus springs forward and mauls your right leg.\0A
It matches, but I don't see the ColourNote. I'd _really_ like to be able to do this, please help!