ID:156481
 
any one know command for minimize and restore down for byond, like for close is .quit
Thanks in advance
PS:- code will also help =P
This probably isn't the best way to close a game. But you could always delete the mob and change win show to 0. This I think would leave the options and messages box up though.
In response to Slic3y
any other ideas ?
Check the BYOND skin reference in Dream Maker. You can change certain flags in windows such as "is-minimized." To do this, you'd try something like:

winset(my_client, "my_window", "is-minimized=true")
In response to Taha123
.quit always activate the logout proc so no worries, read skin referense or use the is-minimized thing to minimize
In response to Karffebon
if you are using it in the skin...in the command input put
.winset "window_name.is-minimized=true" // minimize window
.winset "window_name.is-visible=false" // close window
In response to Youngj52032
what bout restore down ?
In response to Taha123
what does that mean?
In response to Youngj52032
nothing :|