How would you go about doing this..
You walk in a door. You have to be south of the door to enter it. How would you do this?
Copyright © 2024 BYOND Software.
All rights reserved.
ID:174189
Sep 20 2003, 12:06 pm
|
|
How would you go about doing this..
You walk in a door. You have to be south of the door to enter it. How would you do this? |
In response to DarkView
|
|
Thanks, that's what I needed.
|
With Enter() you simply return 1 if you want them to enter, and return 0 if you don't.
Look up enter in the reference for more info.