Essentially, I have a catch-all triggers as part of a script, that gags all it encounters. However, right after this unknown amount of text, I have some text that shouldn't be gagged (nor be cause of said triggers execution). Manually echoing this 'finish' line isn't an option since other users of my plugin may actually like to gag that line.
So I've been trying to give my catch-all trigger a higher sequence than the 'finish' line, so that the finish line matches earlier and can disable the second one from firing. Sadly, this does not seem to work as MUSHclient calculates all triggers in advance. Does anyone know a proper way I could work around this, per chance?
So I've been trying to give my catch-all trigger a higher sequence than the 'finish' line, so that the finish line matches earlier and can disable the second one from firing. Sadly, this does not seem to work as MUSHclient calculates all triggers in advance. Does anyone know a proper way I could work around this, per chance?