ID:141303
 
Code:
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 = 'Naruto 3.png'
turf/Full
density = 1
layer = 999
icon = 'Naruto 3.png'
turf/START
density = 1
layer = 999
Click()


Problem description:
It will not show my picture for a login screen. Yes Naruto 3.png is uplaoded ive tried it on both sides =/

Did you place the turf on the map?
In response to Scizzes
Scizzes wrote:
Did you place the turf on the map?


yeah didnt work
Could be it is simply taking a while to load, leave it for a few minuets then take a look again, if not then I'm afraid i see no coding errors. =(

R_shn_t
In response to Rushnut
Are you sending the client to the login screen upton login?
In response to Howey
mob//or whatever your players are
Login()
src.loc=locate(titlescreen_x,titlescreen_y,titlescreen_z)//just put the proper co ords

^^