ID:261369
 
this is my code for geting in the town and it works great.
but how do i exit that same town?

turf/town
icon = 'town.dmi'
Enter()
usr.Move(locate(1,11,1))
Create a turf similar to that one, but change the x, y, and z for locate() to a location outside the town. Then just stick that turf on the map wherever you want the user to be able to exit the town.
In response to Cinnom
ill give it a shot.thanks.