Issue with hair and makeup template

Hey,
I’ve used one of the templates available on the forums for hair and makeup customisation but I keep getting errors saying nearly all of the short hairstyles don’t exist. Obviously, I want to be able to give readers that option so does anyone have a template with all available hairstyles? Here is the template I used:

choice
“Hairstyle” {
goto hair_style
}“Lipstick”{
goto lipstick_color
} “This looks good!” {
goto finish
}
label hair_style
NARRATOR
Which style would you like?
choice
“Short Hair”{
goto hairShort1
}“Mid-length Hair”{
goto hairMedium1
}“Long Hair”{
goto hairLong1
}“Styled Hair”{
goto hairUp1
}“Done”{
goto hair_and_lip
}
label hairShort1
@FEMALE starts idle_handsonhips_neutral_loop
NARRATOR
Choose her hairstyle.
choice
“Afro” {
@FEMALE changes hair into Afro
goto hairShort1
}“Blunt Bangs” {
@FEMALE changes hair into Blunt Bangs Short
goto hairShort1
}“Classic Bob” {
@FEMALE changes hair into Classic Bob
goto hairShort1
}“Curly Bob” {
@FEMALE changes hair into Curly Bob
goto hairShort1
}“Fade” {
@FEMALE changes hair into Short Curly Fade
goto hairShort1
}“Pixie” {
@FEMALE changes hair into Short Pixie
goto hairShort1
}“Short Wavy” {
@FEMALE changes hair into Short Wavy Hair Solid
goto hairShort1
}“Change Styles”{
goto hair_style
}“Done”{
goto hair_and_lip
}
label hairMedium1
NARRATOR
Choose her hairstyle.
choice
“Braided” {
@FEMALE changes hair into Medium Braided
goto hairMedium1
}“Medium Dreadlocks” {
@FEMALE changes hair into Medium Dreadlocks
goto hairMedium1
}“Wavy Ombre” {
@FEMALE changes hair into Short Wavy Ombre
goto hairMedium1
}“Straight” {
@FEMALE changes hair into Straight Medium
goto hairMedium1
}“Medium Curly” {
@FEMALE changes hair into Medium Curly Solid
goto hairMedium1
}“Hair Flip” {
@FEMALE changes hair into Hair Flip
goto hairMedium1
}“Change Styles”{
goto hair_style
}“Done”{
goto hair_and_lip
}
label hairLong1
NARRATOR (FEMALE)
What’s my hairstyle?
choice
“Beach Wave” {
@FEMALE changes hair into Beach Wave Hair
goto hairLong1
}“Long Braided” {
@FEMALE changes hair into Long Braided
goto hairLong1
}“Long Dreadlocks” {
@FEMALE changes hair into Long Dreadlocks
goto hairLong1
}“Feathered” {
@FEMALE changes hair into Long Feathered
goto hairLong1
}“Long Blunt Bangs” {
@FEMALE changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong1
}“Sideswept Bangs” {
@FEMALE changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong1
}“Straight” {
@FEMALE changes hair into Long Straight Loose Solid
goto hairLong1
}“Change Styles”{
goto hair_style
}“Done”{
goto hair_and_lip
}
label hairUp1
NARRATOR
Choose her hairstyle.
choice
“Braided Bun” {
@FEMALE changes hair into Braided Bun
goto hairUp1
}“Faux Hawk” {
@FEMALE changes hair into Long Faux Hawk Solid
goto hairUp1
}“Short Ponytail” {
@FEMALE changes hair into Short High Ponytail
goto hairUp1
}“Long Ponytail” {
@FEMALE changes hair into Long High Ponytail
goto hairUp1
}“Morning Updo” {
@FEMALE changes hair into Morning Updo
goto hairUp1
}“Punk Pixie” {
@FEMALE changes hair into Punk Pixie
goto hairUp1
}“Change Styles”{
goto hair_style
}“Done”{
goto hair_and_lip
}
label lipstick_color
@FEMALE starts idle_shiftweight_neutral_loop
NARRATOR
Which lipstick color would you like?
choice
“Natural” {
goto NaturalColors1
} “Gloss” {
goto GlossColors1
} “Matte” {
goto MatteColors1
} “Done” {
goto hair_and_lip
}
label NaturalColors1
NARRATOR
Choose her lip color.
choice
“Fair Rose” {
@FEMALE changes mouthColor into Fair Rose Matte
goto NaturalColors1
} “Fair Neutral” {
@FEMALE changes mouthColor into Fair Neutral Matte
goto NaturalColors1
} “Fair Gold” {
@FEMALE changes mouthColor into Fair Gold Matte
goto NaturalColors1
} “Beige Light Gold” {
@FEMALE changes mouthColor into Beige Light Gold Matte
goto NaturalColors1
} “Beige Gold” {
@FEMALE changes mouthColor into Beige Gold Matte
goto NaturalColors1
} “Beige Rose” {
@FEMALE changes mouthColor into Beige Rose
goto NaturalColors1
} “Next Page” {
goto NaturalColors12
} “Try Other Colors” {
goto lipstick_color
} “Done” {
goto hair_and_lip
}
label NaturalColors12
NARRATOR
Choose her lip color.
choice
“Beige Deep Neutral” {
@FEMALE changes mouthColor into Beige Deep Neutral
goto NaturalColors12
} “Tan Deep Neutral” {
@FEMALE changes mouthColor into Tan Deep Neutral
goto NaturalColors12
} “Brown Neutral” {
@FEMALE changes mouthColor into Brown Neutral
goto NaturalColors12
} “Brown Gold” {
@FEMALE changes mouthColor into Brown Gold
goto NaturalColors12
} “Brown Deep Gold” {
@FEMALE changes mouthColor into Brown Deep Gold
goto NaturalColors12
} “Brown Deep Rose” {
@FEMALE changes mouthColor into Brown Deep Rose
goto NaturalColors12
} “Previous Page” {
goto NaturalColors1
} “Try Other Colors” {
goto lipstick_color
} “Done” {
goto hair_and_lip
}
label GlossColors1
NARRATOR
Choose her lip color.
choice
“Peach” {
@FEMALE changes mouthColor into Peach Gloss
goto GlossColors1
} “Light Peach” {
@FEMALE changes mouthColor into Pink Peach Lt Gloss
goto GlossColors1
} “Beige Pink” {
@FEMALE changes mouthColor into Pink Beige Gloss
goto GlossColors1
} “Medium Pink” {
@FEMALE changes mouthColor into Pink Medium Gloss
goto GlossColors1
} “Warm Pink” {
@FEMALE changes mouthColor into Pink Warm Gloss
goto GlossColors1
} “Hot Pink” {
@FEMALE changes mouthColor into Pink Hot Gloss
goto GlossColors1
} “Deep Pink” {
@CFEMALE changes mouthColor into Pink Deep Gloss
goto GlossColors1
} “Rose” {
@FEMALE changes mouthColor into Rose Gloss
goto GlossColors1
} “Page Two” {
goto GlossColors12
} “Try Other Colors” {
goto lipstick_color
} “Done” {
goto hair_and_lip
}
label GlossColors12
NARRATOR
Choose her lip color.
choice
“Mauve” {
@FEMALE changes mouthColor into Mauve Gloss
goto GlossColors12
} “Pastel Purple” {
@FEMALE changes mouthColor into Purple Pastel Gloss
goto GlossColors12
} “Plum” {
@FEMALE changes mouthColor into Plum Gloss
goto GlossColors12
} “Red” {
@FEMALE changes mouthColor into Red Gloss
goto GlossColors12
} “Deep Red” {
@FEMALE changes mouthColor into Red Deep Gloss
goto GlossColors12
} “Violet” {
@FEMALE changes mouthColor into Violet Gloss
goto GlossColors12
} “Black” {
@FEMALE changes mouthColor into Black Gloss
goto GlossColors12
} “Page One” {
goto GlossColors1
} “Try Other Colors” {
goto lipstick_color
} “Done” {
goto hair_and_lip
}
label MatteColors1
NARRATOR
Choose her lip color.
choice
“Peach” {
@FEMALE changes mouthColor into Peach Matte
goto MatteColors1
} “Light Peach” {
@FEMALE changes mouthColor into Pink Peach Light Matte
goto MatteColors1
} “Beige Pink” {
@FEMALE changes mouthColor into Pink Beige Matte
goto MatteColors1
} “Medium Pink” {
@FEMALE changes mouthColor into Pink Medium Matte
goto MatteColors1
} “Warm Pink” {
@FEMALE changes mouthColor into Pink Warm Matte
goto MatteColors1
} “Hot Pink” {
@FEMALE changes mouthColor into Pink Hot Matte
goto MatteColors1
} “Deep Pink” {
@FEMALE changes mouthColor into Pink Deep Matte
goto MatteColors1
} “Rose” {
@FEMALE changes mouthColor into Rose Matte
goto MatteColors1
} “Page Two” {
goto MatteColors12
} “Try Other Colors” {
goto lipstick_color
} “Done” {
goto hair_and_lip
}
label MatteColors12
NARRATOR
Choose her lip color.
choice
“Mauve” {
@FEMALE changes mouthColor into Mauve Matte
goto MatteColors12
} “Pastel Purple” {
@FEMALE changes mouthColor into Purple Pastel Matte
goto MatteColors12
} “Plum” {
@FEMALE changes mouthColor into Plum Matte
goto MatteColors12
} “Red” {
@FEMALE changes mouthColor into Red Matte
goto MatteColors12
} “Deep Red” {
@FEMALE changes mouthColor into Red Deep Matte
goto MatteColors12
} “Violet” {
@FEMALE changes mouthColor into Violet Matte
goto MatteColors12
} “Black” {
@FEMALE changes mouthColor into Black Matte
goto MatteColors12
} “Page One” {
goto MatteColors1
} “Try Other Colors” {
goto lipstick_color
} “Done” {
goto hair_and_lip
}
label finish
NARRATOR
Are you happy with your choices?
choice
“Yes, I look perfect!”{
goto story_continue
} “No, I have to change something.”{
goto hair_and_lip
}
label story_continue

Many thanks in advance!

Never mind, all sorted now!