> For the complete documentation index, see [llms.txt](https://supermax-8.gitbook.io/conversation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supermax-8.gitbook.io/conversation/steps/movementchoicetextstep.md).

# MovementChoiceTextStep

Send messages with choices, selectable with moving

forward = up

backward = down

leftClick = select

Ex:

```yaml
needSomething:
      type: movement-text-choice
      text:
        0:
          - "{name}"
        1:
          - "§7Need something ?"
        2:
          - "-§7 I need something"
          - "-§e I need something"
        3:
          - "-§7 No"
          - "-§e No"
      choices: needHelp,end
```

in the text section<br>

if you put in one subsection 2 text it will became a button\
first line normal display\
second line display when selected\
\
else put only 1 line per subsection for decorations text
