This if else problem need help ASAP

i have two remember the outfits codes in my story
I need a new one for this one

  NARRATOR
What would you like to wear?

choice
“Red”{
@AMELIA is undress_top AND AMELIA2 is undress_top
@AMELIA changes hair into Over Shoulder Braid Hair Black Pink
@AMELIA2 changes hair into Over Shoulder Braid Hair Black Pink
@AMELIA changes into Amelia_RedBar
@AMELIA2 changes into Amelia_RedBar
@AMELIA is flirt_smile_shiftweight AND AMELIA2 is flirt_smile_shiftweight
goto dressing_game_gem
}“Bar Two”{
@AMELIA is undress_top AND AMELIA2 is undress_top
@AMELIA changes hair into Long Down Wavy Princess Braid
@AMELIA2 changes hair into Long Down Wavy Princess Braid
@AMELIA changes into Amelia_Bar2
@AMELIA2 changes into Amelia_Bar2
@AMELIA is flirt_lookaway_bashful AND AMELIA2 is flirt_lookaway_bashful
goto dressing_game_free
}“Bar Three”{
@AMELIA is undress_top AND AMELIA2 is undress_top
@AMELIA changes hair into Long Down Wavy Princess Braid
@AMELIA2 changes hair into Long Down Wavy Princess Braid
@AMELIA changes into Amelia_Bar3
@AMELIA2 changes into Amelia_Bar3
@AMELIA is primp_neutral AND AMELIA2 is primp_neutral
goto dressing_game_free
}

label dressing_game_gem
NARRATOR
Are you happy with your choice?
choice (OUTFIT_GEM)
GEMS:5 “Yes, I’m happy with my choice.”{
@AMELIA is flirt_shy_atcamera AND AMELIA2 is flirt_shy_atcamera
goto continue_chapter
}“No, I made a mistake!”{
goto dressing_game
}

label dressing_game_free
NARRATOR
Are you happy with your choice?
choice
“Yes, I’m happy with my choice.”{
@AMELIA is flirt_shy_atcamera AND AMELIA2 is flirt_shy_atcamera
}“No, I made a mistake!”{
goto dressing_game
}

label continue_chapter

I did that for you 23 days ago :wink: