version 1.10 | | version 1.11 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.10 2001/05/09 06:58:12 mwedel Exp $"; | | * "$Id: commands.c,v 1.11 2001/05/29 04:41:53 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"say", command_say, 0.0}, | | {"say", command_say, 0.0}, |
{"shout", command_shout, 0.0}, | | {"shout", command_shout, 0.0}, |
{"shutdown", command_shutdown, 0.0}, | | {"shutdown", command_shutdown, 0.0}, |
#ifdef ALLOW_SKILLS | | |
{"skills", command_skills, 0.0}, /* shows player list of skills */ | | {"skills", command_skills, 0.0}, /* shows player list of skills */ |
{"use_skill", command_uskill, 1.0}, | | {"use_skill", command_uskill, 1.0}, |
{"ready_skill", command_rskill, 1.0}, | | {"ready_skill", command_rskill, 1.0}, |
#endif | | |
{"search",command_search, 1.0}, | | {"search",command_search, 1.0}, |
#ifdef SEARCH_ITEMS | | #ifdef SEARCH_ITEMS |
{"search-items", command_search_items, 0.0}, | | {"search-items", command_search_items, 0.0}, |