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. dialogue u…