09 May, 2009, Igabod wrote in the 1st comment:
Votes: 0
I'm trying to remember how to set up a trigger so that when someone chats or says something it sends that line of text to a seperate window. I've done this before, years ago, but I can't remember anymore. Any assistance would be very much appreciated.

I'm using zmud 4.62 and zmud 7.04 (I'm sure it works on 4.62 cause that's all I used when I did this before)
09 May, 2009, Confuto wrote in the 2nd comment:
Votes: 0
#TRIGGER {^(%d) says, ~"(*)~"$} {#CAP saywindow;#GAG}


Something like this, perhaps?

EDIT: Oops, forgot:
#MAKEWINDOW saywindow open
09 May, 2009, Kline wrote in the 3rd comment:
Votes: 0
Do you have to MAKEWINDOW now? Last I remember using a CAP trigger it automatically made the new window on the first capture.
09 May, 2009, Banner wrote in the 4th comment:
Votes: 0
Wow. And now I found another reason why I use Mushclient.
09 May, 2009, Scandum wrote in the 5th comment:
Votes: 0
Banner said:
Wow. And now I found another reason why I use Mushclient.

Cause it looks even more obnoxious in xml?
09 May, 2009, Hades_Kane wrote in the 6th comment:
Votes: 0
I don't know if this will help, but this is something one of my players (Zilone) posted:

Quote
#CLASS {Chat Capture} {enable}
#TRIGGER {%1tells the group '%2'} {#cap chat} "" {notrig}
#REGEX {\[(.*?)\] (.*?): '(.*?)'} {#cap chat} "" {notrig}
#TRIGGER {%1 says '%2'} {#cap chat}"" {notrig}
#TRIGGER {You say '%1'} {#cap chat}"" {notrig}
#TRIGGER {%1 tells you '%2'} {#cap chat} "" {notrig}
#TRIGGER {You reply to %1 '%2'} {#cap chat} "" {notrig}
#TRIGGER {You tell %2 '%3'} {#cap chat} "" {notrig}
#TRIGGER {%1 replies '%2'} {#cap chat} "" {notrig}
#TRIGGER {%1 yell '%2'} {#cap chat} "" {notrig}
#TRIGGER {%1 yells '%2'} {#cap chat} "" {notrig}
#TRIGGER {%1 osays '%2'} {#cap chat} "" {notrig}
#REGEX {\[INFO\] (.*?) has logged into End of Time.} {#cap chat} "" {notrig}
#REGEX {\[INFO\] (.*?) has signed out.} {#cap chat} "" {notrig}
#REGEX {\[(.*?)\]: (.*?)} {#cap chat} "" {notrig}
#TRIGGER {You osay '%1'} {#cap chat}
#CLASS 0
09 May, 2009, David Haley wrote in the 7th comment:
Votes: 0
Scandum said:
Banner said:
Wow. And now I found another reason why I use Mushclient.

Cause it looks even more obnoxious in xml?

Maybe because you don't need to remember obscure syntax to create simple triggers…
10 May, 2009, Vladaar wrote in the 8th comment:
Votes: 0
We have a mudclient trigger, scripting forum on our website. I don't believe
we discuss what your talking about, but have some other things of use
if your interested, or wish to contribute please feel free.
http://6dragons.org/forums/viewforum.php...

Vladaar
0.0/8