| View previous topic :: View next topic |
| Author |
Message |
stellit
Joined: 20 Dec 2005 Posts: 9
|
Posted: Wed Jan 11, 2006 9:21 am Post subject: Problem on color trigger ? |
|
|
I can make color trigger perfectly with tt++. But I cannot unaction the color trigger, always report
| Code: |
#ACTION: NO MATCH(ES) FOUND FOR
|
is here any way to unac the color trigger ? |
|
| Back to top |
|
 |
Scandum Site Admin
Joined: 03 Dec 2004 Posts: 3274
|
Posted: Wed Jan 11, 2006 10:13 am Post subject: |
|
|
It's the regexp, so replace every \ with \\
You can also use #kill and reread your script files.
Another option is turning on a class while making color triggers and using the #class {name} kill option. |
|
| Back to top |
|
 |
|