Add reference to npc.py example from NPC tutorial

This commit is contained in:
Griatch 2023-05-19 21:24:10 +02:00
parent 6c4c09630f
commit 2c35c2db91
4 changed files with 94 additions and 9 deletions

View file

@ -12,6 +12,9 @@ In this lesson we will create the base class of _EvAdventure_ NPCs based on the
## The NPC base class
```{sidebar}
See [evennia/contrib/tutorials/evadventure/npcs.py](evennia.contrib.tutorials.evadventure.npcs) for a ready-made example of an npc module.
```
> Create a new module `evadventure/npcs.py`.
```{code-block} python