This project is based on Nathan's beginner dialogue tutorial.
This project is an example on how to use the QuestSystem addon with Nathan Hoad's dialogue manager.
For a more advanced example project, that shows the addon usage with other addons, look at the advanced-quest-system-example repo.
Here you can find some info on the project.
- All the files under the
quests
directory. - The
main.dialogue
file, in which the QuestSystem methods are called. - The shortcuts.gd file.
This example comes with some helpers scripts that makes the use of quest system easier when writing dialogues:
- shortcuts.gd - Shortcuts calls to QuestSystem's main methods.
- state.gd - Global data
Quests scripts and resources are stored under the quests directory.
The files ending in .gd
are the quest scripts, whether the files ending in .tres
are the quest resources themselves.
Licensed under the MIT license, see LICENSE
for more information.