schragnasher Newbie
Joined: 29 Oct 2009 Posts: 1
|
Posted: Thu Oct 29, 2009 8:15 pm
#TAG and #GAG |
Im trying to redirect the room info to a seperate window. This trigger is working fine...
Code: |
#TRIGGER {^%e[33m(*).*$} {
#VAR roomname {%stripansi( "%1")}
#TAG name @roomname
#CLR Room
#CAP Room
} "" {color}
|
But if i try to edit it to GAG the main window...
Code: |
#TRIGGER {^%e[33m(*).*$} {
#VAR roomname {%stripansi( "%1")}
#TAG name @roomname
#CLR Room
#CAP Room
#GAG
} "" {color}
|
It no longer works correctly. Is there a way to do this? |
|