Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 898 Bytes

Skein

Skein is a dialog management system that combines the expressiveness of a domain-specific-language like yarn or ink with the visual workflow of a node graph, and enables a rapid and powerful workflow by bringing these tools directly into the Godot editor.

Features

Powerful, inline syntax

Change portraits by starting a line with "character_name:"

Preview dialog in the editor

Advanced TextEdit features

Wrap control characters around your selection. Supports: (), [], {}, <>, "", '', ||

Conditional choices

Code execution

Text inside of {curly braces} is executed silently.

Text inside of {{double curly braces}} is executed and the result is printed to the dialog box.