ID:160906
 
Well, I tried figuring out how the browser button worked by looking at the default BYOND skin but to no avail. So what I'm trying to do is have it to where the browser is a seperate window that can close. But I want the player to be able to open it up again if need be. What command would I use for this? I tried winshow and it wouldn't work at all.
Look up the browse() procedure. This is non-BYOND-4.0/interface related functionality - you need to use browse()'s window parameter.
In response to Kaioken
Thank you for responding but I decided to just use tabs since I don't know the first thing about coding. I only make skins I don't know the commands behind them.