Page 1 of 1

Capture Trigger

Posted: Mon Mar 19, 2012 9:49 am
by Kyle
I'm looking to capture dialogue on channels on Achaea and put them in a chat tab I've installed with a script. The issue I'm running into is that the end of dialogue will get cut off, with it appearing on my screen and the other half appearing in the tab. Is there a piece of code that would capture all of said channel and what is said so that it appears in the tab?

I have my screen width set to 80. That seems as if it complicates things as far as word wrap.

I've had someone try to give me a piece of the trigger and use a if matches situation, but it doesn't seem to work.

Re: Capture Trigger

Posted: Mon Mar 19, 2012 1:33 pm
by Sheia
You'll need to do, config screenwidth 0 for Achaea. Then set Mudlet's word wrapping to 80, which is under Settings then Main Display.

Re: Capture Trigger

Posted: Mon Mar 19, 2012 3:19 pm
by tsuujin
You'll find that setting screenwidth to 0 on achaea also solves a whole host of other issues, as well.

Re: Capture Trigger

Posted: Wed Mar 21, 2012 9:47 am
by Gilmo
I had the same issue, before figuring out screenwidth 0 was the way to go, I used to trigger unique settings color for my channels combined with a says*|tells* one as parent to start the capture. That could be a solution if you want to stick to screenwidth 80, but is not really worth.