ID:264085
 
Code:
mob
verb
full()
set category = null
winset(src,"default","is-maximized=true")


Problem description: I was looking through the forums for a way to make a BYOND game full screen and I came up with
winset(src,"default","is-maximized=true")


I set the verb as a macro to "A" for testing and when the screen is small all it does it maximizes the screen, how would I remove the title bar at the top, and the bar at the bottom. Really need to know because the above code isn't working.

Of course it doesn't take away the titlebar and statusbar. I usually take them out in the skin editor and make it full all the time, but if you want to take them out at runtime, set "titlebar" and "statusbar" to false.

Check the skin reference if you need help on the parameters. References are there for you to refer to, so check them before posting.