In regards to -> >> Does anyone know what file I need to edit to rearange my score display? This was one of the first things I changed. In the file act.informative.c goto ACMD(do_score), and in there change the listing to what you want. eg. Some of my lines look like this ... sprintf (buf, "_________________________________________________________________________ ___\n", buf); sprintf (buf, "%s\t\t***** %s's Character Information *****\n\n", buf, GET_NAME(ch)); sprintf (buf, "%sName: %s\t\tRace: %s\t\t Class: %s\n", buf, GET_NAME(ch), RACE_NAME[GET_RACE(ch)], CLASS_NAME[GET_CLASS(ch)]); .... etc. so you have to modify yourself there. Good Luck. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST