winset(usr,"child1","is-default=false;is-visible=false;is-disabled=true")
winset(usr,"child2","is-default=true;is-visible=true;is-disabled=false")
winset(usr,"bigmaps","is-default=true;is-visible=true;is-disabled=false")
winset(usr,"map2","is-default=true;is-visible=true;is-disabled=false")
winset(usr,"map1","is-default=false;is-visible=false;is-disabled=true")
winset(usr,"default","is-default=false;is-visible=false;is-disabled=true")
winset(usr,"output2","is-default=true;is-visible=true;is-disabled=false")
usr.client.view="16x16"
usr.client.edge_limit="32,177 to 142,200"
Problem description:
This works for changing skins like I want to happen, except for one thing.... I can't get the "info" from the default skin to appear in the bigmaps skin.
Is there a way to make the default info appear in the bigmaps skin when it switches to it like in the code there?
child1 and child2 were originally info1 and info2 by the way, it was just that I tried making another skin with the default "info" and put a child in the "default" and "bigmaps" skins with the childs having the default info in it, but that didn't work either =(