evennia/docs/source/Contribs/Contrib-Overview.md

23 lines
646 B
Markdown
Raw Normal View History

2020-06-19 22:46:19 +02:00
# Contributions
The [evennia/contrib/](api:evennia.contrib) folder holds Game-specific tools, systems and utilities created by the community. This gathers
longer-form documentation associated with particular contribs.
## In-Game-Python
2020-07-11 00:14:13 +02:00
- [A voice-operated elevator using events](./A-voice-operated-elevator-using-events)
- [Dialogues using events](./Dialogues-in-events)
2020-06-19 22:46:19 +02:00
## Maps
2020-07-11 00:14:13 +02:00
- [Dynamic in-game map](./Dynamic-In-Game-Map)
- [Static in-game map](./Static-In-Game-Map)
2020-06-19 22:46:19 +02:00
## The tutorial-world
- [The tutorial world introduction](../Howto/Starting/Part1/Tutorial-World-Introduction)
2020-06-19 22:46:19 +02:00
## Menu-builder
2020-07-11 00:14:13 +02:00
- [Building Menus](./Building-menus)