mob/proc/teleport(A as text)
for(var/area/teleports/T in world)
if(T.Tagto==A)
world<<"<small>\red We have located a teleport for you.</small>"
src.loc=locate(T.loc)
return 1
return 0
Problem description:
This blackscreenes me, I went on Converse last night and asked around and no one seemed to know the "correct" way to move to an area.
Anyone have any ideas?
(Sorry to clutter the forum with such a simple problem, brain dead right now.)
src.loc = locate(T.x,T.y,T.z)//relocate to the turf at the areas coordinates