 |
daren Beginner
Joined: 25 Aug 2002 Posts: 13 Location: Australia
|
Posted: Tue Sep 03, 2002 7:33 am
capturing channels |
ok here's the thing on achaea You have clan channels guild channels and such, i am trying to capture those channels problem is it can be on multiple lines sometimes, what would be the best way to do this
|
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Sep 03, 2002 12:44 pm |
The best way to do this varies from MUD to MUD. If you provide some sample MUD output, we might be able to help you with soemthing. Otherwise, the best I can say is to look for anything that lets you know that a line received is a continuation of some previous tell/say/etc.
Kjata |
|
|
 |
TonDiening GURU

Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
|
|
 |
daren Beginner
Joined: 25 Aug 2002 Posts: 13 Location: Australia
|
Posted: Wed Sep 04, 2002 8:07 am |
I just wanted to let you know i figured out a way that does everything i want, i'll outline it now since someone might come up with a better way,
(Jesters): Rak says, "If your looking for something refreshing and new, try
hunting down north reach or whatever, the second newest area."
the above is a sample of one of the guild channels, what i ended up doing is creating a trigger that runs like this
~(Jesters~): (%w) says, ~"(*)
#win jestertells ~(jesters~) %1 say's %2
then putting a new state in that trigger with
(*)
#win jestertells %1
this second state has a looplines 4 option set.
at the same time my prompt trigger resets the state every time it show's
it seems to be working ok, better then my last attempt at least |
|
|
 |
|
|