Okay, so the problem here is that you need to put “goto label check_again” and “goto label_start_minigame”. For example this is how it should look:
label check_again
LIAM (talk_armscrossed_neutral_loop)
Ster, remember. You should always start follow the order punch, duck, punch, punch and duck.
NARRATOR
Did you get that?
choice “Yes, I want to play the mini game” {
goto label start_the_mini_game
} “No, I want to see it again” {
goto label check_again
}
label start_the_mini_game
{Rest of the code for the minigame}