ChatClickChoiceTextStep

Send a clickable message with choices

Ex:

whatDoYouNeed:
    type: click-choice # or "click-text-choice"
    text:
        - "{name}"
        - "§7Tu as besoin d'aide ?"
        - "§f- [{§7§nDemander comment gagner de l'exp}]"
        - "§f- [{§7§nDemander pourquoi elle est si belle}]"
    choices: step1,step2

In the message use [{ and }] to define the clickable part of the message

the choices will be in order compared to the message

Last updated