G-Discuss
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()
)
| Status | Released |
| Category | Tool |
| Author | Suraca |
| Made with | Godot |
| Tags | Godot, No AI, Text based |
| Code license | MIT License |
| Average session | About an hour |
| Inputs | Keyboard, Mouse |
| Links | GitHub |
Download
Download NowName your own price
Click download now to get access to the following files:
GDiscuss.zip 1.0 28 kB
