|
palio Novice
Joined: 30 Jul 2003 Posts: 36
|
Posted: Mon Oct 20, 2003 3:43 am
Group Window |
I am trying to redirect my group list to a seperate window called group. I would like it cleared before it adds the info so i dont end up with a whole list of the same lines but I am not having much luck. Can anyone help. Here is a basic group command (the ### tnl is on the same line as the other info it just wraps in here.
Firedale's group:
[163 T+6] Lysa 6263/8909 hp 3512/6567 mana 1809/2846 mv 6233 tnl
[158 W+7] Firedale 9182/9971 hp 2835/7343 mana 1402/3281 mv 109 tnl |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Oct 20, 2003 4:17 am |
In the trigger that captures your group info, put ":groupwindow:#clr" as the first command, where groupwindow is the actual name of your window.
|
|
|
|
palio Novice
Joined: 30 Jul 2003 Posts: 36
|
Posted: Mon Oct 20, 2003 6:08 am |
That does not work cause it clears the window every person so you only get the last person
#trigger {^(*) tnl$} {#clr group;#cap group} |
|
|
|
palio Novice
Joined: 30 Jul 2003 Posts: 36
|
Posted: Mon Oct 20, 2003 6:17 am |
Ok I think I got it used 2 triggers the first one clears teh second captures
|
|
|
|
|
|