Dialogue & Quest Editor

100%

About this dialogue and quest editor

The Dialogue & Quest Editor lays conversations out as a node graph — each node a line or a choice, each edge a branch — because branching dialogue written as a flat list becomes impossible to follow at about the third choice.

It also plays the graph back. Being able to walk your own conversation as a player would, before any of it is in the game, is how you find the branch that dead-ends and the choice that silently leads nowhere.

How to use it

  1. Add nodes and connect them to build the conversation.
  2. Mark one node as the start so the runner knows where to begin.
  3. Use auto-arrange to lay out a graph that has grown messy, and zoom to fit to see all of it.
  4. Press play to walk the conversation as a player would, and restart to try a different branch.
  5. Export the graph as JSON for your game to load.

Formats and options