Make the != == instead and your problem will be solved... ;)
I had the same bug in mine... :) I thought I had made a change that caused
it! HAH!
So...
case SCMD_OASIS_ZEDIT:
- if ((real_num = real_room(number)) != NOWHERE) {
+ if ((real_num = real_room(number)) == NOWHERE) {
send_to_char(ch, "That room does not exist.\r\n");
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT