> fight.c:366: parse error before `('
What this means is that you have an imbalance of ( and ) markers.
So, the first thing you should do is to check this.
> if (GET_QUEST_MOB(ch) > 0) && (GET_MOB_VNUM(questmob) ==
> GET_QUEST_MOB(ch)
^^^
And voila, we notice one missing here. Add in a ')', and try again.
> GET_QUEST_MOB(ch) < 0);
>
--
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