ID:138826
 
Code:

Problem description:
Hello, i'm Trying to put a Map to see my character creation, but, when i create the character the main map isn't appear (i'm using the BYOND skin).
i tried to use this codes:
        winset(src,null,"CreaterChar.map1.is-default=false");
winset(src,null,"mapwindow.map.is-default=true");

but isn't work anyway...
an image of the character creation: http://postimage.org/image/kk81w2a53/full/

Forgive me if I'm wrong, since I just glanced at this, but I believe you are required to set the second arg in <code>winset()</code>.
        winset(src,null,"CreaterChar.map1","is-default=false")
winset(src,null,"mapwindow.map","is-default=true")
In response to El Wookie
it isn't work :P...