Help using my flag with outifts

label I_fits

    IVY (think_rubchin)
(What to wear?)

choice
“Skirt” {

@IVY is dustoff_neutral_loop

@pause for a beat

@IVY changes into IVY_skirt

@pause for a beat

IVY
(I have so much clothes.)

@pause for a beat

@IVY is idle_shiftweight_neutral_loop

@pause for a beat

@pause for a beat

#add your own dialogue and animations

    IVY

(This might be it.)
choice
“It’s perfect!” {
gain Flag_Name_1
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces

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

OUTFIT 2 STARTS HERE

} “Gaston choice” {

@IVY is dustoff_neutral_loop

@pause for a beat

@IVY changes into IVY_baddie

@pause for a beat

IVY
(I remember this jacket.)

@pause for a beat

IVY (idle_armscrossed_angry_loop)
(He forgot my pearls.)

@pause for a beat

@pause for a beat

#add your own dialogue and animations

    IVY
(This might be it.)

choice
“It’s perfect!” {
gain Flag_Name_2
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces

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

OUTFIT 3 STARTS HERE

} “Green” {

@IVY is dustoff_neutral_loop

@pause for a beat

@IVY changes into IVY_dressgreen

@pause for a beat

IVY
(I never wore this dress.)

@IVY is idle_shiftweight_neutral_loop

@pause for a beat

@pause for a beat

#add your own dialogue and animations

    IVY 

(This might be it.)

choice
“It’s perfect!” {
gain Flag_Name_3
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces

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

if (Flag_Name_1) {
#replace Flag_Name_1 with your flag name
@IVY changes into IVY_skirt

} elif (Flag_Name_2) {
#replace Flag_Name_2 with your flag name
@IVY changes into IVY_baddie

} else {
#This is where the third option goes
@IVY changes into IVY_dressgreen
}