Hi,
I've been trying to come up with a set of filter triggers that replace some of the excessively verbose event descriptions on a mud with shorter coloured descriptions of mine. The problem is that if I check the 'omit from output' box the ColourNotes I use don't show up at all and if I use plain text sent to output they do show but always in bright blue colour.
This is example of one of the triggers. I'd like to see it block the line it matches from output alltogether.
</trigger>
<trigger
enabled="y"
match="You purge every drop of venom from your bloodstream\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("brown", "black", "Venom purged")</send>
Also, an example of an trigger that disables and enables an entire group of triggers at a matching phrase would be appriciated. I remember trying to get this to work with no luck at all. Individual triggers I can manage.
Thanks in advance.
I've been trying to come up with a set of filter triggers that replace some of the excessively verbose event descriptions on a mud with shorter coloured descriptions of mine. The problem is that if I check the 'omit from output' box the ColourNotes I use don't show up at all and if I use plain text sent to output they do show but always in bright blue colour.
This is example of one of the triggers. I'd like to see it block the line it matches from output alltogether.
</trigger>
<trigger
enabled="y"
match="You purge every drop of venom from your bloodstream\.$"
regexp="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("brown", "black", "Venom purged")</send>
Also, an example of an trigger that disables and enables an entire group of triggers at a matching phrase would be appriciated. I remember trying to get this to work with no luck at all. Individual triggers I can manage.
Thanks in advance.