|
donki Newbie
Joined: 13 Jul 2003 Posts: 5
|
Posted: Sun Jul 13, 2003 9:22 pm
Trigger++ |
Please help me somebody!
I have the next trigger:
pattern:({@grouplist})( )
value:#SUB {%1" <F"%ismember( %1, @grouplist)"> "}
I place a function key behind every name in my group.
Its working correctly, except when there is two groupmember's name in one line. It display correctly the first one, but cant display well the second one. For example it substitute Murgen heals Murgen
to Murgen <F11> hMurgen <F11> rgen (i would prefer Murgen <F11> heals Murgen <F11>.) Why does it happen, and how can i fix it.
(Or how can i avoid work the trigger when there are 2 groupmembers in one line?) |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Mon Jul 14, 2003 7:34 am |
The <> seems to cause problems. Try using a different bracket.
Pattern: ({@grouplist})
Value: #SUB {%1 "["F%ismember( %1, @grouplist)"]"} |
|
|
|
donki Newbie
Joined: 13 Jul 2003 Posts: 5
|
Posted: Mon Jul 14, 2003 9:47 am |
Hey! It's working!
Thank you! |
|
|
|
|
|