evennia/game/gamesrc/commands/examples
Griatch eebfa0d387 Added a command batch processor to Evennia. The @batchprocess is a super-user only command that reads normal Evennia-commands
from a special-format batchfile. It is intended for large-scale offline world creation (especially things like room descriptions),
where a real text editor is often easier to use than online alternatives. The @batchprocess also has an /interactive mode which allows
stepping through the batch script, allowing to only execute selected entries; e.g. for editing/updating/debugging etc.  There is
an example batchfile in the gamesrc/commands/examples directory.
/Griatch
2009-09-04 08:01:43 +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 * Updated and expanded the State system; the API changed a bit. You now have to first *create* the state using 2009-08-16 01:18:58 +00:00