I'm trying to change the color a trigger matches on, but SetTriggerOption is having no effect. When I tried to use GetTriggerOption to see the current value, I got a nil return, and so now I have no idea what I'm doing wrong...
Here's the trigger, for reference, of course:
When I do something like SetTriggerOption("mapper_title__", "text_colour", 9), it doesn't change to red. Help, please?
Here's the trigger, for reference, of course:
<triggers>
<trigger
back_colour="8"
enabled="y"
keep_evaluating="y"
match="^(?:In the trees above |Flying above |On the rooftops over |In a pit at |In the mountains above |In a nest above )?(.+?)(?: \((?:road|path)\.\))?$"
match_back_colour="y"
match_bold="y"
match_text_colour="y"
name="mapper_title__"
omit_from_output="y"
regexp="y"
script="mapper_title"
sequence="10000"
text_colour="11"
>
</trigger>
</triggers>When I do something like SetTriggerOption("mapper_title__", "text_colour", 9), it doesn't change to red. Help, please?