Error in script with choices and bonus scene

You can use: HOW TO: Labels and Gotos 🖤

Example:

if (NO_BONUS){
goto no_bonus
}else{
goto bonus
}

label no_bonus
#scene here with no dressing game
goto continue_story

label bonus
#scene here with the dressing game
goto continue_story

label continue_story
#back to main storyline

1 Like