ID:1665176
 
(See the best response by WSHGC.)
Code:

area
Entered(mob/m,var/oldloc)
if(m.client)
for(var/area/a in get_step(m,m.dir))
del a
So i basically went to delete the next area in front of my so that when i move, it calls exit. Thats kinda the plan, cause i relaize you couldnt call exit by deleting the space you were on. but you probably could if you deleted the space ahead.

Anyway why doesnt this work thank you


Problem description:

So i basically went to delete the next area in front of my so that when i move, it calls exit. Thats kinda the plan, cause i relaize you couldnt call exit by deleting the space you were on. but you probably could if you deleted the space ahead.

Anyway why doesnt this work thank you

heres the post sorry the posting is confusing
Best response
I'm not sure what you even mean to delete the area. What are you trying to accomplish?

You can add turfs to another area's contents list to remove them from the area they're in. You could find all turfs that aren't in the base /area area and move them to it.
nevermind, im doingsomething else instead. But thanks for trying