At 10:44 AM 1/23/98 +0000, you wrote: >I'm haveing problems with my do_remort code can anyone see a problem with >it? Many. For starters, you have code that looks like: if (their level is >= 5) { do this stuff } otherwise if it is >= 20 { this code never gets reached } Also, this line and others similar: > GET_MAX_HIT(ch)/20; does nothing. Replace it with something like GET_MAX_HIT(ch) = GET_MAX_HIT(ch)/20; +------------------------------------------------------------+ | 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