Please, i need help. I don't understand what I'm doing wrong

Hi I really need help with this and it would mean the world if u helped me.

if (ShortStyles) {

}
LEAH
Which short style do you want?

choice “Afro” {

@ASHLEY changes hair into Afro

} “Blunt Bangs Short” {

@ASHLEY changes hair into Blunt Bangs Short

} “Classic Bob” {

@ASHLEY changes hair into Classic Bob

} “Curly Bob” {

@ASHLEY changes hair into Curly Bob

} “Punk Pixie” {

@ASHLEY changes hair into Punk Pixie

} “Short Curly Fade” {

@ASHLEY changes hair into Short Curly Fade

} “Short Pixie” {

@ASHLEY changes hair into Short Pixie

} “Short Wavy Hair Solid” {

@ASHLEY changes hair into Short Wavy Hair Solid

} “Short Wavy Ombre” {

@ASHLEY changes hair into Short Wavy Ombre

} elif(MediumStyles) {

}

    LEAH 
Which medium style do you want?

choice “Medium Braided” {

@ASHLEY changes hair into Medium Braided

} “Medium Curly Solid” {

@ASHLEY changes hair into Medium Curly Solid

} “Medium Dreadlocks” {

@ASHLEY changes hair into Medium Dreadlocks

} “Straight Medium” {

@ASHLEY changes hair into Straight Medium

} elif(LongStyles) {

}

    LEAH 
Which long style do you want?

choice “Beach Wave Hair” {

@ASHLEY changes hair into Beach Wave Hair

} “Hair Flip” {

@ASHLEY changes hair into Hair Flip

} “Long Braided” {

@ASHLEY changes hair into Long Braided

} “Long Dreadlocks” {

@ASHLEY changes hair into Long Dreadlocks

} “Long Faux Hawk Solid” {

@ASHLEY changes hair into Long Faux Hawk Solid

} “Long Feathered” {

@ASHLEY changes hair into Long Feathered

} “Long Straight Loose Solid” {

@ASHLEY changes hair into Long Straight Loose Solid

} “Long Straight Loose Bangs Blunt Solid” {

@ASHLEY changes hair into Long Straight Loose Bangs Blunt Solid

} “Long Straight Loose Bangs Sideswept Solid” {

@ASHLEY changes hair into Long Straight Loose Bangs Sideswept Solid

}

} else {

}

you need to put it inside the brackets (i believe that’s the issue)

you put

if (ShortStyles) {

}
LEAH
Which short style do you want?

but it and the short styles needs to go inside the if…

if (ShortStyles) {

LEAH
Which short style do you want?

choices go here

}