Mudlet mapper

by Liam

Back to Mechanic's Corner.

Liam2010-10-20 03:46:09
So I have made my own personal mapper, and it works fine but when I close the world it squishes everything together.

Yet when I just go in and click Save under the mapper script it fixes itself back out, and ideas as to the problem or a fix that I can do

CODE
function initMap()
resolutionX, resolutionY = getMainWindowSize()
setMiniConsoleFontSize("map_window", 10);
createMiniConsole("map_window", resolutionX-440, 50, 400, 350)
setBackgroundColor("map_window", 0, 0, 0, 0 )
moveWindow("map_window", 950, 300)
end

initMap()
Vadi2010-10-20 13:14:05
I can only guess that by 'squishes everything together', you mean it resets to the default zoom. So the solution would be to just zoom in.