Can someone code to remember my readers outfit?

I’ve tried for so long to know how to remember outfits and I couldn’t figure it out. Could someone please do it for me to help me? Here’s the outfit choice :revolving_hearts:

label open_closet

@zoom reset
@YOU starts think_rubchin
@speechbubble reset

    NARRATOR
So, what're you going to wear to study?

choice
“Casual” {
goto fashion_casual
} “Formal” {
goto fashion_formal
} “Going Out” {
goto fashion_out
} “Business” {
goto fashion_business
}

label fashion_casual

@YOU starts idle_happy_loop
NARRATOR
What do I want to wear?

choice
“One” {
@YOU changes into Outfit1
@pause for a beat
goto fashion_casual
} “Two” {
@YOU changes into Outfit2
@pause for a beat
goto fashion_casual
} “Three” {
@YOU changes into Outfit3
@pause for a beat
goto fashion_casual
} “Four” {
@YOU changes into Outfit4
@pause for a beat
goto fashion_casual
} “Try a different style!” {
goto open_closet
} “Wear this!” {
goto hair_and_lip
}

label fashion_formal

@YOU starts idle_happy_loop
NARRATOR
What do I want to wear?

choice
“One” {
@YOU changes into Outfit13
@pause for a beat
goto fashion_formal
} “Two” {
@YOU changes into Outfit14
@pause for a beat
goto fashion_formal
} “Three” {
@YOU changes into Outfit15
@pause for a beat
goto fashion_formal
} “Four” {
@YOU changes into Outfit16
@pause for a beat
goto fashion_formal
} “Try a different style!” {
goto open_closet
} “Wear this!” {
goto hair_and_lip
}

label fashion_out

@YOU starts idle_happy_loop
NARRATOR
What do I want to wear?

choice
“One” {
@YOU changes into Outfit9
@pause for a beat
goto fashion_out
} “Two” {
@YOU changes into Outfit10
@pause for a beat
goto fashion_out
} “Three” {
@YOU changes into Outfit11
@pause for a beat
goto fashion_out
} “Four” {
@YOU changes into Outfit12
@pause for a beat
goto fashion_out
} “Try a different style!” {
goto open_closet
} “Wear this!” {
goto hair_and_lip
}

1 Like

Please check out @Dara.Amarie tutorials here on Forum, she has everything described where well.

1 Like

Marked as solved and closed. Thanks!