mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Implemented EvAdventure quest code+tutorial lesson
This commit is contained in:
parent
5fcccca7d1
commit
f1f1f6219a
10 changed files with 600 additions and 227 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue