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))
ID:261369
Feb 4 2002, 6:03 pm
|
|
Feb 4 2002, 6:06 pm
|
|
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.
|