ID:158023
 
i need help on my game i get a black sceen with online players to idk y i did my coding here look at the coding

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 = 'village.png'
turf/Full
density = 1
layer = 999
icon = 'start.png'
turf/START
density = 1
layer = 999
Click()
var/charactername = input("","Name") as text|null
if(length(charactername) < 3)
alert("Sorry. You aren't allowed to have fewer than 3 letters!")
return
if(length(charactername) > 25)
alert("Sorry. You aren't allowed to have more than 25 letters!")
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 ..()
turf/Finished
density=1
Click()</3>
        src.client.screen+=new/obj/tchat
src.client.screen+=new/obj/trest
src.client.screen+=new/obj/tsave


Show me the coding for these obj's.
In response to Perfection144
mob/proc/menu()
if(src.menus)
src.client.screen+=new/obj/tchat
src.client.screen+=new/obj/trest
src.client.screen+=new/obj/tsave





ok there is the code that you ask for
im try to get my game up but i get black sceen i dont y
In response to Michael480
No...he means the actual objects that you are referring to. While you're at it, post the Login() proc. Perhaps you are not locating the player correctly.
In response to ArcaneDragonX
In response to Michael480
and i mean when i start my game i get a black screen