|
Smiker Newbie
Joined: 07 Feb 2006 Posts: 3
|
Posted: Tue Feb 07, 2006 9:27 pm
Windows... |
I need a script to capture some text to my 'tells' and 'global' windows.....
MUD: Nodeka
Examples of text I need:
Evo says, 'SMIKER IS A BULLY :('
[ Caller: Thing ]: 'nod sec'
## (multiple stuff goes here)
Thing tells you, 'Kos Smiker'
You tell Thing, 'Haha, you wish' |
|
|
|
BillyWiz Newbie
Joined: 06 Feb 2006 Posts: 8
|
Posted: Tue Feb 07, 2006 10:54 pm |
Look at my post 'Windows'
|
|
|
|
Pseudo Wanderer
Joined: 25 Oct 2005 Posts: 99
|
|
|
|
Iceclaw Apprentice
Joined: 11 Sep 2005 Posts: 124
|
Posted: Wed Feb 08, 2006 2:36 pm |
#trigger {^(%w) says, ~'(*)'~$} {#capture 1 says}
#trigger {^~[(*)~]~: '(*)'$} {#capture 1 CallerThing}
#trigger {^(%w) tells you, '(*)'$} {#capture 1 tells}
#trigger {^You tell (%w), '(*)'$} {#capture 1 tells} |
|
|
|
|
|