fhaynes / slithermud

Automatically exported from code.google.com/p/slithermud
Other
0 stars 0 forks source link

Help Command #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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