How to return to the tappable overlay?

Hello! Such a question, in my story is 2 tappable arrows to the left and to the right, one of them is correct, if the reader has chosen the wrong arrow, I want her to return to this choice again, how to do it?

Use labels!

For example:

label arrow_choice

tappable “RIGHT” {

NARRATOR
Wrong direction! Try again.

goto arrow_choice
} “LEFT” {

NARRATOR
Correct direction!
}

1 Like

Closed: Marked as solved by thread op :v: