Can we please have a way to move the minimap? Ideally it would work as a GuiControl:
PHP Code:
Minimap.x = GraalControl.width - Minimap.width - 5;
Minimap.y = 5;
Minimap.vertSizing = "";
Minimap.horizSizing = "left";
for example, to move it to the top right.