> Please, no flames, I admit to the fact that I have no knowledge of C > programming. > But, I would like to add players physical attributes to the information > returned by the command score. Any assistance would be appreciated. Even > a pointer to where the command is in the source would be beneficial, I have > a knack for figuring things out when given some thing to go on. Assuming you are on a unix computer. Most functions in CircleMUD such as score, are in a command by the same name: do_score Such is the case with the score command. cd to hte src directory and type: grep -in do_score *.c Grep searches all files contents for hte given word, -i says do not care about upper/lower case, and -n says report to me the line number within the file you found it in. In this case it would return to you: act.informative.c Which by the way is where most informational comamnds like score are stored. If you are in Win95, ask one of the Win Gurus about your Start/Find/Files button, believe you can do a 'grep' with it. ******************************************************************* * Ron Hensley ron@dmv.com * * Systems Administrator http://www.dmv.com/~ron * * PGP Key at WWW Page * * DelMarVa OnLine 749-7898 Ext. 403 * ******************************************************************* +-----------------------------------------------------------+ | 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