ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/help.h

HOME :: doc :: help.h
// This include file is included by the help command (/cmds/usr/help).
// If you changed the structure of help docs, remember to update this file.

#define DEFAULT_SEARCH_PATHS ({\
"/doc/help/",\
"/doc/skill/",\
"/doc/efuns/",\
"/doc/lfuns/",\
"/doc/applies/",\
})

#define WIZARD_SEARCH_PATHS ({\
"/doc/wiz/",\
})
HOME :: doc :: help.h