> Can anyone please explain how this happens when someone is standing in room
> 10000 this happens:
>
> int get_abil_desc(struct char_data *ch)
> {
> int rnum;
>
> rnum = ch->in_room;
rnum = world[ch->in_room].number;
instead maybe?
Just a guess.
> return rnum;
>
> }
+------------------------------------------------------------+
| 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