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.
Check the skin reference if you need help on the parameters. References are there for you to refer to, so check them before posting.