Hello,
I found a problem with scripting a regexp alias that has a decimal digit in its pattern.
Using JScript, I've done it like this:
world.AddAlias("somealias", "abc\\d", "command", 1 + 128, "");
In the GUI it shows the pattern as it should be: "abc\d", the RegExp box is checked and the alias looks just fine with one exception: it matches only when "abc\d" is typed in.
But then again, changing any of the alias' options in the GUI makes it match properly on "abc<digit>".
There's no such problem with triggers, only aliases.
I found a problem with scripting a regexp alias that has a decimal digit in its pattern.
Using JScript, I've done it like this:
world.AddAlias("somealias", "abc\\d", "command", 1 + 128, "");
In the GUI it shows the pattern as it should be: "abc\d", the RegExp box is checked and the alias looks just fine with one exception: it matches only when "abc\d" is typed in.
But then again, changing any of the alias' options in the GUI makes it match properly on "abc<digit>".
There's no such problem with triggers, only aliases.