John Evans wrote: > > On Mon, 21 Jul 1997, J.T. wrote: > > > I know the answer to this is probably really stupid, but for some reason > > it is eluding me... > > I am trying to get races to display after class in do_stat, but i can't > > seem to get it working. If anyone can help me get this working I would > > be greatful. > here is a snippet from my do_score that might help sprintf(buf, "&BScore information for&G %s&&n\r\n", GET_NAME(ch)); sprintf(buf, "%s\r\n&GLevel:&Y %-3d &G Race:&Y %s &G Class:&Y %s &G Age:&Y%d &GSex:&Y ", buf, GET_LEVEL(ch), RACE_ABBR(ch), CLASS_ABBR(ch), GET_AGE(ch)); this assumes you have ... const char *race_abbrevs[] = { "Human", "Elf", "Gnome", "Dwarf", "Hobbit", "Drow", "HalfElf", "HalfOrc", "\n" }; (or something like it) in class.c RS +------------------------------------------------------------+ | 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/08/00 PST