๐Ÿ’ฌ
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

ClickTextStep

Send a clickable message to finish the step

Ex:

hi:
    type: click-text
    text:
        - "{name}"
        - "ยง7Hi you good ?"
        - "[{&2&lNEXT}]"
    next: aStep

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

PreviousChatClickChoiceTextStepNextDelayTextStep

Last updated 2 years ago

๐Ÿชœ