Looking in a Direction
Posted: Wed Nov 17, 2004 5:26 am
Does anyone have an idea of how I might go about setting up the ability to look in a given direction? For example, if the player were to type "LOOK NORTH", they could be given a description of that. My guess is I would want some property that just displayed a string, like:
north_look = "You see stuff that is to the north."
But I am not certain yet how to go about actually implementing that. I will go through the library files as well and see if I can ferret out an answer for myself but I figured I would try to cover all my bases just in case this is a problem someone ran into before.
north_look = "You see stuff that is to the north."
But I am not certain yet how to go about actually implementing that. I will go through the library files as well and see if I can ferret out an answer for myself but I figured I would try to cover all my bases just in case this is a problem someone ran into before.