Capturing Multiple Line Text to a mini window?

Posted by Carsinix on Sat 05 Oct 2013 02:34 AM — 2 posts, 12,817 views.

#0
So I know how to make the mini window now what im looking to do is how to capture multiple lines of text and omit it from the main screen and transfer it to the mini window.

Now the other issue with this is the current text I want to capture really has no definitive ending. Its the where output I want to capture and

It can look like this


Players in your Zone [Hell - By Jerry]
--------------------
This zone is currently controlled by Knights. 
You have 0 tracked kills in this zone at the moment. 
Ferris               - Recall Point


And can also look like this if there is no players


Players in your Zone [Hell - By Jerry]
--------------------
This zone is currently controlled by Knights. 
You have 0 tracked kills in this zone at the moment.


Im not sure if its possible to have it end when my prompt starts
Australia Forum Administrator #1
Yes it is, and I think there was a fairly lengthy post about a chat redirector plugin.

Matching on a line which is NOT something is pretty-much the same as matching on a line which IS something (you just reverse the logic).

In your case if the player list doesn't have a definite ending, you just need to look for something that would not be in the player list (eg. a prompt).