Skip to content
zcaliptium edited this page Aug 7, 2020 · 16 revisions

Welcome to the GDDlg wiki!

Description

GDDlg (Godot Dialog) - appears to be data-driven core solution for the dialog system. It tries to be generic as possible so it has nothing about dialog GUIs.

Features:

  • 100% written in GDScript;
  • Lightweight solution;
    • Small set of scripts;
    • No extra dependencies;
  • Dialog Database;
  • Data-driven;
  • Conditions system;
    • Has constants (True & False);
    • Has basic Logic Operators (see corresponding section at sidebar --->);
    • Allows making custom conditions with scripts;

Check the right sidebar! There are links to different pages! -->

Common

Dialog Data

Nodes

Conditions System

Constants

Logic Operators

Clone this wiki locally