Need help: Howto capture chat and send to window

Post Reply
uti
Posts: 10
Joined: Thu Feb 03, 2011 6:16 pm

Need help: Howto capture chat and send to window

Post by uti »

I am a complete newb to Mudlet, and appreciate any help.

In cmud I managed to script it so that all tells and channel chat (achaea) was captured, gagged, and sent to it's own window.

The Mudlet manual seems to be missing the part about windows at the moment, so I am having some problems figuring out how to do this in Mudlet.

Basically I want a window to pop up on my left at about x55 y35 which handles all my tells and channel chat, and gags it from the main window. Can anyone help me with this, please? My screenwidth in achaea is 0.

Triggers as follows:
^(\w+) tells you, (text to send to window)
^You tell (\w+) (text to send to window)
^(Ashtan): (text to send to window)

Appreciate any help. Thanks ;)

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Need help: Howto capture chat and send to window

Post by Vadi »

See the tabbed chat scripts which do this for you and would work as an example. Or the Achaea Fancy GUI script, which does this with a map.

uti
Posts: 10
Joined: Thu Feb 03, 2011 6:16 pm

Re: Need help: Howto capture chat and send to window

Post by uti »

Great! :) Thanks Vadi!

Post Reply