What am I doing wrong, help!

Try using this code instead:

Summary

label dressing_game_1

LOUISIA (admire_happy)
What do you want to wear?

choice
“Outfit 1” {
@LOUISIA changes into LOUISIA pk

LOUISIA (admire_happy)
Do I want to wear this one?

choice
“It’s perfect!” {
#add your own dialogue and animations

} “No, I want to try on the others!” {
goto dressing_game_1
}

} “Outfit 2” {
@LOUISIA changes into LOUISIA club

LOUISIA (admire_happy)
Do I want to wear this one?

choice
“It’s perfect!” {
#add your own dialogue and animations

} “No, I want to try on the others!” {
goto dressing_game_1
}

} “Outfit 3” {
@LOUISIA changes into LOUISIA bae

LOUISIA (admire_happy)
Do I want to wear this one?

choice
“It’s perfect!” {
#add your own dialogue and animations

} “No, I want to try on the others!” {
goto dressing_game_1
}

}

2 Likes