11# Parley
22
33Parley is an addon for [ Godot 4.4+] ( https://godotengine.org/ ) that provides a
4- graph-based dialogue manager for easy writing, testing, and running of dialogue
5- sequences at scale and is designed to be used by game writers and developers
4+ graph-based dialogue manager for easy writing, testing, and running of Dialogue
5+ Sequences at scale and is designed to be used by game writers and developers
66alike.
77
8- Write your dialogue sequences by defining the graph for your dialogue sequence
8+ Write your Dialogue Sequences by defining the graph for your Dialogue Sequence
99which are backed by a well-defined Dialogue AST for easy management and
1010integration within your game.
1111
@@ -33,7 +33,7 @@ Installation Features Examples Support Useful links Licence Contributions
3333
3434## Features
3535
36- - An easy to use and well-defined Graph Editor
36+ - An easy-to- use and well-defined Graph Editor
3737- A wide variety of nodes for maximum flexibility and creativity:
3838 - [ Dialogue] ( https://parley.bisterixstudio.com/docs/nodes/dialogue-node )
3939 - [ Dialogue Option] ( https://parley.bisterixstudio.com/docs/nodes/dialogue-option-node )
@@ -51,7 +51,7 @@ Installation Features Examples Support Useful links Licence Contributions
5151- Action store for management of actions for use with Action nodes
5252- Fact store for management of facts for use with Condition and Match nodes
5353- An out of the box dialogue balloon to get started straight away
54- - Easy management of your dialogue sequences , including node filtering
54+ - Easy management of your Dialogue Sequences , including node filtering
5555- Export your Dialogue passages to CSV
5656
5757## Installation
0 commit comments