My question is in regard to the effect of starting a multiline trigger with a prompt.
I've read many times that a great increase in efficiency can be obtained by lowering the sequence number of a basic prompt trigger. So by that I think I can assume that having a prompt trigger will overall have a noticeable slowing effect on how quickly everything is processed.
Here's my question:
If I start a bunch of multiline triggers with a prompt, will everything run slightly slower as a result? In other words, when the prompt line is received and then run through all the trigger lines for matches, will it catch on all those multiline triggers and slow down the trigger matching process as a result?
An example of one of these multiline triggers:
(\d+h\, .+)?\nYou give a fearsome roar\.\n\d+h\, \d+m
One situation where it would match:
1000h, 1000m -
You give a fearsome roar.
1000h, 1000m -
If anyone needs me to clarify what I mean, please just ask. (I'm actually getting a bit confused reading this myself, but I'm not sure how else to word it.)
I've read many times that a great increase in efficiency can be obtained by lowering the sequence number of a basic prompt trigger. So by that I think I can assume that having a prompt trigger will overall have a noticeable slowing effect on how quickly everything is processed.
Here's my question:
If I start a bunch of multiline triggers with a prompt, will everything run slightly slower as a result? In other words, when the prompt line is received and then run through all the trigger lines for matches, will it catch on all those multiline triggers and slow down the trigger matching process as a result?
An example of one of these multiline triggers:
(\d+h\, .+)?\nYou give a fearsome roar\.\n\d+h\, \d+m
One situation where it would match:
1000h, 1000m -
You give a fearsome roar.
1000h, 1000m -
If anyone needs me to clarify what I mean, please just ask. (I'm actually getting a bit confused reading this myself, but I'm not sure how else to word it.)