A simple dialogue system made for the very basics. Make your dialogue trees in a custom editor, and get access to that information in script.
Documentation:
https://github.com/7ark/Simple-Dialogues/blob/master/index.md
Features
- Custom editor to add dialogue nodes in a tree format.
- Triggers for each window to detect when you've hit a node.
- Multiple trees per Dialogue component, for different trees based on different situations.
- Access to the Dialogues component to get all the data from it's trees.