Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: multiple clickable text options per line #30

Open
NickNackGus opened this issue Mar 23, 2018 · 0 comments
Open

Enhancement: multiple clickable text options per line #30

NickNackGus opened this issue Mar 23, 2018 · 0 comments
Labels
Difficulty: Hard enhancement New feature or request

Comments

@NickNackGus
Copy link
Collaborator

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"
  ]
]
@NickNackGus NickNackGus added the enhancement New feature or request label Mar 23, 2018
@Combustible Combustible changed the title New feature: multiple clickable text options per line Enhancement: multiple clickable text options per line Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Hard enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants