I am trying to set a trigger to colour the text in a colour different than a custom colour. It seems the way to do this is with SetTriggerOption, yet it is not working.
Here is the lines in the code:
However it returns an error, 30026, which the site says is out or range, why is it not working?
Thanks.
Here is the lines in the code:
AddTrigger("Name", "Rene", "", trigger_flag.Enabled + trigger_flag.RegularExpression + trigger_flag.KeepEvaluating + trigger_flag.IgnoreCase, -1, 0, "", "")
--Set to repeat on same line
SetTriggerOption ("Name", "repeat", "y")
IfErrorCode = SetTriggerOption ("Name", "other_text_colour", "magenta")
However it returns an error, 30026, which the site says is out or range, why is it not working?
Thanks.