Start improve OLC menu docs and help texts

This commit is contained in:
Griatch 2018-07-21 19:06:15 +02:00
parent a954f9c723
commit e4016e435e
5 changed files with 203 additions and 29 deletions

View file

@ -19,6 +19,15 @@
- The spawn command got the /save switch to save the defined prototype and its key.
- The command spawn/menu will now start an OLC (OnLine Creation) menu to load/save/edit/spawn prototypes.
### EvMenu
- Added `EvMenu.helptext_formatter(helptext)` to allow custom formatting of per-node help.
- Added `evennia.utils.evmenu.list_node` decorator for turning an EvMenu node into a multi-page listing.
- A `goto` option callable returning None (rather than the name of the next node) will now rerun the
current node instead of failing.
- Better error handling of in-node syntax errors.
# Overviews