I seem to be encountering a snag concerning the "keep evaluating" option and two triggers.
Here's the output:
My friend, clearly you know little of the sultry tango, if you think that you
can perform it without a partner.
I have a multiline trigger that responds to the full two lines of output:
My friend\, clearly you know little of the sultry tango\, if you think that you \ncan perform it without a partner\.\Z
As well as a single line trigger that responds to only the second line of output:
^can perform it without a partner\.$
Both triggers are set to "keep evaluating", but that's where I run into my dilemma. My single line trigger will only fire if I set it at a lower sequence number than the multiline trigger. So the execution ends up being single line trigger, multiline trigger.
My questions is this: Is it possible to make the multiline trigger fire first, and have the single line trigger fire second?
I believe I can work around this using an enabling/disabling system for the trigger for both lines of output, but I'm wondering if there's another method that I'm missing. Thanks for any response.
Here's the output:
My friend, clearly you know little of the sultry tango, if you think that you
can perform it without a partner.
I have a multiline trigger that responds to the full two lines of output:
My friend\, clearly you know little of the sultry tango\, if you think that you \ncan perform it without a partner\.\Z
As well as a single line trigger that responds to only the second line of output:
^can perform it without a partner\.$
Both triggers are set to "keep evaluating", but that's where I run into my dilemma. My single line trigger will only fire if I set it at a lower sequence number than the multiline trigger. So the execution ends up being single line trigger, multiline trigger.
My questions is this: Is it possible to make the multiline trigger fire first, and have the single line trigger fire second?
I believe I can work around this using an enabling/disabling system for the trigger for both lines of output, but I'm wondering if there's another method that I'm missing. Thanks for any response.