Remembering Outfits

I’m trying to find a way for readers to enter into following scenes after they’ve chosen their outfit/makeup-- what have you.

How do I achieve this???

Here’s the format:
CHARACTER
(What shall I wear?
choice (outfit_choice) :point_left: (REMEMBER the thing inside the brackets)
“Red Outfit”{
@CHARACTER starts dustoff_neutral_loop
@pause for a beat
@CHARACTER changes into outfitname
&zoom on x y in 0 THEN zoom on x y in 4
@CHARACTER starts idle_shiftweight_neutral_loop
@pause for 4
@CHARACTER starts kiss_blow_happy
}
“Blue Outfit”{
@CHARACTER starts dustoff_neutral_loop
@pause for a beat
@CHARACTER changes into outfitname
&zoom on x y in 0 THEN zoom on x y in 4
@CHARACTER starts idle_shiftweight_neutral_loop
@pause for 4
@CHARACTER starts kiss_blow_happy
}
“Green Outfit”{
@CHARACTER starts dustoff_neutral_loop
@pause for a beat
@CHARACTER changes into outfitname
&zoom on x y in 0 THEN zoom on x y in 4
@CHARACTER starts idle_shiftweight_neutral_loop
@pause for 4
@CHARACTER starts kiss_blow_happy
}
The character will enter the next scene with their new outfits.
Make sure to add a line that says:
@CHARACTER changes into firstoutfit
NOTE: firstoutfit and outfitnames are NOT real outfit names, firstoutfit is the first outfit that the character wears. Make sure to write that command before the character’s first scene. Otherwise, if you replay it, the character will be wearing one of the choice outfits.

If the character will be wearing this outfit for between Episodes, please note that, before the second Episode starts, input this command:
(Remember I told you to remember the thing inside the brackets? )
if (outfit_choice is “Red Outfit”){
@CHARACTER changes into outfitname
}
elif (outfit_choice is “Blue Outfit”{
@CHARACTER changes into outfitname
}
else{
@CHARACTER changes into outfitname
}

For further inquiries, you can always look at this amazing tutorial