The pleasure is always mine when my victims commune members enjoy their time with me.Eve said:Thank you @Viravain. You scared the heck out of me before my morning coffee.
Windows (Folder) |- Chat Window |- GMCP Chat Hook |- GMCP enable chatWindows code
win = win or {}Chat Window code
function win.createChat() win.chatparent = Adjustable.Container:new({name="win.chatparent"}) win.chat = Geyser.MiniConsole:new({ name="win.chat", x="0%", y="0%", width="100%", height="100%", autoWrap=true, scrollBar=true, fontSize=12 }, win.chatparent) win.chat:setColor(0,0,0,255) end registerAnonymousEventHandler("sysLoadEvent", "win.createChat")GMCP Chat Hook code
function win.handleCommChannelText() local text = ansi2decho(win.stripMXP(gmcp.Comm.Channel.Text.text)) .. "\n" win.chat:decho(text) end function win.stripMXP(str) return str:gsub("\27%[4z\3.-\4", '') end registerAnonymousEventHandler("gmcp.Comm.Channel.Text", "win.handleCommChannelText")GMCP enable chat code
function win.opencomms() sendGMCP('Core.Supports.Add ["Comm.Channel 1"]') end registerAnonymousEventHandler("gmcp.Char.Name", "win.opencomms")
There's an apartment building near where I live that has a sign that says "Do not allow your dog to pee on our lawn. I AM ALWAYS WATCHING" and to be honest, I am afraid they are always watching.Jolanthe said:Someone keeps leaving dog feces in my front yard when I'm away during the day. It makes me want to go buy chalk and write "Pick up after your dog" on every single sidewalk tile spanning my property, but I'm not sure if that'd just make it worse.
We do/did! It's just evolved since then to become a cosmopolitan wonder of the Times of Weakness and, further down the line, the industrial capital of the Basin.Mboagn said:
WHY don't we have any considerable mugwumpish settlements?!
I have never in all my years related to something more on these forums. Granted I interact with very few divine, and I know there are probably very good reasons that I'm less desirable for interaction, it never stings any less when I think about it. The envy is strong when it comes to other players.Ayisdra said:On an ooc level, I always feel like the gods don't like me but the admin are too polite to actually say it. I understand the need to separate the god from the admin role, but at the same time, I feel like it raises hopes of interactions that likely won't happen because the admin doesn't look forward to it.