help Command
Registered by
emsenn
A help command, which should check specific /doc directories, commands the player has available to them, objects in their inventory, and their environment, for mathes.
Whiteboard
Players should have a *help_path that determines which directories are searched for commands.
commands, NPCs, and items (basically every object) should have the ability for a help() function which returns a help message.
*Daemon
Should there be a daemon to populate a list of what things have help? commands, files, etc., and then players query that daemon when they need a topic?
(?)