Try this
label dressing_game_1
@NINA changes into ##ORIGINALOUTFIT##
NINA (talk_think_neutral)
What do I want to wear?
choice
“pink cutie” {
@NINA changes into ##OUTFITNAME1##
NINA
Should I wear this?
choice
“It’s perfect.” {
NINA (talk_neutral)
I love this!
goto after_dressing_game_1
} “No, I want to try something else.” {
goto dressing_game_1
}
} “Soft and Cozy.” {
@NINA changes into ##OUTFITNAME2##
NINA
Should I wear this?
choice
“It’s perfect.” {
NINA (talk_neutral)
I love this!
goto after_dressing_game_1
} “No, I want to try something else.” {
goto dressing_game_1
}
} “Fashionable Denim” {
@NINA changes into ##OUTFITNAME3##
NINA
Should I wear this?
choice
“It’s perfect.” {
NINA (talk_neutral)
I love this!
goto after_dressing_game_1
} “No, I want to try something else.” {
goto dressing_game_1
}
}
label after_dressing_game_1