ID:261315
 
Ok, on the earth quake demo, i get like 8 errors, and the readme said there are supposed to be none. Whats the problem there? Errors say bad var....ect...


Entering a cave turf?
Is there a tutorial for walking to a cave door/anything and it teleports you to that location like (x,y,z) or (1,8,2)? thanks in advance to whoever helps.

ps: i wish I could get that Blue Book, but I dont have that much money, unless i starve a weeks worth of lunch money :-P
To learn about relocating things, look at the "Teleport!" tutorial in Tutorials. Mix what you learn there with area/cave/Entered() or turf/caveEntrance/Entered() or whatever you fancy to create the effect you want.

-Lord of Water
turf/teleporter
icon='blah.dmi'
Enter(mob/M)
..()
M.loc=locate(x,y,z)

hope that helps.