Implemented EvAdventure quest code+tutorial lesson

This commit is contained in:
Griatch 2024-03-30 23:42:16 +01:00
parent 5fcccca7d1
commit f1f1f6219a
10 changed files with 600 additions and 227 deletions

View file

@ -40,6 +40,8 @@ You can find an AIHandler implemented in `evennia/contrib/tutorials`, in [evadve
```
This is the core logic for managing AI states. Create a new file `evadventure/ai.py`.
> Create a new file `evadventure/ai.py`.
```{code-block} python
:linenos:
:emphasize-lines: 10,11-13,16,23