Documentation

LoreHub Dialogue System

Dialogue Node Option version 2

Schema: Dialogue Node Options that ends Dialogue

{
  "type": "@lorehub/dialogue-node-option",
  "apiVersion": "2.0.0",
  "id": "dialogue/6147dcb9-b8bd-4238-9c8b-5b773260570c/dialogue-node/895b060b-8af4-47c7-b607-98455103e9b1/dialogue-node-option/08acd44c-a3f6-4f82-9adf-c0b6f87b882d",
  "text": "Bye"
}

Schema: Dialogue Node Option that leads to next node

Use links to connect Nodes, Options and Dialogue Link v1

Schema: Dialogue Node Options with required variables

{
  "type": "@lorehub/dialogue-node-option",
  "apiVersion": "2.0.0",
  "id": "dialogue/6147dcb9-b8bd-4238-9c8b-5b773260570c/dialogue-node/895b060b-8af4-47c7-b607-98455103e9b1/dialogue-node-option/08acd44c-a3f6-4f82-9adf-c0b6f87b882d",
  "text": "Bye",
  "requiredVariables": [
    {
      "variableId": "f7fbdcd0-60ac-407e-9239-bb3214119298",
      "value": "true"
    }
  ]
}

RequiredVariables

Contains reference to variable and value that is required for this dialog option.