I am wondering how i could make it so when you unlock a door and go through the door reapeers after he has passed it
(like in dwo)
Thanx so much
ID:179545
Dec 7 2001, 9:44 pm
|
|
I think the best way would be something like this:
I did this a little different from DWO; to open a door you just walk right into it. To use this, you create a special turf for the doorway. Put the door object on that, and when the world starts up the door will notify the turf that it's there. It might be more interesting to have the door close after a certain time period, like maybe a second; to do that, change door.close() to:
spawn(10) door.close()
Lummox JR