Skip to content

Enhancement: multiple clickable text options per line #30

@NickNackGus

Description

@NickNackGus

This is useful to display many small options, and to make an important choice without worrying about other players' chat pushing text options up the screen as you try to click.

Example 1:
[Turn him in] [Take the gold]
json:

"clickable_text": [
  [
    {"player_text": "Turn him in","actions": []},
    {"player_text": "Take the gold","actions": []}
  ]
]

If possible, allowing non-clickable text in the same line would be nice as well.
Example 2:

[Info] [Upgrade] Weapon Mastery
[Info] [Upgrade] Brute Force

json:

"clickable_text": [
  [
    {"player_text": "Info","actions": []},
    {"player_text": "Upgrade","actions": []},
    "Weapon Mastery"
  ],
  [
    {"player_text": "Info","actions": []},
    {"player_text": "Upgrade","actions": []},
    "Brute Force"
  ]
]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions