Griffin Hernandez wrote: > > I implented the old arena code into my mud. > It seems to work fine with everything and all, but it screws up at the > point of > int armorclass = GET_AC(ch); More than likely that means that the value of ch is invalid and hence your program is trying to access an area of memory which is off-limits (this is commonly known as a segmentation fault). Regards, Peter +------------------------------------------------------------+ | 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