ID:140321
 
mob/proc/menu()
if(src.menus)
src.client.screen+=new/obj/tchat
src.client.screen+=new/obj/trest
src.client.screen+=new/obj/tsave

mob/proc/menu2()
if(!src.menus)
src.client.screen=null
turf/Customization
density = 1
icon = 'untitled16kl.png'
turf/Full
density = 1
layer = 999
icon = 'nsblogin.bmp'
turf/START
density = 1
layer = 999
Click()
var/charactername = input("","Name") as text|null
if(length(charactername) < 2)
alert("Your name must be longer than 2 letters!")
return
if(length(charactername) > 20)
alert("Your name can not be longer then 20 letters!")
return
usr.name="[html_encode(charactername)]"
usr.loc = locate(94,94,20)

turf/Load
density = 1
layer = 999
Click()
usr.LoadPlayer()

turf/Quit
density = 1
layer = 999
Click()
del(usr)
client
Del()
..()
del(mob)
return ..()

Problem description:

Well it says i can run the game but when i try an use it the login screen messes up an i cant even make a char.</2>
How does it mess up? Is it the Tittle screen that gets messed up? what you need to do is make the turf/START have an icon. and its density should be higher then the picture tittle screen. Just make a blank icon with really low layer so you can barely see the icon and use that as the START and for other clicks you may need that's on the screen
Layer* not density
In response to Isenggard
It is like the title will be messed up an it wont let me make a player its like the title is shifted the right side an it wont work
In response to Edward92
turf
Title
density=1
Main
icon='Login.png'
layer = MOB_LAYER+100

Something like that should work just make change it into your code. and erase the login screen and input it again. and make sure that your New Button and Load Button have a higher layer and an icon with low layer visibility
In response to Isenggard
Well its till messed up i just dont get this
In response to Edward92
heya dude im getting the same exact problem ive tried it with multiple sources i have and the screen like super doubles itself Photobucketthis should link u to my screen shot quick help would be appreciated
In response to Ls succesor
In response to Ls succesor
Please read the release notes referring to backwards compatibility and act accordingly.
Thank you in advance.