What is %2?
Trigger names must consist of a letter (A-Z) followed by letters, numbers or the underscore character.
If you try to do something like:
You will get an error because spaces are not allowed.
Trigger names must consist of a letter (A-Z) followed by letters, numbers or the underscore character.
If you try to do something like:
AddTriggerEx("the blue kobold", "^%1%2$", "abc", 1+16+32, -1, 0, "", "", 12, 3)
You will get an error because spaces are not allowed.