triggers and echos

thakonsson
Posts: 9
Joined: Tue Oct 02, 2012 2:03 am

Re: triggers and echos

Post by thakonsson »

You are understanding the question. Can you elaborate on the regex and matches table or point me to somewhere I can read up on it? Thank you!

User avatar
demonnic
Posts: 886
Joined: Sat Dec 05, 2009 3:19 pm

Re: triggers and echos

Post by demonnic »

http://wiki.mudlet.org/w/Manual:Introduction#Triggers Here's the basic introduction to triggers... but essentially, matches[1] contains the entire match, matches[2] is the first capture group. So in the previious example matches[2] would be "SomeGuy" and matches[3] would be "SomeRandomOrc"

Post Reply