> int class_ok_race[NUM_RACES][NUM_CLASSES] = { > /* M, C, T, W, Z, K, D */ > /* Human */ { Y, Y, Y, Y, N, N, N }, > /* Elf */ { Y, Y, Y, N, N, N, N }, > /* Gnome */ { Y, Y, N, Y, N, N, N }, > /* Dwarf */ { N, Y, N, Y, N, N, N }, > /* Undead*/ { Y, N, N, Y, Y, Y, Y }, > /* Giant */ { N, N. N, Y, N, N, N }, ^ > /* Pixie */ { Y, Y, Y, N, N, N, N } > }; Maybe that's the problem. Regards -> Ben +------------------------------------------------------------+ | 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