|
cheyana Newbie
Joined: 16 May 2003 Posts: 1
|
Posted: Fri May 16, 2003 3:43 am
capture windows |
is there a way to capture within a single window all channels of interest (tell, guild, etc) from multiple player windows ?
i capture tells to something like #cap tellog in each player window but it opens a "tellog" named window attached to each player window |
|
|
|
darkfenix Wanderer
Joined: 02 Feb 2002 Posts: 58
|
Posted: Fri May 16, 2003 10:26 am |
okey here
Pattern:
^(%w) tells you,
Value:
windows="Captured"
#CAP Captured
#T+ cap
Pattern:
~((%w)~):
Value:
windows=%1
#CAP Captured
#T+ Cap
#CLASS {Cap} {disable}
#TRIGGER {(*)} {#cap captured}
#CLASS 0
And finally also put a
#T- Cap
on your prompt trigger |
|
|
|
|
|