i know the problem is in this line of code in the do_auto_exits
function
sprintf(buf, "%s%s ", buf, dirs[door]);
i changed it around some to test
sprintf(buf, "%-10s %-5s", buf, dirs[door]};
and it listed the one exit like this
[Exits: north]
so i assume somehow the directions are not getting concatenated together
later tonight i will investigate further and see what i come up with
+------------------------------------------------------------+
| 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