Saga, nifty idea, but one question, what is help_lookup()? did you just yank the code out of do_help or something? If so, not that hard to code on my own, but your snippet needs it to function. --Angus ______________________________ Forward Header __________________________________ Subject: A helpcheck command Author: INTERNET:CIRCLE@POST.QUEENSU.CA at CSERVE Date: 4/19/98 11:51 PM --Saga void do_helpcheck(CHAR_DATA *ch, char *argument, int cmd, int subcmd) { ... for (i = (struct command_info *)cmd_main_list; i && (*(i->command) != '\n'); i++) if (help_lookup(i->command) == -1) { ... } } int is_social(char *s) { ... } int is_fake_cmd(char *s) { ... } /* ... */ char * fill_to_n(char *s, char c, int n) { ... } +------------------------------------------------------------+ | 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/15/00 PST