mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26: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
|
|
@ -80,7 +80,7 @@ The advantage of using a menu is that you have all possible actions directly ava
|
|||
## General Principle
|
||||
|
||||
```{sidebar}
|
||||
An example of an implemented Turnbased combat system can be found in [evennia/contrib/tutorials/evadventure/combat_turnbased.py](evennia.contrib.tutorials.evadventure.combat_turnbased).
|
||||
An example of an implemented Turnbased combat system can be found under `evennia/contrib/tutorials/evadventure/`, in [combat_turnbased.py](evennia.contrib.tutorials.evadventure.combat_turnbased).
|
||||
```
|
||||
Here is the general principle of the Turnbased combat handler:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue