obj/hub/x
name = "Options"
icon='Stuff.dmi'//this makes the obj's icon
icon_state="Options"
screen_loc="1,1"//this is the obj's screen location
Click()
winshow(usr,"Browser",1)
Problem description: This brings it up, but not in front of the main window and its quite annoying. Any suggestions? (not continuing the code until it works)
Put the browser on the default window and just winset() the browser's is-visible parameter.
So it should look like this;