I've been looking around the internet and I can't seem to find exactly what I'm looking for. Essentially, I was using Akaya's GUI template (found
here) and Zulah's chat window (found
here) separately on my old laptop. I bought a new laptop and Zulah's GUI no longer works for me at all. I figured I could simplify things by inserting a chat window into Akaya's GUI template and be done with it, but, it turns out, I have no idea how to do that.
This is what I'm currently working with. I'd like to put the chat window above the map window.
And this is the box I want to send ALL of the chat to (say/tell/exclaim/scream/ask/yell/shout/ct/clans/etc. I don't want any tabs):
GUI.Box1 = Geyser.Label:new({
name = "GUI.Box1",
x = 0, y = 0,
width = "100%",
height = "50%",
},GUI.Right)
GUI.Box1:setStyleSheet(GUI.BoxCSS:getCSS())
(Please forgive me. I don't know how to make code spoilers.)
Any help would be greatly appreciated.
Comments
You will probably want a few triggers to color the different channels properly, but it is the easiest way to capture everything (including the weird say and tell types that appear) without diving into GMCP. I use this method because the ansi to rgb function in Mudlet wasn't working for a while after Achaea let you use a lot more colours, but it works now so if you want to use the comm GMCP event you can do it that way too.