ID:150412
 
I have a mob/Login()
loc = locate(/turf/start)
..()

and i put in on the map but it still takes me to a black area and i dont have a character when i log in either


and when i warp to get out of there it says i am at x 0 y 0 and the z level is at 0 I have no idea what to do and it is anoyying the hell out of me so can some please help before i explode with anger
Richter wrote:
I have a mob/Login()
loc = locate(/turf/start)
..()

and i put in on the map but it still takes me to a black area and i dont have a character when i log in either


and when i warp to get out of there it says i am at x 0 y 0 and the z level is at 0 I have no idea what to do and it is anoyying the hell out of me so can some please help before i explode with anger

Calm down a little. try using this code
mob/Login()
usr.loc = locate(x,y,z)