I have this line of code to match.
The problem is I have to use this expression to match it and it only matches when more code is sent after the line I am trying to match when I use test trigger.
This line doesn't match it at all.
How can I get it to match that line without requiring more code sent after it or before it. Just match it if that line is sent anywhere in the output.
Like when I test trigger, It doesn't match until something is sent from the mud after it.
Global Quest: The quest will start in 4 ticks and will last for 81 ticks.The problem is I have to use this expression to match it and it only matches when more code is sent after the line I am trying to match when I use test trigger.
*Global Quest: The quest will start in * ticks and will last for * ticks.*This line doesn't match it at all.
Global Quest: The quest will start in * ticks and will last for * ticks.How can I get it to match that line without requiring more code sent after it or before it. Just match it if that line is sent anywhere in the output.
Like when I test trigger, It doesn't match until something is sent from the mud after it.