Whoops, it's 6:30 in the morning..so sue me...
> if (IS_NPC(ch)) GET_QUESTP(ch) += GET_QUESTP(killer);
should be
if (IS_NPC(ch)) GET_QUESTP(killer) += GET_QUESTP(ch);
Sorry. :)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
B. Brown TimeTraveller
Senior Programmer 'Lost in Time,
U&A Software InterActive 'and Loving it!'
http://www.uasoft.com/staff/bbrown/ http://www.uasoft.com/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT