Help with tappable overlay and goto command!

You forgot to close the bracket, place another one before after ‘goto circle_menu’.
For ex.:
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.” {
}
“No, I made mistake!” {
goto circle_menu
}
}

1 Like