This command should display a list of available commands to the player when
they type help, in a nicely formatted list. Preferably by alphabetization.
See the timed action queue in MudActionHandler.py on how to sort of list of
objects by an object attribute.
If a command name is supplied to help, it should print the help text (which
we define in the cmdXXXYYY.py files) and the useexample (defined in the
same place.)
example:
help newzone
help text/description of command
use example
Original issue reported on code.google.com by KurosKni...@gmail.com on 9 Oct 2007 at 11:34
Original issue reported on code.google.com by
KurosKni...@gmail.com
on 9 Oct 2007 at 11:34