How can I fix this?

I want to give a chance to the readers to customize a character, but I want to put a decision there if they want to do it or not. It So I put:

NARRATOR
Before we start, would you like to customize Rebecca?

choice “Yes, let’s do it” {
So in here I want to insert a customization template from Dara

} “No, she’s fine” {

}

But it says there’s an error, something about the labels and this " } " , this is the script:

NARRATOR
Before we start, would you like to customize Rebecca?

choice “Yes, let’s do it” {

label female_custom3
@REBECCA spot 2.400 170 -520 and FEMTHREE faces right and FEMTHREE starts idle

    NARRATOR
What does she look like?

choice
“Skin Tone” {
goto fem_skin3
}
“Hair” {
goto fem_hair3
}
“Eyes” {
goto fem_eyes3
}
“Eyebrows” {
goto fem_brows3
}
“Face Shape”{
goto fem_face3
}
“Nose” {
goto fem_nose3
}
“Mouth” {
goto fem_mouth3
}
“This is perfect!” {
goto female3_end
}

label fem_skin3

    NARRATOR
Choose her skin color.

choice
“Lighter Shades” {
goto fem_lightskin3
} “Medium Shades” {
goto fem_medskin3
} “Darker Shades” {
goto fem_darkskin3
} “Non-Human Shades” {
goto fem_rainbowskin3
} “Done” {
goto female_custom3
}

label fem_lightskin3

    NARRATOR
Choose her skin color.

choice
“Fair Gold” {
@REBECCA changes bodyColor into Fair Gold
goto fem_lightskin3
} “Fair Neutral” {
@REBECCA changes bodyColor into Fair Neutral
goto fem_lightskin3
} “Fair Rose” {
@REBECCA changes bodyColor into Fair Rose
goto fem_lightskin3
} “Fair Warm” {
@REBECCA changes bodyColor into Fair Warm
goto fem_lightskin3
} “Beige Light Gold” {
@REBECCA changes bodyColor into Beige Light Gold
goto fem_lightskin3
} “Beige Light Neutral” {
@REBECCA changes bodyColor into Beige Light Neutral
goto fem_lightskin3
} “Beige Light Rose” {
@REBECCA changes bodyColor into Beige Light Rose
goto fem_lightskin3
} “Beige Rose” {
@REBECCA changes bodyColor into Beige Rose
goto fem_lightskin3
} “Different Shades” {
goto fem_skin3
} “Done” {
goto female_custom3
}

label fem_medskin3

    NARRATOR
Choose her skin color.

choice
“Beige Neutral” {
@REBECCA changes bodyColor into Beige Neutral
goto fem_medskin3
} “Beige Gold” {
@REBECCA changes bodyColor into Beige Gold
goto fem_medskin3
} “Beige Deep Neutral” {
@REBECCA changes bodyColor into Beige DeepNeutral
goto fem_medskin3
} “Beige Deep Gold” {
@REBECCA changes bodyColor into Beige Deep Gold
goto fem_medskin3
} “Beige Deep Rose” {
@REBECCA changes bodyColor into Beige Deep Rose
goto fem_medskin3
} “Tan Neutral” {
@REBECCA changes bodyColor into Tan Neutral
goto fem_medskin3
} “Tan Gold” {
@REBECCA changes bodyColor into Tan Gold
goto fem_medskin3
} “Tan Rose” {
@REBECCA changes bodyColor into Tan Rose
goto fem_medskin3
} “Tan Deep Gold” {
@REBECCA changes bodyColor into Tan Deep Gold
goto fem_medskin3
} “Different Shades” {
goto fem_skin3
} “Done” {
goto female_custom3
}

label fem_darkskin3

    NARRATOR
Choose her skin color.

choice
“Tan Deep Rose” {
@REBECCA changes bodyColor into Tan Deep Rose
goto fem_darkskin3
} “Tan Deep Neutral” {
@REBECCA changes bodyColor into Tan Deep Neutral
goto fem_darkskin3
} “Brown Gold” {
@REBECCA changes bodyColor into Brown Gold
goto fem_darkskin3
} “Brown Neutral” {
@REBECCA changes bodyColor into Brown Neutral
goto fem_darkskin3
} “Brown Rose” {
@REBECCA changes bodyColor into Brown Rose
goto fem_darkskin3
} “Brown Deep Gold” {
@REBECCA changes bodyColor into Brown Deep Gold
goto fem_darkskin3
} “Brown Deep Neutral” {
@REBECCA changes bodyColor into Brown Deep Neutral
goto fem_darkskin3
} “Brown Deep Rose” {
@REBECCA changes bodyColor into Brown Deep Rose
goto fem_darkskin3
} “Different Shades” {
goto fem_skin3
} “Done” {
goto female_custom3
}

label fem_rainbowskin3

    NARRATOR
Choose her skin color.

choice
“Blue” {
@REBECCA changes bodyColor into Blue
goto fem_rainbowskin3
} “Light Blue” {
@REBECCA changes bodyColor into Light Blue
goto fem_rainbowskin3
} “Green” {
@REBECCA changes bodyColor into Green
goto fem_rainbowskin3
} “Light Green” {
@REBECCA changes bodyColor into Beige Green Light
goto fem_rainbowskin3
} “Different Shades” {
goto fem_skin3
} “Done” {
goto female_custom3
}

label fem_brows3

    NARRATOR
Choose her eyebrow shape.

choice
“Arched Natural”{
@REBECCA changes eyebrows into Arched Natural
goto fem_brows3
}“Arched Thick”{
@REBECCA changes eyebrows into Arched Thick Styled
goto fem_brows3
}“Arched Thin”{
@REBECCA changes eyebrows into Arched Thin
goto fem_brows3
}“Arched Thin High”{
@REBECCA changes eyebrows into Arched Thin High
goto fem_brows3
}“Round Medium”{
@REBECCA changes eyebrows into Round Medium
goto fem_brows3
}“Round Thick”{
@REBECCA changes eyebrows into Round Thick
goto fem_brows3
}“Round Thin”{
@REBECCA changes eyebrows into Round Thin High
goto fem_brows3
}“Straight Medium”{
@REBECCA changes eyebrows into Straight Medium
goto fem_brows3
} “Select Color” {
goto fem_browscolor3
} “Done”{
goto female_custom3
}

label fem_browscolor3

    NARRATOR
Choose her eyebrow color.

choice
“Light Colors” {
goto browColor_light3
} “Dark Colors” {
goto browColor_dark3
} “Dyed Colors” {
goto browColor_dyed3
} “Change Brow Shape” {
goto fem_brows3
}

label browColor_light3

    NARRATOR
Choose her eyebrow color.

choice
“Dirty Blonde” {
@REBECCA changes eyebrowsColor into Dirty Blonde
goto browColor_light3
} “Honey Blonde” {
@REBECCA changes eyebrowsColor into Honey Blonde
goto browColor_light3
} “Platinum Blonde” {
@REBECCA changes eyebrowsColor into Platinum Blonde
goto browColor_light3
} “Strawberry Blonde” {
@REBECCA changes eyebrowsColor into Strawberry Blonde
goto browColor_light3
} “Blonde Medium” {
@REBECCA changes eyebrowsColor into Blonde Medium
goto browColor_light3
} “Gray” {
@REBECCA changes eyebrowsColor into Gray
goto browColor_light3
} “Other Colors” {
goto fem_browscolor3
} “Done” {
goto female_custom3
}

label browColor_dark3

    NARRATOR
Choose her eyebrow color.

choice
“Chestnut Brown” {
@REBECCA changes eyebrowsColor into Chestnut Brown
goto browColor_dark3
} “Dark Brown” {
@REBECCA changes eyebrowsColor into Dark Brown
goto browColor_dark3
} “Deep Brown” {
@REBECCA changes eyebrowsColor into Deep Brown
goto browColor_dark3
} “Light Brown” {
@REBECCA changes eyebrowsColor into Light Brown
goto browColor_dark3
} “Dark Black” {
@REBECCA changes eyebrowsColor into Black Dark
goto browColor_dark3
} “Jet Black” {
@REBECCA changes eyebrowsColor into blackJet
goto browColor_dark3
} “Other Colors” {
goto fem_browscolor3
} “Done” {
goto female_custom3
}

label browColor_dyed3

    NARRATOR
Choose her eyebrow color.

choice
“Light Pink” {
@REBECCA changes eyebrowsColor into Pink Lt
goto browColor_dyed3
} “Lavender” {
@REBECCA changes eyebrowsColor into Purple Lilac
goto browColor_dyed3
} “Mint” {
@REBECCA changes eyebrowsColor into Green Mint
goto browColor_dyed3
} “Ginger Red” {
@REBECCA changes eyebrowsColor into Ginger Red
goto browColor_dyed3
} “Copper Red” {
@REBECCA changes eyebrowsColor into Copper Red
goto browColor_dyed3
} “White” {
@REBECCA changes eyebrowsColor into White
goto browColor_dyed3
} “Other Colors” {
goto fem_browscolor3
} “Done” {
goto female_custom3
}

label fem_face3

    NARRATOR
Choose her face shape.

choice
“Diamond” {
@REBECCA changes face into Diamond
goto fem_face3
}
“Long Diamond” {
@REBECCA changes face into Diamond Long
goto fem_face3
}
“Defined Heart” {
@REBECCA changes face into Heart Defined
goto fem_face3
}
“Mature Heart” {
@REBECCA changes face into Heart Mature
goto fem_face3
}
“Soft Heart” {
@REBECCA changes face into Heart Soft
goto fem_face3
}
“Mature Square” {
@REBECCA changes face into Square Mature
goto fem_face3
}
“Soft Round” {
@REBECCA changes face into Round Soft
goto fem_face3
}
“Defined Triangle” {
@REBECCA changes face into Triangle Defined
goto fem_face3
}
“Done”{
goto female_custom3
}

label fem_eyes3

    NARRATOR
Choose her eyes.

choice
“Deepset Downturned” {
@REBECCA changes eyes into Deepset Downturned
goto fem_eyes3
}
“Deepset Mature” {
@REBECCA changes eyes into Deepset Mature
goto fem_eyes3
}
“Generic” {
@REBECCA changes eyes into Female Generic
goto fem_eyes3
}
“Slender” {
@REBECCA changes eyes into Monolid Slender
goto fem_eyes3
}
“Round Wide” {
@REBECCA changes eyes into Round Downturned Wide
goto fem_eyes3
}
“Round Medium” {
@REBECCA changes eyes into Round Medium
goto fem_eyes3
}
“Sharp Almond” {
@REBECCA changes eyes into Sharp Almond
goto fem_eyes3
}
“Deepset Almond” {
@REBECCA changes eyes into Deepset Almond
goto fem_eyes3
}
“Select Color”{
goto fem_eyecolor3
}
“Done”{
goto female_custom3
}

label fem_eyecolor3

    NARRATOR
Choose her eye color.

choice
“Aqua Blue” {
@REBECCA changes eyesColor into Blue Aqua
goto fem_eyecolor3
}
“Deep Blue” {
@REBECCA changes eyesColor into Blue Deep
goto fem_eyecolor3
}
“Light Brown” {
@REBECCA changes eyesColor into Brown Light
goto fem_eyecolor3
}
“Dark Brown” {
@REBECCA changes eyesColor into Brown Dark
goto fem_eyecolor3
}
“Black” {
@REBECCA changes eyesColor into Brown Black
goto fem_eyecolor3
}
“Next Page” {
goto fem_eyecolor32
}
“Done”{
goto female_custom3
}

label fem_eyecolor32

    NARRATOR
Choose her eye color.

choice
“Green” {
@REBECCA changes eyesColor into Green Emerald
goto fem_eyecolor32
}
“Silver” {
@REBECCA changes eyesColor into Grey Cool
goto fem_eyecolor32
}
“Hazel” {
@REBECCA changes eyesColor into Hazel
goto fem_eyecolor32
}
“Red” {
@REBECCA changes eyesColor into Red
goto fem_eyecolor32
}
“Violet” {
@REBECCA changes eyesColor into Violet
goto fem_eyecolor32
}
“Previous Page” {
goto fem_eyecolor3
}
“Done”{
goto female_custom3
}

label fem_mouth3

    NARRATOR
Choose her mouth shape.

choice
“Full Heart” {
@REBECCA changes mouth into Full Heart Pouty
goto fem_mouth3
}“Full Round” {
@REBECCA changes mouth into Full Round Pouty
goto fem_mouth3
}“Medium Natural” {
@REBECCA changes mouth into Medium Heart Natural
goto fem_mouth3
}“Medium Thin” {
@REBECCA changes mouth into Medium Thin
goto fem_mouth3
}“Thin Heart” {
@REBECCA changes mouth into Thin Heart
goto fem_mouth3
}“Small Heart” {
@REBECCA changes mouth into Small Heart
goto fem_mouth3
}“Flat Round” {
@REBECCA changes mouth into Full Round Flat Top Skin
goto fem_mouth3
}“Select Color”{
goto fem_mouthcolor3
}
“Done”{
goto female_custom3
}

label fem_mouthcolor3

    NARRATOR
Choose her lip color.

choice
“Natural” {
goto NaturalColors3
} “Gloss” {
goto GlossColors3
} “Matte” {
goto MatteColors3
} “Change Lip Shape” {
goto fem_mouth3
}

label NaturalColors3

    NARRATOR
Choose her lip color.

choice
“Fair Rose” {
@REBECCA changes mouthColor into Fair Rose Matte
goto NaturalColors3
} “Fair Neutral” {
@REBECCA changes mouthColor into Fair Neutral Matte
goto NaturalColors3
} “Fair Gold” {
@REBECCA changes mouthColor into Fair Gold Matte
goto NaturalColors3
} “Beige Light Gold” {
@REBECCA changes mouthColor into Beige Light Gold Matte
goto NaturalColors3
} “Beige Gold” {
@REBECCA changes mouthColor into Beige Gold Matte
goto NaturalColors3
} “Beige Rose” {
@REBECCA changes mouthColor into Beige Rose
goto NaturalColors3
} “Next Page” {
goto NaturalColors32
} “Try Other Colors” {
goto fem_mouthcolor3
} “Done” {
goto female_custom3
}

label NaturalColors32

    NARRATOR
Choose her lip color.

choice
“Beige Deep Neutral” {
@REBECCA changes mouthColor into Beige Deep Neutral
goto NaturalColors32
} “Tan Deep Neutral” {
@REBECCA changes mouthColor into Tan Deep Neutral
goto NaturalColors32
} “Brown Neutral” {
@REBECCA changes mouthColor into Brown Neutral
goto NaturalColors32
} “Brown Gold” {
@REBECCA changes mouthColor into Brown Gold
goto NaturalColors32
} “Brown Deep Gold” {
@REBECCA changes mouthColor into Brown Deep Gold
goto NaturalColors32
} “Brown Deep Rose” {
@REBECCA changes mouthColor into Brown Deep Rose
goto NaturalColors32
} “Previous Page” {
goto NaturalColors3
} “Try Other Colors” {
goto fem_mouthcolor3
} “Done” {
goto female_custom3
}

label GlossColors3

    NARRATOR
Choose her lip color.

choice
“Peach” {
@REBECCA changes mouthColor into Peach Gloss
goto GlossColors3
} “Light Peach” {
@REBECCA changes mouthColor into Pink Peach Lt Gloss
goto GlossColors3
} “Beige Pink” {
@REBECCA changes mouthColor into Pink Beige Gloss
goto GlossColors3
} “Medium Pink” {
@REBECCA changes mouthColor into Pink Medium Gloss
goto GlossColors3
} “Warm Pink” {
@REBECCA changes mouthColor into Pink Warm Gloss
goto GlossColors3
} “Hot Pink” {
@REBECCA changes mouthColor into Pink Hot Gloss
goto GlossColors3
} “Deep Pink” {
@REBECCA changes mouthColor into Pink Deep Gloss
goto GlossColors3
} “Rose” {
@REBECCA changes mouthColor into Rose Gloss
goto GlossColors3
} “Page Two” {
goto GlossColors32
} “Try Other Colors” {
goto fem_mouthcolor3
} “Done” {
goto female_custom3
}

label GlossColors32

    NARRATOR
Choose her lip color.

choice
“Mauve” {
@REBECCA changes mouthColor into Mauve Gloss
goto GlossColors32
} “Pastel Purple” {
@REBECCA changes mouthColor into Purple Pastel Gloss
goto GlossColors32
} “Plum” {
@REBECCA changes mouthColor into Plum Gloss
goto GlossColors32
} “Red” {
@REBECCA changes mouthColor into Red Gloss
goto GlossColors32
} “Deep Red” {
@REBECCA changes mouthColor into Red Deep Gloss
goto GlossColors32
} “Violet” {
@REBECCA changes mouthColor into Violet Gloss
goto GlossColors32
} “Black” {
@REBECCA changes mouthColor into Black Gloss
goto GlossColors32
} “Page One” {
goto GlossColors3
} “Try Other Colors” {
goto fem_mouthcolor3
} “Done” {
goto female_custom3
}

label MatteColors3

    NARRATOR
Choose her lip color.

choice
“Peach” {
@REBECCA changes mouthColor into Peach Matte
goto MatteColors3
} “Light Peach” {
@REBECCA changes mouthColor into Pink Peach Light Matte
goto MatteColors3
} “Beige Pink” {
@REBECCA changes mouthColor into Pink Beige Matte
goto MatteColors3
} “Medium Pink” {
@REBECCA changes mouthColor into Pink Medium Matte
goto MatteColors3
} “Warm Pink” {
@REBECCA changes mouthColor into Pink Warm Matte
goto MatteColors3
} “Hot Pink” {
@REBECCA changes mouthColor into Pink Hot Matte
goto MatteColors3
} “Deep Pink” {
@REBECCA changes mouthColor into Pink Deep Matte
goto MatteColors3
} “Rose” {
@REBECCA changes mouthColor into Rose Matte
goto MatteColors3
} “Page Two” {
goto MatteColors32
} “Try Other Colors” {
goto fem_mouthcolor3
} “Done” {
goto female_custom3
}

label MatteColors32

    NARRATOR
Choose her lip color.

choice
“Mauve” {
@REBECCA changes mouthColor into Mauve Matte
goto MatteColors32
} “Pastel Purple” {
@REBECCA changes mouthColor into Purple Pastel Matte
goto MatteColors32
} “Plum” {
@REBECCA changes mouthColor into Plum Matte
goto MatteColors32
} “Red” {
@REBECCA changes mouthColor into Red Matte
goto MatteColors32
} “Deep Red” {
@REBECCA changes mouthColor into Red Deep Matte
goto MatteColors32
} “Violet” {
@REBECCA changes mouthColor into Violet Matte
goto MatteColors32
} “Black” {
@REBECCA changes mouthColor into Black Matte
goto MatteColors32
} “Page One” {
goto MatteColors3
} “Try Other Colors” {
goto fem_mouthcolor3
} “Done” {
goto female_custom3
}

label fem_nose3

    NARRATOR
Choose her nose.

choice
“Defined” {
@REBECCA changes nose into Defined Natural
goto fem_nose3
}
“Grecian” {
@REBECCA changes nose into Grecian Soft
goto fem_nose3
}
“Broad” {
@REBECCA changes nose into Round Broad
goto fem_nose3
}
“Button” {
@REBECCA changes nose into Round Button
goto fem_nose3
}
“Upturned” {
@REBECCA changes nose into Round Button Upturned
goto fem_nose3
}
“Downturned” {
@REBECCA changes nose into Round Downturned
goto fem_nose3
}
“Flared” {
@REBECCA changes nose into Round Flared Upturned
goto fem_nose3
}
“Done”{
goto female_custom3
}

label fem_hair3

    NARRATOR
Choose her hairstyle.

choice
“Short Hair”{
goto hairShort3
}“Mid-length Hair”{
goto hairMedium3
}“Long Hair”{
goto hairLong3
}“Styled Hair”{
goto hairUp3
}“Change Color”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairShort3

    NARRATOR
Choose her hairstyle.

choice
“Afro” {
@REBECCA changes hair into Afro
goto hairShort3
}“Blunt Bangs” {
@REBECCA changes hair into Blunt Bangs Short
goto hairShort3
}“Classic Bob” {
@REBECCA changes hair into Classic Bob
goto hairShort3
}“Curly Bob” {
@REBECCA changes hair into Curly Bob
goto hairShort3
}“Fade” {
@REBECCA changes hair into Short Curly Fade
goto hairShort3
}“Pixie” {
@REBECCA changes hair into Short Pixie
goto hairShort3
}“Short Wavy” {
@REBECCA changes hair into Short Wavy Hair Solid
goto hairShort3
}“Change Styles”{
goto fem_hair3
}“Change Color”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairMedium3

    NARRATOR
Choose her hairstyle.

choice
“Braided” {
@REBECCA changes hair into Medium Braided
goto hairMedium3
}“Medium Dreadlocks” {
@REBECCA changes hair into Medium Dreadlocks
goto hairMedium3
}“Wavy Ombre” {
@REBECCA changes hair into Short Wavy Ombre
goto hairMedium3
}“Straight” {
@REBECCA changes hair into Straight Medium
goto hairMedium3
}“Medium Curly” {
@REBECCA changes hair into Medium Curly Solid
goto hairMedium3
}“Hair Flip” {
@REBECCA changes hair into Hair Flip
goto hairMedium3
}“Change Styles”{
goto fem_hair3
}“Change Color”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairLong3

    NARRATOR
Choose her hairstyle.

choice
“Beach Wave” {
@REBECCA changes hair into Beach Wave Hair
goto hairLong3
}“Long Braided” {
@REBECCA changes hair into Long Braided
goto hairLong3
}“Long Dreadlocks” {
@REBECCA changes hair into Long Dreadlocks
goto hairLong3
}“Feathered” {
@REBECCA changes hair into Long Feathered
goto hairLong3
}“Long Blunt Bangs” {
@REBECCA changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong3
}“Sideswept Bangs” {
@REBECCA changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong3
}“Straight” {
@REBECCA changes hair into Long Straight Loose Solid
goto hairLong3
}“Change Styles”{
goto fem_hair3
}“Change Color”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairUp3

    NARRATOR
Choose her hairstyle.

choice
“Braided Bun” {
@REBECCA changes hair into Braided Bun
goto hairUp3
}“Faux Hawk” {
@REBECCA changes hair into Long Faux Hawk Solid
goto hairUp3
}“Short Ponytail” {
@REBECCA changes hair into Short High Ponytail
goto hairUp3
}“Long Ponytail” {
@REBECCA changes hair into Long High Ponytail
goto hairUp3
}“Morning Updo” {
@REBECCA changes hair into Morning Updo
goto hairUp3
}“Punk Pixie” {
@REBECCA changes hair into Punk Pixie
goto hairUp3
}“Change Styles”{
goto fem_hair3
}“Change Color”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label fem_haircolor3

    NARRATOR
Choose her hair color.

choice
“Dark”{
goto hairDark3
}“Light” {
goto hairLight3
}“Dyed”{
goto hairDye3
} “Back to Styles” {
goto fem_hair3
}

label hairDark3

    NARRATOR
Choose her hair color.

choice
“Light Brown” {
@REBECCA changes hairColor into Light Brown
goto hairDark3
}“Warm Brown” {
@REBECCA changes hairColor into Medium Warm Brown
goto hairDark3
}“Chestnut Brown”{
@REBECCA changes hairColor into Chestnut Brown
goto hairDark3
}“Dark Brown”{
@REBECCA changes hairColor into Dark Brown
goto hairDark3
}“Deep Brown” {
@REBECCA changes hairColor into Deep Brown
goto hairDark3
}“Burgundy” {
@REBECCA changes hairColor into Burgundy Red
goto hairDark3
}“Dark Black” {
@REBECCA changes hairColor into Black Dark
goto hairDark3
}“Jet Black” {
@REBECCA changes hairColor into Black Jet
goto hairDark3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairLight3

    NARRATOR
Choose her hair color.

choice
“Platinum Blonde” {
@REBECCA changes hairColor into Platinum Blonde
goto hairLight3
}“Dirty Blonde” {
@REBECCA changes hairColor into Dirty Blonde
goto hairLight3
}“Honey Blonde” {
@REBECCA changes hairColor into Honey Blonde
goto hairLight3
}“Strawberry Blonde” {
@REBECCA changes hairColor into Strawberry Blonde
goto hairLight3
}“Medium Blonde” {
@REBECCA changes hairColor into Blonde Medium
goto hairLight3
}“Ash Blonde” {
@REBECCA changes hairColor into Ash Blonde
goto hairLight3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye3

    NARRATOR
Choose her hair color.

choice
“Pink” {
goto hairDye_Pink3
}“Purple” {
goto hairDye_Purple3
}“Blue” {
goto hairDye_Blue3
}“Green/Yellow” {
goto hairDye_Green3
}“Red/Orange” {
goto hairDye_Red3
}“White/Gray” {
goto hairDye_Gray3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye_Pink3

    NARRATOR
Choose her hair color.

choice
“Hot Pink” {
@REBECCA changes hairColor into Hot Pink
goto hairDye_Pink3
} “Light Pink” {
@REBECCA changes hairColor into Pink Lt
goto hairDye_Pink3
} “Peach” {
@REBECCA changes hairColor into Peach Blonde
goto hairDye_Pink3
} “Rose Gold” {
@REBECCA changes hairColor into Rose Gold
goto hairDye_Pink3
}“Back to Hair Dye” {
goto hairDye3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye_Purple3

    NARRATOR
Choose her hair color.

choice
“Purple” {
@REBECCA changes hairColor into Red Purple
goto hairDye_Purple3
} “Lavender” {
@REBECCA changes hairColor into Purple Lilac
goto hairDye_Purple3
} “Plum” {
@REBECCA changes hairColor into Plum
goto hairDye_Purple3
} “Dark Purple” {
@REBECCA changes hairColor into Purple
goto hairDye_Purple3
}“Back to Hair Dye” {
goto hairDye3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye_Blue3

    NARRATOR
Choose her hair color.

choice
“Blue” {
@REBECCA changes hairColor into Blue
goto hairDye_Blue3
} “Light Blue” {
@REBECCA changes hairColor into Cornflower Blue
goto hairDye_Blue3
} “Aqua Blue” {
@REBECCA changes hairColor into Aqua Blue
goto hairDye_Blue3
} “Dark Blue” {
@REBECCA changes hairColor into Blue Black
goto hairDye_Blue3
}“Back to Hair Dye” {
goto hairDye3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye_Green3

    NARRATOR
Choose her hair color.

choice
“Yellow” {
@REBECCA changes hairColor into Yellow
goto hairDye_Green3
} “Green” {
@REBECCA changes hairColor into Green
goto hairDye_Green3
} “Lime Green” {
@REBECCA changes hairColor into Yellow Green
goto hairDye_Green3
} “Mint” {
@REBECCA changes hairColor into Mint
goto hairDye_Green3
} “Aqua Green” {
@REBECCA changes hairColor into Aqua Green
goto hairDye_Green3
}“Back to Hair Dye” {
goto hairDye3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye_Red3

    NARRATOR
Choose her hair color.

choice
“Orange” {
@REBECCA changes hairColor into Orange
goto hairDye_Red3
} “Red” {
@REBECCA changes hairColor into Red
goto hairDye_Red3
} “Copper Red” {
@REBECCA changes hairColor into Copper Red
goto hairDye_Red3
} “Ginger Red” {
@REBECCA changes hairColor into Ginger Red
goto hairDye_Red3
}“Back to Hair Dye” {
goto hairDye3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3
}

label hairDye_Gray3

    NARRATOR
Choose her hair color.

choice
“White” {
@REBECCA changes hairColor into Warm White
goto hairDye_Gray3
} “Gray” {
@REBECCA changes hairColor into Cool Gray
goto hairDye_Gray3
} “Light Gray” {
@REBECCA changes hairColor into Aqua Gray
goto hairDye_Gray3
}“Back to Hair Dye” {
goto hairDye3
}“Different Colors”{
goto fem_haircolor3
}“Done”{
goto female_custom3

label female3_end

}
NARRATOR
Before we start, would you like to customize Rebecca?

choice “No, she’s fine” {

    NARRATOR
Okay then let's get started.

}

You can’t have labels inside a choice.
You would need to put a go-to in the first choice and have the CC outside of the brackets

choice
“Yes, let’s do it!” {

} “No, she’s fine” {

}

Need to have the enter there.

@amberose @cakepie99999 thank you girls! it worked! :smile:

1 Like

Welcome