MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: Visible Exits on MOO





On Thu, 29 Aug 1996, Dan Knapp wrote:

>         Hi. I have a problem with my rooms. Whenever I walk into a room, I
> just get the contents, and the description. That's not what I want. Well,
> actually, I do want it to list those things, but I also want the obvious
> exits. I checked the .obvious property on the exits, and they are infact 1.
> How can I make them listed?
> 
There is no support in LambdaCore for this, you have to write it yourself.

Just edit #3:look_self, and after the line that displays the contents, 
call something like `this:print_exits()' that will go through all of the 
exits and print them..


Grady (aka. Het)


References:

Home | Subject Index | Thread Index