 |
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Thu Feb 05, 2004 1:29 am
Multiple Windows |
How would i set things up to move channels and things into a new window?
A tell looks like this: Shippo tells you 'i am trying to get eq at the moment'
How would I get a tell into a new window? |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Feb 05, 2004 1:50 am |
Figure out what pattern will let you know it's a tell. Put that in a trigger and use the #CAPTURE command.
#TR {tells you} {#CAP Tells} |
|
|
 |
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Thu Feb 05, 2004 3:47 am |
Where do i put that trigger? In the game im playing or the window i want it to go to?
|
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Thu Feb 05, 2004 5:14 am |
In the Window you normaly recieve tells just past it into the command line and hit enter
|
|
|
 |
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Thu Feb 05, 2004 10:19 pm |
Ok. Thank you. Now how do i make tells not show up on the normal screen but still show up in a new one?
|
|
|
 |
M_Hennecke Newbie
Joined: 04 Feb 2004 Posts: 5 Location: Germany
|
Posted: Thu Feb 05, 2004 11:41 pm |
you have to add a #GAG command to the the trigger. You could edit the existing trigger or you add it after the in the mentioned trigger
#TR {tells you} {#CAP Tells;#GAG}
Marius |
|
|
 |
Prodigy Newbie
Joined: 13 Feb 2004 Posts: 1 Location: United Kingdom
|
Posted: Fri Feb 13, 2004 4:21 am |
My zMUD takes that as a sign to capture everything into a new window starting when the first line i actually want captured comes up.
#TR {tells you} {#CAP Tells;#GAG} - first time somebody tells me something, it opens the new Tells window, and captures everything from the old, when i only want that single line to be captured over.
Any ideas? |
|
|
 |
nexela Wizard

Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Fri Feb 13, 2004 4:47 am |
Make sure your using #gag and not #gagon or some such
|
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Feb 13, 2004 9:28 am |
Nothing in that trigger will capture anything which isn't on the line which triggered it. If you are capturing lines which don't contain the phrase "tells you" then you have other triggers doing the capturing.
|
|
|
 |
|
|