This sends the player to the title screen.
mob/Login()
usr.loc = locate(11,14,1)
When they click anywhere on the title image it sends them to the first map where you start, however the world view is to much and you look like an ant lol.
mob/start_button
icon = 'title.dmi'
icon_state = "start"
density = 0
Click()
usr.loc = locate(5,5,2)
usr.icon_state = "player"
TLDR:Can I change the world view on a whim if needed.
Thanks a million, I suck at huds and titles etc so its been a nightmare lol
x can be -1 to 34 or "WIDTHxHEIGHT", -1 disables map view.