Re: Autoexits

From: John Evans (evansj@HI-LINE.NET)
Date: 09/28/97


On Sun, 28 Sep 1997, Chris Powell wrote:

> In autoexits, how can I get it to display the entire direction instead of
> just the first letter. i.e. north south instead of n s

change:
      sprintf(buf, "%s%c ", buf, LOWER(*dirs[door]));
to:
      sprintf(buf, "%s%s ", buf, dirs[door]);

John Evans <evansj@hi-line.net>

May the source be with you.


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST