So I have this little window

Post Reply
Mosr
Posts: 30
Joined: Wed Jul 21, 2010 1:24 pm

So I have this little window

Post by Mosr »

It's just kind of chilling in my buffer, blocking a bunch of text. Not sure where it came from exactly. How do I get rid of it?

I already tried restarting Mudlet.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: So I have this little window

Post by Vadi »

Restarting probably didn't help because a script creates that window. Search if anything calls createMiniConsole

Mosr
Posts: 30
Joined: Wed Jul 21, 2010 1:24 pm

Re: So I have this little window

Post by Mosr »

Oh hey, I found out what it came from. Silly maps. Dunno how to fix it though. :(

createMiniConsole("mapcap", resolutionX-440, 0, 400, 350)

So, upon searching the documentation, hideWindow("mapcap") worked. I dunno if that solves my issue, but thanks for the search suggestion, would've spent forever trying to figure it out otherwise.

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: So I have this little window

Post by Vadi »

you can also just delete that line and relevant ones to mapcap

Post Reply