> >> if (IS_NPC(ch) && GET_QUESTP(killer) > 0) > >> (GET_QUESTP(ch) + GET_QUESTP(killer)); I don't know how correct that is. How about you try: if (IS_NPC(ch)) GET_QUESTP(ch) += GET_QUESTP(killer); -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 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