Need help letting readers see their outfit before picking it!

It would need to be formatted like this:

label dressing_game_1

        CHARACTER (animation)
    What do I want to wear?
choice
"Rock it in Camo" {
@CHARACTER changes into Camo
#add your own dialogue and animations

        CHARACTER (animation)
    Is this the one?
choice (CAMO_OUTFIT)
<GEMS>"It's perfect!" {

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

#### OUTFIT 2 STARTS HERE ####
} "Show whos boss in this baddie style!" {
@CHARACTER changes into Badgirl
#add your own dialogue and animations

        CHARACTER (animation)
    Is this the one?
choice
"It's perfect!" {

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

#### OUTFIT 3 STARTS HERE ####
} "Show them how cute you can be" {
@CHARACTER changes into sway
#add your own dialogue and animations

        CHARACTER (animation)
    Is this the one?
choice
"It's perfect!" {

} "No, I want to try on the others!" {
goto dressing_game_1
}
}
1 Like