- Posts: 452
- Thank you received: 79
bakarus wrote: I did add that to act.h, per the text file, here's the code:
Code:/* Utility Functions */ /** @todo Move to a utility library */ char *find_exdesc(char *word, struct extra_descr_data *list); /** @todo Move to a mud centric string utility library */ void space_to_minus(char *str); /** @todo Move to a help module? */ int search_help(const char *argument, int level); void free_history(struct char_data *ch, int type); void free_recent_players(void); void check_newbie(void); /* functions with subcommands */ /* do_commands */ ACMD(do_commands);
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
bakarus wrote: adding #include "act.h" to comm.c causes a ton of errors when i 'make' not sure how to proceed.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
tbaMUD © 2024