Alright this question has had me stumped for a good while now. And be aware that I am pretty much a noob to scripting. What I'm trying to do is take the map that is displayed when I walk into each room in aetolia, omit it from output, and redirect it into a mini window. Now so far, I have been able to capture the entire map using three triggers that use the EnableTrigger function. One trigger captures the line that starts the map and enables the next two trigger, the second is a wildcard that captures everything (the map), and the third marks the end of the map and disables itself as well as the second trigger. Now, this captures the map itself just like I wanted, but I am having problems drawing it into a miniwindow. I tried creating a miniwindow in the send box of the "middle" trigger that catches everything, and when I put %1 in the WindowText function to try and draw it all to the mini window, the last line of the map is all that shows up. I have not the slightest clue why the rest is not showing up. Maybe I am doing it all wrong, I don't know. Help would be greatly appreciated. Thanks.
Oh and ps, I use LUA, if you need to know.
Oh and ps, I use LUA, if you need to know.