Help with tappable overlay and goto command!

Sure ^^ (for the sake of the example, I’ll gonna assume the second one is incorrect)

label circle_menu

tappable
“CIRCLE-BLACKB” {

NARR
You chose this key. Is it correct?

choice
“Yes, I choose correctly.” {
}
“No, I made mistake!” {
goto circle_menu
}

} “CIRCLE_BLACLB2” {

NARR
You chose this key. Is it correct?

choice
“Yes, I choose correctly.” {

NARR
Incorrect!
goto circle_menu

}
“No, I made mistake!” {
goto circle_menu
}
}

1 Like