Add function to easily create yes/no user question

This commit is contained in:
Griatch 2021-04-16 00:41:19 +02:00
parent bf4f532643
commit 362b5d1bfd
2 changed files with 171 additions and 1 deletions

View file

@ -45,6 +45,8 @@
- Add `evennia/utils/verb_conjugation` for automatic verb conjugation (English only). This
is useful for implementing actor-stance emoting for sending a string to different targets.
- New version of Italian translation (rpolve)
- `utils.evmenu.ask_yes_no` is a helper function that makes it easy to ask a yes/no question
to the user and respond to their input. This complements the existing `get_input` helper.
### Evennia 0.9.5 (2019-2020)