in dg_scripts.c:find_replacement() add the following around where level, class, align, and weight are set up. I had a builder ask for these and was shocked they weren't in there. --Angus ----8<---->8---- else if (!str_cmp(field, "hitp")) sprintf(str, "%d", GET_HIT(c)); else if (!str_cmp(field, "maxhitp")) sprintf(str, "%d", GET_MAX_HIT(c)); else if (!str_cmp(field, "mana")) sprintf(str, "%d", GET_MANA(c)); else if (!str_cmp(field, "maxmana")) sprintf(str, "%d", GET_MAX_MANA(c)); else if (!str_cmp(field, "move")) sprintf(str, "%d", GET_MOVE(c)); else if (!str_cmp(field, "maxmove")) sprintf(str, "%d", GET_MAX_MOVE(c)); +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST