ID:174442
 
Yeah im trying to make it so when they log on and create there char they start where i put a start icon andi used this code andit came up with errors
Login()
loc = locate(/turf/start)

What am i doing wrong?
You didnt use any indentation.
In response to Jotdaniel
i tryed that but it still comes up with errors
In response to Gotu01
mob/Login()
src.loc = locate(/turf/start)
In response to Jotdaniel
ok when i do that it says error: /turf/start: undefined type path
In response to Gotu01
Gotu01 wrote:
ok when i do that it says error: /turf/start: undefined type path

well that means you havnt crated the turf!

turf/start
icon='whatever.dmi'
icon_state="whatever"