mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
Add reference to npc.py example from NPC tutorial
This commit is contained in:
parent
6c4c09630f
commit
2c35c2db91
4 changed files with 94 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue