A downloadable Godot Addon

Download NowName your own price

This is a plugin for Godot!

It's a programming language and interface specifically for creating dialogue trees in Godot without having to use messy node-based systems. It's an easy language to learn, and very powerful, and *probably* has all the features you'd want when creating dialogue for a graphic novel, point and click adventure, or complex RPG where your choices matter.

The full documentation is on Github: Documentation

If you find a bug or would like to request a feature, just let me know.

Here's what the start of a script might look like:

path main_path "/root/Global"
standin name main_path currentName
// This is a comment
def FuntionOne( 
TEXT "Hello {name}" 
STOP 
TEXT "I know who you are" 
options     
    "How could you know?!" : UNC
        GOTO FunctionTwo()
    "Second dialogue option" : FLAG main_path "ExampleFlagOne" 
        ADDFLAG main_path "ExampleFlagTwo" GOTO FunctionThree() 
)



Download

Download NowName your own price

Click download now to get access to the following files:

GDiscuss.zip 1.0 28 kB