💬
Conversation Wiki
  • 💬Conversation
  • 📖Basics
    • Folder
    • File
    • Step Architecture
  • 🪜Steps
    • ConsoleCommandStep
    • ForcePlayerCommand
    • ActionBarStep
    • ChatClickChoiceTextStep
    • ClickTextStep
    • DelayTextStep
    • MovementChoiceTextStep
    • StartConversationStep
    • PlayerPlaySound
  • 📕Conditions
    • PAPICondition
    • PermissionCondition
  • 🪝Triggers
    • BlockTrigger
    • NpcTrigger
  • ⚙️Options
    • CancelCommandOption
    • EndStepOption
    • HideChatOption
    • MoveAwayToEndConversationOption
    • NoDamageOption
    • PositionLockOption
    • RotationLockOption
    • ShiftToEndConversationOption
  • 🛠️API
    • Implemented in your project
    • Simple case with the API
    • Adding a custom module with the API
Powered by GitBook
On this page
  1. Steps

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

PreviousActionBarStepNextClickTextStep

Last updated 2 years ago

🪜