Re: [errors]

From: Alex (fletcher@cspo.queensu.ca)
Date: 02/17/97


> ok i cant put a ) there
Sure you can, you get to move it around a bit... watch:

Your code:
> > >   if (GET_QUEST_MOB(ch) > 0) && (GET_MOB_VNUM(questmob) ==
> > > GET_QUEST_MOB(ch)
> > >     GET_QUEST_MOB(ch) < 0); 
New code:

  if (GET_QUEST_MOB(ch) > 0) && (GET_MOB_VNUM(questmob) ==
                      GET_QUEST_MOB(ch))
/* the previous is the 'if' statement, the next is the result */
    GET_QUEST_MOB(ch) < 0;

I have no idea what this is supposed to do, but hey, that's not
what you asked (=

F.
--
Erm... Yeah.  Whatever.

+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
|    Or send 'info circle' to majordomo@cspo.queensu.ca     |
+-----------------------------------------------------------+



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