The MUD I am playing utilizes a bulletin board system for player suggestions, announcements from the IMMs, etc.
Currently I have a trigger set to to hide these lines from output if the number of new notes = 0.
It merely compares the string and if it matches hides it from output.
I'd like to have the trigger do a comparison and and if new notes = 0 hide from output, else show output and play a youvegotmail.wav.
My current trigger is:
It hides this line from output:
( 2) Ideas [ 0] Suggestion for improvement
Is it possible to do this as a single trigger?
Could someone point me in the right direction please?
Any help would be appreciated.
Thank you.
Currently I have a trigger set to to hide these lines from output if the number of new notes = 0.
It merely compares the string and if it matches hides it from output.
I'd like to have the trigger do a comparison and and if new notes = 0 hide from output, else show output and play a youvegotmail.wav.
My current trigger is:
<trigger
enabled="y"
group="Hide Lines"
match="^\( 2\) Ideas [ 0] Suggestion for improvement$"
omit_from_output="y"
regexp="y"
sequence="100"
>
It hides this line from output:
( 2) Ideas [ 0] Suggestion for improvement
Is it possible to do this as a single trigger?
Could someone point me in the right direction please?
Any help would be appreciated.
Thank you.