You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The text was updated successfully, but these errors were encountered: