ID:156661
 
You know how u can make a button in skin and command it to do .quit. Is there a way I can make a button for minimize and restore?
I figured it out, I had to make my own verb and set it to the button. Anyone think there's another way to do it?

mob/verb/minimize()
set category = null
winset(src,"default","is-minimized=true")
In response to Chaorace
K alright, this been bugging me for hours, In my skin, the map is put over the output box, so when u run the game output box isn't visible. How do i make it visible. I tried using winset but it didn't work I did

winset(src,"default.output1","is-visible")
In response to Chaorace
You want the output box on top of the map?
You would open the interface editor, select the output box, then click "Layout" (on the box that has all the components you can put on the skin), then click "Move Forward".
Hope you understand. :)
In response to Hi1
Thank you x10000000000. I figured it out thanks to you :).
In response to Chaorace
Chaorace wrote:
Thank you x10000000000. I figured it out thanks to you :).

No problem! :D