This is the first time for me that using tappable overlay and goto command together.So I kinda messed up and I need your help guyss!
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
}
}
Oh! Now everything is making sense!!!
Thank you so much for taking your time

@Qettix can I ask you one more question? How should I code my script, if a reader chose a wrong option and I want him/her to choose till they find the correct choice? 
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
}
}
Wow, thank you so much again!

Actually, it turned out that it didnât work.
I create a new topic because you really helped me with many things and I donât want to tire you any more.I am really trying to make complex coding but I have lots of things to learn! 
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
