obj/garganta
icon='garganta.dmi'
density=0
New()
src.loc=locate(usr.x+1,usr.y,usr.z)
spawn(30)
del(src)
Entered(mob/O)
O.loc=locate(/area/portal/)
return 1
Problem description:
When they enter the object's location it doesn't locate them to /area/portal/ like I want it to...help?
Thanks!
-Nick
Then you can use stepped_on() and stepped_off().
In other news, you shouldn't be using usr in procs. In the case of that New() right there, the line is completely unneeded, just create it like so: