ID:163736
 
Im still not too sure on how this works, so there's two things I'd like to know.

How would I go about setting the icons to 32x32 when a player logs in?

How do I create the menu item to change the icon sizes?
winset(src,"map","icon-size=\"32\"")

Either run that at client/New() (with a valid control named "map") or edit your .dmf file and search for "icon-size" to set it to 32 yourself.

-- Data
In response to Android Data
You can also make your skin so that the map doesn't auto-resize. If you make it sized for 32x32, and it doesn't resize, that's how it'll stay.
In response to Android Data
Android Data wrote:
winset(src,"map","icon-size=\"32\"")

Either run that at client/New() (with a valid control named "map") or edit your .dmf file and search for "icon-size" to set it to 32 yourself.

You don't actually need the extra quotes there. icon-size=32 is more than fine.

Lummox JR
In response to Lummox JR
Lummox JR wrote:
You don't actually need the extra quotes there. icon-size=32 is more than fine.

Lummox JR

Oops, yeah. It's an integer. <_<
(Quit laughing at me, James.)

-- Data