Skip to content

Extra spaces in conversations #15

Description

@Danila35

In versions of betonQuest 3.0.0, the dialogs have been redesigned and now extra spaces in the dialogs prevent using this plugin, if you can somehow solve this, it would be cool.
Here are examples of how it shouldn't be:

conversations:
  BlackMarketVendorMalrik:
    quester: Malrik
    first: node_1, node_3
    NPC_options:
      node_1:
        text: ...
        pointers: node_2, node_10
      node_3:
        text: ...
  player_options:
      node_2:
        text: ...
      node_10:
        text: ...

And how it should be:

conversations:
  BlackMarketVendorMalrik:
    quester: Malrik
    first: node_1,node_3
    NPC_options:
      node_1:
        text: ...
        pointers: node_2,node_10
      node_3:
        text: ...
  player_options:
      node_2:
        text: ...
        events: shop26_1
      node_10:
        text: ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions