> When I type 'd' for dwarf at the main menu, it makes the character an elf. > > This is the code from races.c > > const char *race_abbrevs[] = { > "Hum", > "Elf", > "Gno", > "Dwa", > const char *pc_race_types[] = { > "Human", > "Dwarf", > "Elf", > "Hobbit", > const char *race_menu = > "\r\n" > "Select a race:\r\n" > " [H]uman\r\n" > " [D]warf\r\n" > " [E]lf\r\n" > " Half-E[l]f\r\n" Howdy, Looks like your races are in different orders in these sections. -- BH -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT