godot-dialogue-system
Installation
SKILL.md
Dialogue System
Expert guidance for building flexible, data-driven dialogue systems.
Available Scripts
dialogue_resource.gd
Data-driven conversation tree container using Resources for modular, branching narrative paths.
dialogue_node_data.gd
Serialized data structure for a single line of dialogue, including speaker metadata and portraits.
dialogue_option_data.gd
Interactive player choice definition with branching logic and scriptable availability conditions.
dialogue_manager_singleton.gd
Centralized AutoLoad orchestrator for traversing dialogue trees and broadcasting state signals.