evennia/game/gamesrc/commands/examples
Griatch f99614346d Made the StateSystem example commands in gamesrc/commands/examples/state_example more elaborate and informative. These
are the commands:
 entermenu (shows a simple menu system)
 enterstate (enters one of six different states with descriptions and hints of usage)
Leave all states with @exit.
/Griatch
2009-09-28 19:27:35 +00:00
..
__init__.py Created a state system. See 2009-05-01 15:34:43 +00:00
batch_command_example.ev Added a command batch processor to Evennia. The @batchprocess is a super-user only command that reads normal Evennia-commands 2009-09-04 08:01:43 +00:00
example.py Created a state system. See 2009-05-01 15:34:43 +00:00
state_example.py Made the StateSystem example commands in gamesrc/commands/examples/state_example more elaborate and informative. These 2009-09-28 19:27:35 +00:00