I have a trigger that I set up to highlight some text whenever it appears in the description of a room. The text is, basically:
A lovely birch tree is growing here.
and my trigger looks like this:
(a|an) (lovely|exotic|droopy|...) (birch|elm|maple|...) tree .*
The problem I run into is that this line can appear on one or 2 lines of the desc, so if the line breaks like this:
Blah blah blah blah blah. A lovely
birch tree is growing here.
my trigger won't fire. I've tried playing with the multi-line feature but it doesn't seem to make a difference. Anyone have any suggestions?
Cheers,
Maelwys
A lovely birch tree is growing here.
and my trigger looks like this:
(a|an) (lovely|exotic|droopy|...) (birch|elm|maple|...) tree .*
The problem I run into is that this line can appear on one or 2 lines of the desc, so if the line breaks like this:
Blah blah blah blah blah. A lovely
birch tree is growing here.
my trigger won't fire. I've tried playing with the multi-line feature but it doesn't seem to make a difference. Anyone have any suggestions?
Cheers,
Maelwys