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"
]
]
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:
If possible, allowing non-clickable text in the same line would be nice as well.
Example 2:
json: