Can someone help me pleaseeeee

Says unexpected block end.

Here is the code:
INT. SOUND
@speechbubble reset

@pause for a beat

@transition fade out white in 5

INT. CHOICESPLASH

@pause for a beat

@transition fade out black in 5

INT. INSEPARABLECOVER - NIGHT with INSEPARABLEOVERLAY to 1.814 20 86 in zone 1

@overlay IAOVERLAY create
@overlay IAOVERLAY opacity 1 in 0
@overlay IAOVERLAY shifts to 17 53 in zone 1
@overlay IAOVERLAY scales to 1.630 1.630

@pause for a beat

music music_breezy_lp

@speechbubble is 175 94 to 100%

@speechbubble reset

@transition fade out white in 1.5

label game_menu
INT. MENU-BACKGROUND
@speechbubble reset

@ui MENU-START CREATE
@ui MENU-START opacity 1 in 0
@ui MENU-START shifts to 40 375 in zone 1
@ui MENU-START scales to 1 1

@ui MENU-CUSTOMIZE CREATE
@ui MENU-CUSTOMIZE opacity 1 in 0
@ui MENU-CUSTOMIZE scales to 1 1
@ui MENU-CUSTOMIZE shifts to 40 295 in zone 1

@ui MENU-SKIP CREATE
@ui MENU-SKIP opacity 1 in 0
@ui MENU-SKIP scales to 1 1
@ui MENU-SKIP shifts to 40 215 in zone 1

tappable
“MENU-START” {

#========== PLACE YOUR STORY AFTER THIS LINE =============
INT. BLACK - DAY

    NARRATOR
It's been 5 months since I moved to Korea.
I preferred just living here instead of traveling back and forth to Chicago.
I am learning Korean, my teacher says I am a fast learner..
Incheon is beautiful..

INT. PHILADELPHIA BEDROOM - DAY with DESK BEDROOM

}“MENU-CUSTOMIZE” {
@transition fade out black in 1.5

INT. BLACK - DAY

&LEA enters from left to screen center

label female_custom_1

@zoom reset
@LEA starts think_rubchin
@speechbubble reset

    NARRATOR
So, what's your look?

choice
“Skin Tone” {
@LEA starts idle_happy_loop
goto fem_skin_1
}
“Hair” {

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle_happy_loop

goto fem_hair_1
}
“Eyes” {

@LEA starts idle
@zoom reset
@zoom on 150 350 to 165% in 0

goto fem_eyes_1
}
“Eyebrows” {

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle_armscrossed_neutral_loop

goto fem_brows_1
}
“Face Shape”{

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle_happy_loop

goto fem_face_1
}
“Nose” {
@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle

goto fem_nose_1
}
“Mouth” {

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle

goto fem_mouth_1
}
“This is perfect!” {
goto female_1_end
}

####################### SKIN COLOR #######################

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Lighter Shades” {
goto fem_lightskin_1
} “Medium Shades” {
goto fem_medskin_1
} “Darker Shades” {
goto fem_darkskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}

label fem_lightskin_1

    NARRATOR
Light skin tones.

choice [shouldPaginate: YES]
“Light 1” {
@LEA changes bodyColor into Neutral 00
goto fem_lightskin_1
} “Light 2” {
@LEA changes bodyColor into Rose 00
goto fem_lightskin_1
} “Light 3” {
@LEA changes bodyColor into Gold 00
goto fem_lightskin_1
} “Light 4” {
@LEA changes bodyColor into Copper 00
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Light 5” {
@LEA changes bodyColor into Neutral 01
goto fem_lightskin_1
} “Light 6” {
@LEA changes bodyColor into Rose 01
goto fem_lightskin_1
} “Light 7” {
@LEA changes bodyColor into Gold 01
goto fem_lightskin_1
} “Light 8” {
@LEA changes bodyColor into Copper 01
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Light 9” {
@LEA changes bodyColor into Neutral 02
goto fem_lightskin_1
} “Light 10” {
@LEA changes bodyColor into Rose 02
goto fem_lightskin_1
} “Light 11” {
@LEA changes bodyColor into Gold 02
goto fem_lightskin_1
} “Light 12” {
@LEA changes bodyColor into Copper 02
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_medskin_1

    NARRATOR
Medium skin tones.

choice [shouldPaginate: YES]
“Medium 1” {
@LEA changes bodyColor into Neutral 03
goto fem_medskin_1
} “Medium 2” {
@LEA changes bodyColor into Rose 03
goto fem_medskin_1
} “Medium 3” {
@LEA changes bodyColor into Gold 03
goto fem_medskin_1
} “Medium 4” {
@LEA changes bodyColor into Copper 03
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 5” {
@LEA changes bodyColor into Neutral 04
goto fem_medskin_1
} “Medium 6” {
@LEA changes bodyColor into Rose 04
goto fem_medskin_1
} “Medium 7” {
@LEA changes bodyColor into Gold 04
goto fem_medskin_1
} “Medium 8” {
@LEA changes bodyColor into Copper 04
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 9” {
@LEA changes bodyColor into Neutral 05
goto fem_medskin_1
} “Medium 10” {
@LEA changes bodyColor into Rose 05
goto fem_medskin_1
} “Medium 11” {
@LEA changes bodyColor into Gold 05
goto fem_medskin_1
} “Medium 12” {
@LEA changes bodyColor into Copper 05
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 13” {
@LEA changes bodyColor into Neutral 06
goto fem_medskin_1
} “Medium 14” {
@LEA changes bodyColor into Rose 06
goto fem_medskin_1
} “Medium 15” {
@LEA changes bodyColor into Gold 06
goto fem_medskin_1
} “Medium 16” {
@LEA changes bodyColor into Copper 06
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_darkskin_1

    NARRATOR
Dark skin tones.

choice [shouldPaginate: YES]
“Dark 1” {
@LEA changes bodyColor into Neutral 07
goto fem_darkskin_1
} “Dark 2” {
@LEA changes bodyColor into Rose 07
goto fem_darkskin_1
} “Dark 3” {
@LEA changes bodyColor into Gold 07
goto fem_darkskin_1
} “Dark 4” {
@LEA changes bodyColor into Copper 07
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 5” {
@LEA changes bodyColor into Neutral 08
goto fem_darkskin_1
} “Dark 6” {
@LEA changes bodyColor into Rose 08
goto fem_darkskin_1
} “Dark 7” {
@LEA changes bodyColor into Gold 08
goto fem_darkskin_1
} “Dark 8” {
@LEA changes bodyColor into Copper 08
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 9” {
@LEA changes bodyColor into Neutral 09
goto fem_darkskin_1
} “Dark 10” {
@LEA changes bodyColor into Rose 09
goto fem_darkskin_1
} “Dark 11” {
@LEA changes bodyColor into Gold 09
goto fem_darkskin_1
} “Dark 12” {
@LEA changes bodyColor into Copper 09
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 13” {
@LEA changes bodyColor into Neutral 10
goto fem_darkskin_1
} “Dark 14” {
@LEA changes bodyColor into Rose 10
goto fem_darkskin_1
} “Dark 15” {
@LEA changes bodyColor into Gold 10
goto fem_darkskin_1
} “Dark 16” {
@LEA changes bodyColor into Copper 10
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 1” {
@LEA changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 2” {
@LEA changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 3” {
@LEA changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 4” {
@LEA changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 5” {
@LEA changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 6” {
@LEA changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 7” {
@LEA changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 8” {
@LEA changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 9” {
@LEA changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 10” {
@LEA changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 11” {
@LEA changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

####################### EYEBROWS #######################

label fem_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@LEA changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@LEA changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@LEA changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@LEA changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@LEA changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@LEA changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin”{
@LEA changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@LEA changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“High Arch Angled”{
@LEA changes eyebrows into High Arch Angled
goto fem_brows_1
}“Bushy Thick”{
@LEA changes eyebrows into Bushy Thick
goto fem_brows_1
}“Arched Short”{
@LEA changes eyebrows into Arched Short
goto fem_brows_1
}“Arched Natural Scar”{
@LEA changes eyebrows into Arched Natural Scar
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}

####################### EYEBROW COLOR #######################

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@LEA changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@LEA changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@LEA changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@LEA changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@LEA changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@LEA changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@LEA changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@LEA changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@LEA changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@LEA changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@LEA changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@LEA changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@LEA changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@LEA changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@LEA changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@LEA changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@LEA changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@LEA changes eyebrowsColor into White
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

####################### FACE SHAPE #######################

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@LEA changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@LEA changes face into Diamond Long
goto fem_face_1
} “Defined Heart” {
@LEA changes face into Heart Defined
goto fem_face_1
} “Soft Heart” {
@LEA changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@LEA changes face into Triangle Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Mature Square” {
@LEA changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@LEA changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@LEA changes face into Round Soft
goto fem_face_1
} “Heart Mature Double Chin” {
@LEA changes face into Heart Mature Double Chin
goto fem_face_1
}“Diamond Defined Contour” {
@LEA changes face into Diamond Defined Contour
goto fem_face_1
}
“Done”{
goto female_custom_1
}
“Round Puffy Cheek” {
@LEA changes face into Round Puffy Cheek
goto fem_face_1
}“Square Defined” {
@LEA changes face into Square Defined
goto fem_face_1
}
“Done”{
goto female_custom_1
}

####################### EYE SHAPE #######################

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Deepset Downturned” {
@LEA changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Mature” {
@LEA changes eyes into Deepset Mature
goto fem_eyes_1
} “Generic” {
@LEA changes eyes into Female Generic
goto fem_eyes_1
} “Slender” {
@LEA changes eyes into Monolid Slender
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Round Wide” {
@LEA changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@LEA changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@LEA changes eyes into Sharp Almond
goto fem_eyes_1
} “Deepset Almond” {
@LEA changes eyes into Deepset Almond
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

####################### EYE COLOR #######################

label fem_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Aqua Blue” {
@LEA changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} “Deep Blue” {
@LEA changes eyesColor into Blue Deep
goto fem_eyecolor_1
} “Light Brown” {
@LEA changes eyesColor into Brown Light
goto fem_eyecolor_1
} “Dark Brown” {
@LEA changes eyesColor into Brown Dark
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Black” {
@LEA changes eyesColor into Brown Black
goto fem_eyecolor_1
} “Green” {
@LEA changes eyesColor into Green Emerald
goto fem_eyecolor_1
} “Silver” {
@LEA changes eyesColor into Grey Cool
goto fem_eyecolor_1
} “Hazel” {
@LEA changes eyesColor into Hazel
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Red” {
@LEA changes eyesColor into Red
goto fem_eyecolor_1
} “Violet” {
@LEA changes eyesColor into Violet
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

####################### MOUTH SHAPE #######################

label fem_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@LEA changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@LEA changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Natural” {
@LEA changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@LEA changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@LEA changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@LEA changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@LEA changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Done”{
goto female_custom_1
}“Select Color”{
goto fem_mouthcolor_1
}

####################### MOUTH COLOR #######################

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto NaturalColors_1
} “Gloss” {
goto GlossColors_1
} “Matte” {
goto MatteColors_1
} “Change Lip Shape” {
goto fem_mouth_1
}

label NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@LEA changes mouthColor into Fair Rose Matte
goto NaturalColors_1
} “Fair Neutral” {
@LEA changes mouthColor into Fair Neutral Matte
goto NaturalColors_1
} “Fair Gold” {
@LEA changes mouthColor into Fair Gold Matte
goto NaturalColors_1
} “Beige Light Gold” {
@LEA changes mouthColor into Beige Light Gold Matte
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Beige Gold” {
@LEA changes mouthColor into Beige Gold Matte
goto NaturalColors_1
} “Beige Rose” {
@LEA changes mouthColor into Beige Rose
goto NaturalColors_1
} “Beige Deep Neutral” {
@LEA changes mouthColor into Beige Deep Neutral
goto NaturalColors_1
} “Tan Deep Neutral” {
@LEA changes mouthColor into Tan Deep Neutral
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Neutral” {
@LEA changes mouthColor into Brown Neutral
goto NaturalColors_1
} “Brown Gold” {
@LEA changes mouthColor into Brown Gold
goto NaturalColors_1
} “Brown Deep Gold” {
@LEA changes mouthColor into Brown Deep Gold
goto NaturalColors_1
} “Brown Deep Rose” {
@LEA changes mouthColor into Brown Deep Rose
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

label GlossColors_1

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@LEA changes mouthColor into Peach Gloss
goto GlossColors_1
} “Light Peach” {
@LEA changes mouthColor into Pink Peach Lt Gloss
goto GlossColors_1
} “Beige Pink” {
@LEA changes mouthColor into Pink Beige Gloss
goto GlossColors_1
} “Medium Pink” {
@LEA changes mouthColor into Pink Medium Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@LEA changes mouthColor into Pink Warm Gloss
goto GlossColors_1
} “Hot Pink” {
@LEA changes mouthColor into Pink Hot Gloss
goto GlossColors_1
} “Deep Pink” {
@LEA changes mouthColor into Pink Deep Gloss
goto GlossColors_1
} “Rose” {
@LEA changes mouthColor into Rose Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@LEA changes mouthColor into Mauve Gloss
goto GlossColors_1
} “Pastel Purple” {
@LEA changes mouthColor into Purple Pastel Gloss
goto GlossColors_1
} “Plum” {
@LEA changes mouthColor into Plum Gloss
goto GlossColors_1
} “Red” {
@LEA changes mouthColor into Red Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@LEA changes mouthColor into Red Deep Gloss
goto GlossColors_1
} “Violet” {
@LEA changes mouthColor into Violet Gloss
goto GlossColors_1
} “Black” {
@LEA changes mouthColor into Black Gloss
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

label MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@LEA changes mouthColor into Peach Matte
goto MatteColors_1
} “Light Peach” {
@LEA changes mouthColor into Pink Peach Light Matte
goto MatteColors_1
} “Beige Pink” {
@LEA changes mouthColor into Pink Beige Matte
goto MatteColors_1
} “Medium Pink” {
@LEA changes mouthColor into Pink Medium Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@LEA changes mouthColor into Pink Warm Matte
goto MatteColors_1
} “Hot Pink” {
@LEA changes mouthColor into Pink Hot Matte
goto MatteColors_1
} “Deep Pink” {
@LEA changes mouthColor into Pink Deep Matte
goto MatteColors_1
} “Rose” {
@LEA changes mouthColor into Rose Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@LEA changes mouthColor into Mauve Matte
goto GlossColors_1
} “Pastel Purple” {
@LEA changes mouthColor into Purple Pastel Matte
goto GlossColors_1
} “Plum” {
@LEA changes mouthColor into Plum Matte
goto GlossColors_1
} “Red” {
@LEA changes mouthColor into Red Matte
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@LEA changes mouthColor into Red Deep Matte
goto GlossColors_1
} “Violet” {
@LEA changes mouthColor into Violet Matte
goto GlossColors_1
} “Black” {
@LEA changes mouthColor into Black Matte
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

####################### NOSE SHAPE #######################

label fem_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Defined” {
@LEA changes nose into Defined Natural
goto fem_nose_1
} “Grecian” {
@LEA changes nose into Grecian Soft
goto fem_nose_1
} “Broad” {
@LEA changes nose into Round Broad
goto fem_nose_1
} “Button” {
@LEA changes nose into Round Button
goto fem_nose_1
} “Upturned” {
@LEA changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto female_custom_1
}
“Downturned” {
@LEA changes nose into Round Downturned
goto fem_nose_1
} “Flared” {
@LEA changes nose into Round Flared Upturned
goto fem_nose_1
} “Pointed Downturned” {
@LEA changes nose into Pointed Downturned
goto fem_nose_1
} “Round Flared Downturned” {
@LEA changes nose into Round Flared Downturned
goto fem_nose_1
} “Broad Wide” {
@LEA changes nose into Broad Wide
goto fem_nose_1
} “Done”{
goto female_custom_1
}

####################### HAIR STYLE #######################

label fem_hair_1

    NARRATOR
All hair styles.

choice
“Short Hair”{
goto hairShort_1
}“Mid-length Hair”{
goto hairMedium_1
}“Long Hair”{
goto hairLong_1
}“Styled Hair”{
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairShort_1

    NARRATOR
Short hair styles.

choice [shouldPaginate: YES]
“Afro” {
@LEA changes hair into Afro
goto hairShort_1
}“Blunt Bangs” {
@LEA changes hair into Blunt Bangs Short
goto hairShort_1
}“Classic Bob” {
@LEA changes hair into Classic Bob
goto hairShort_1
} “Curly Bob” {
@LEA changes hair into Curly Bob
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Fade” {
@LEA changes hair into Short Curly Fade
goto hairShort_1
}“Pixie” {
@LEA changes hair into Short Pixie
goto hairShort_1
}“Short Wavy” {
@LEA changes hair into Short Wavy Hair Solid
goto hairShort_1
}“Short Curly Blow Out” {
@LEA changes hair into Short Curly Blow Out
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Wavy Side Shave” {
@LEA changes hair into Short Wavy Side Shave
goto hairShort_1
}“Short Afro” {
@LEA changes hair into Short Afro
goto hairShort_1
}“Crew Cut” {
@LEA changes hair into Crew Cut
goto hairShort_1
}“Bantu Knots” {
@LEA changes hair into Bantu Knots
goto hairShort_1
}
“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@LEA changes hair into Small Bun
goto hairShort_1
}“Short Straight Tucked” {
@LEA changes hair into Short Straight Tucked
goto hairShort_1
}“Short Layered Fringe” {
@LEA changes hair into Short Layered Fringe
goto hairShort_1
}
“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label hairMedium_1

    NARRATOR
Medium hair styles.

choice [shouldPaginate: YES]
“Braided” {
@LEA changes hair into Medium Braided
goto hairMedium_1
}“Medium Dreadlocks” {
@LEA changes hair into Medium Dreadlocks
goto hairMedium_1
}“Wavy Ombre” {
@LEA changes hair into Short Wavy Ombre
goto hairMedium_1
}“Straight” {
@LEA changes hair into Straight Medium
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Curly” {
@LEA changes hair into Medium Curly Solid
goto hairMedium_1
}“Hair Flip” {
@LEA changes hair into Hair Flip
goto hairMedium_1
}“Voluminous Curls” {
@LEA changes hair into Voluminous Curls
goto hairMedium_1
} “Lob Bangs Blunt” {
@LEA changes hair into Lob Bangs Blunt
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Straight Overgrown Bangs” {
@LEA changes hair into Medium Straight Overgrown Bangs
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label hairLong_1

    NARRATOR
Long hair styles.

choice [shouldPaginate: YES]
“Beach Wave” {
@LEA changes hair into Beach Wave Hair
goto hairLong_1
}“Long Braided” {
@LEA changes hair into Long Braided
goto hairLong_1
}“Long Dreadlocks” {
@LEA changes hair into Long Dreadlocks
goto hairLong_1
}“Feathered” {
@LEA changes hair into Long Feathered
goto hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@LEA changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong_1
}“Sideswept Bangs” {
@LEA changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong_1
}“Straight” {
@LEA changes hair into Long Straight Loose Solid
goto hairLong_1
}“Wavy Long” {
@LEA changes hair into Wavy Long
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}
“Dreads Braided” {
@LEA changes hair into Dreads Braided
goto hairLong_1
} “Long Voluminous Curls Loose” {
@LEA changes hair into Long Voluminous Curls Loose
goto hairLong_1
}“Long Wavy Parted Hair” {
@LEA changes hair into Long Wavy Parted Hair
goto hairLong_1
} “Sleek Ponytail” {
@LEA changes hair into Sleek Ponytail
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}
“Long Feathered Bangs Blunt” {
@LEA changes hair into Long Feathered Bangs Blunt
goto hairLong_1
} “Pinup Victory Rolls” {
@LEA changes hair into Pinup Victory Rolls
goto hairLong_1
} “Over Shoulder Braid” {
@LEA changes hair into Over Shoulder Braid
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}

label hairUp_1

    NARRATOR
Updo hair styles.

choice [shouldPaginate: YES]
“Braided Bun” {
@LEA changes hair into Braided Bun
goto hairUp_1
}“Faux Hawk” {
@LEA changes hair into Long Faux Hawk Solid
goto hairUp_1
}“Short Ponytail” {
@LEA changes hair into Short High Ponytail
goto hairUp_1
}“Long Ponytail” {
@LEA changes hair into Long High Ponytail
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Morning Updo” {
@LEA changes hair into Morning Updo
goto hairUp_1
}“Punk Pixie” {
@LEA changes hair into Punk Pixie
goto hairUp_1
}“Long Double Dutch Braids” {
@LEA changes hair into Long Double Dutch Braids
goto hairUp_1
}“Braids Updo” {
@LEA changes hair into Braids Updo
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto hairDark_1
}“Light” {
goto hairLight_1
}“Dyed”{
goto hairDye_1
}“Done”{
goto female_custom_1
} “Back to Styles” {
goto fem_hair_1
}

label hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@LEA changes hairColor into Light Brown
goto hairDark_1
}“Warm Brown” {
@LEA changes hairColor into Medium Warm Brown
goto hairDark_1
}“Chestnut Brown”{
@LEA changes hairColor into Chestnut Brown
goto hairDark_1
}“Dark Brown”{
@LEA changes hairColor into Dark Brown
goto hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@LEA changes hairColor into Deep Brown
goto hairDark_1
}“Burgundy” {
@LEA changes hairColor into Burgundy Red
goto hairDark_1
}“Dark Black” {
@LEA changes hairColor into Black Dark
goto hairDark_1
}“Jet Black” {
@LEA changes hairColor into Black Jet
goto hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@LEA changes hairColor into Platinum Blonde
goto hairLight_1
}“Dirty Blonde” {
@LEA changes hairColor into Dirty Blonde
goto hairLight_1
}“Honey Blonde” {
@LEA changes hairColor into Honey Blonde
goto hairLight_1
}“Strawberry Blonde” {
@LEA changes hairColor into Strawberry Blonde
goto hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@LEA changes hairColor into Blonde Medium
goto hairLight_1
}“Ash Blonde” {
@LEA changes hairColor into Ash Blonde
goto hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto hairDye_Pink_1
}“Blue/Green” {
goto hairDye_Blue_1
}“Red/Orange” {
goto hairDye_Red_1
}“White/Grey/Yellow” {
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@LEA changes hairColor into Hot Pink
goto hairDye_Pink_1
} “Light Pink” {
@LEA changes hairColor into Pink Lt
goto hairDye_Pink_1
} “Peach” {
@LEA changes hairColor into Peach Blonde
goto hairDye_Pink_1
} “Rose Gold” {
@LEA changes hairColor into Rose Gold
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Purple” {
@LEA changes hairColor into Red Purple
goto hairDye_Pink_1
} “Lavender” {
@LEA changes hairColor into Purple Lilac
goto hairDye_Pink_1
} “Plum” {
@LEA changes hairColor into Plum
goto hairDye_Pink_1
} “Dark Purple” {
@LEA changes hairColor into Purple
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@LEA changes hairColor into Blue
goto hairDye_Blue_1
} “Light Blue” {
@LEA changes hairColor into Cornflower Blue
goto hairDye_Blue_1
} “Aqua Blue” {
@LEA changes hairColor into Aqua Blue
goto hairDye_Blue_1
} “Dark Blue” {
@LEA changes hairColor into Blue Black
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Green” {
@LEA changes hairColor into Green
goto hairDye_Blue_1
} “Lime Green” {
@LEA changes hairColor into Yellow Green
goto hairDye_Blue_1
} “Mint” {
@LEA changes hairColor into Mint
goto hairDye_Blue_1
} “Aqua Green” {
@LEA changes hairColor into Aqua Green
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Red_1

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@LEA changes hairColor into Orange
goto hairDye_Red_1
} “Red” {
@LEA changes hairColor into Red
goto hairDye_Red_1
} “Copper Red” {
@LEA changes hairColor into Copper Red
goto hairDye_Red_1
} “Ginger Red” {
@LEA changes hairColor into Ginger Red
goto hairDye_Red_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Gray_1

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@LEA changes hairColor into Warm White
goto hairDye_Gray_1
} “Gray” {
@LEA changes hairColor into Cool Gray
goto hairDye_Gray_1
} “Light Gray” {
@LEA changes hairColor into Aqua Gray
goto hairDye_Gray_1
} “Yellow” {
@LEA changes hairColor into Yellow
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label female_1_end
@pause for 0

#readerMessage This template was created in collaboration with @dara.amarie.ep on IG!

#}

#========== END OF CC SCRIPT =============
goto game_menu

} “MENU-SKIP” {

    NARR
Do you want to |bold|skip this episode?

choice
“Yes, let me skip!” {
goto end
} “No, take me back to the menu” {
goto game_menu
}
}

label end
#========== PLACE YOUR END SCRIPT HERE =============
NARRATOR
Thanks for reading :slight_smile:

2 Likes

Can you send me the picture of the error box and line which is marked as error?

Try deleting the #} before END OF CC SCRIPT

Screenshot 2020-11-11 at 2.16.08 PM

didn’t work…

Show your whole script with the lines where the error is, this is too much text :slight_smile: (screenshot)

1 Like

There’s more hold on

In short, it’s basically just the cusomization script template on episode

Hello,
You’re getting an error on line 64 } “MENU-CUSTOMIZE” { because you have a background (INT. PHILADELPHIA BEDROOM - DAY with DESK BEDROOM) right before this but nothing written for that background. It’s just only starting a scene and this is causing an issue so you either add people to be in that background and/or dialogue for it or delete the background if that’s not meant to be there.

So this part:

Incheon is beautiful..

INT. PHILADELPHIA BEDROOM - DAY with DESK BEDROOM
#You need to have something below here such as dialogue or character’s in the scene or whatever. It can’t end on just a background name. So either fix that or remove it. :slightly_smiling_face:

} “MENU-CUSTOMIZE” {
@transition fade out black in 1.5

thx, now the same things is at my skip one, heres the code :

} “MENU-SKIP” {

    NARR
Do you want to |bold|skip this episode?

choice
“Yes, let me skip!” {
goto end
} “No, take me back to the menu” {
goto game_menu
}
}

label end
#========== PLACE YOUR END SCRIPT HERE =============
NARRATOR
Thanks for reading :slight_smile:

1 Like

Can you paste how you have that whole part again, so basically like your original post but in it’s current state?

INT. SOUND
@speechbubble reset

@pause for a beat

@transition fade out white in 5

INT. CHOICESPLASH

@pause for a beat

@transition fade out black in 5

INT. INSEPARABLECOVER - NIGHT with INSEPARABLEOVERLAY to 1.814 20 86 in zone 1

@overlay IAOVERLAY create
@overlay IAOVERLAY opacity 1 in 0
@overlay IAOVERLAY shifts to 17 53 in zone 1
@overlay IAOVERLAY scales to 1.630 1.630

@pause for a beat

music music_breezy_lp

@speechbubble is 175 94 to 100%

@speechbubble reset

@transition fade out white in 1.5

label game_menu
INT. MENU-BACKGROUND
@speechbubble reset

@ui MENU-START CREATE
@ui MENU-START opacity 1 in 0
@ui MENU-START shifts to 40 375 in zone 1
@ui MENU-START scales to 1 1

@ui MENU-CUSTOMIZE CREATE
@ui MENU-CUSTOMIZE opacity 1 in 0
@ui MENU-CUSTOMIZE scales to 1 1
@ui MENU-CUSTOMIZE shifts to 40 295 in zone 1

@ui MENU-SKIP CREATE
@ui MENU-SKIP opacity 1 in 0
@ui MENU-SKIP scales to 1 1
@ui MENU-SKIP shifts to 40 215 in zone 1

tappable
“MENU-START” {

#========== PLACE YOUR STORY AFTER THIS LINE =============
INT. BLACK - DAY

    NARRATOR
It's been 5 months since I moved to Korea.
I preferred just living here instead of traveling back and forth to Chicago.
I am learning Korean, my teacher says I am a fast learner..
Incheon is beautiful..

INT. PHILADELPHIA BEDROOM - DAY with DESK BEDROOM

@LEA changes into LEA_PJ2

@LEA stands screen center

readerMessage Okay, So will meet you tomorrow at the cafe. Ok, see you tommorow.

    LEA (talk_phone_neutral_loop)
Araseo, gureom cafeseo bo ja.
Gurae, naeil boja.

}“MENU-CUSTOMIZE” {
@transition fade out black in 1.5

INT. BLACK - DAY

&LEA enters from left to screen center

label female_custom_1

@zoom reset
@LEA starts think_rubchin
@speechbubble reset

    NARRATOR
So, what's your look?

choice
“Skin Tone” {
@LEA starts idle_happy_loop
goto fem_skin_1
}
“Hair” {

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle_happy_loop

goto fem_hair_1
}
“Eyes” {

@LEA starts idle
@zoom reset
@zoom on 150 350 to 165% in 0

goto fem_eyes_1
}
“Eyebrows” {

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle_armscrossed_neutral_loop

goto fem_brows_1
}
“Face Shape”{

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle_happy_loop

goto fem_face_1
}
“Nose” {
@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle

goto fem_nose_1
}
“Mouth” {

@zoom reset
@zoom on 150 350 to 165% in 0
@LEA starts idle

goto fem_mouth_1
}
“This is perfect!” {
goto female_1_end
}

####################### SKIN COLOR #######################

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Lighter Shades” {
goto fem_lightskin_1
} “Medium Shades” {
goto fem_medskin_1
} “Darker Shades” {
goto fem_darkskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}

label fem_lightskin_1

    NARRATOR
Light skin tones.

choice [shouldPaginate: YES]
“Light 1” {
@LEA changes bodyColor into Neutral 00
goto fem_lightskin_1
} “Light 2” {
@LEA changes bodyColor into Rose 00
goto fem_lightskin_1
} “Light 3” {
@LEA changes bodyColor into Gold 00
goto fem_lightskin_1
} “Light 4” {
@LEA changes bodyColor into Copper 00
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Light 5” {
@LEA changes bodyColor into Neutral 01
goto fem_lightskin_1
} “Light 6” {
@LEA changes bodyColor into Rose 01
goto fem_lightskin_1
} “Light 7” {
@LEA changes bodyColor into Gold 01
goto fem_lightskin_1
} “Light 8” {
@LEA changes bodyColor into Copper 01
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Light 9” {
@LEA changes bodyColor into Neutral 02
goto fem_lightskin_1
} “Light 10” {
@LEA changes bodyColor into Rose 02
goto fem_lightskin_1
} “Light 11” {
@LEA changes bodyColor into Gold 02
goto fem_lightskin_1
} “Light 12” {
@LEA changes bodyColor into Copper 02
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_medskin_1

    NARRATOR
Medium skin tones.

choice [shouldPaginate: YES]
“Medium 1” {
@LEA changes bodyColor into Neutral 03
goto fem_medskin_1
} “Medium 2” {
@LEA changes bodyColor into Rose 03
goto fem_medskin_1
} “Medium 3” {
@LEA changes bodyColor into Gold 03
goto fem_medskin_1
} “Medium 4” {
@LEA changes bodyColor into Copper 03
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 5” {
@LEA changes bodyColor into Neutral 04
goto fem_medskin_1
} “Medium 6” {
@LEA changes bodyColor into Rose 04
goto fem_medskin_1
} “Medium 7” {
@LEA changes bodyColor into Gold 04
goto fem_medskin_1
} “Medium 8” {
@LEA changes bodyColor into Copper 04
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 9” {
@LEA changes bodyColor into Neutral 05
goto fem_medskin_1
} “Medium 10” {
@LEA changes bodyColor into Rose 05
goto fem_medskin_1
} “Medium 11” {
@LEA changes bodyColor into Gold 05
goto fem_medskin_1
} “Medium 12” {
@LEA changes bodyColor into Copper 05
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 13” {
@LEA changes bodyColor into Neutral 06
goto fem_medskin_1
} “Medium 14” {
@LEA changes bodyColor into Rose 06
goto fem_medskin_1
} “Medium 15” {
@LEA changes bodyColor into Gold 06
goto fem_medskin_1
} “Medium 16” {
@LEA changes bodyColor into Copper 06
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_darkskin_1

    NARRATOR
Dark skin tones.

choice [shouldPaginate: YES]
“Dark 1” {
@LEA changes bodyColor into Neutral 07
goto fem_darkskin_1
} “Dark 2” {
@LEA changes bodyColor into Rose 07
goto fem_darkskin_1
} “Dark 3” {
@LEA changes bodyColor into Gold 07
goto fem_darkskin_1
} “Dark 4” {
@LEA changes bodyColor into Copper 07
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 5” {
@LEA changes bodyColor into Neutral 08
goto fem_darkskin_1
} “Dark 6” {
@LEA changes bodyColor into Rose 08
goto fem_darkskin_1
} “Dark 7” {
@LEA changes bodyColor into Gold 08
goto fem_darkskin_1
} “Dark 8” {
@LEA changes bodyColor into Copper 08
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 9” {
@LEA changes bodyColor into Neutral 09
goto fem_darkskin_1
} “Dark 10” {
@LEA changes bodyColor into Rose 09
goto fem_darkskin_1
} “Dark 11” {
@LEA changes bodyColor into Gold 09
goto fem_darkskin_1
} “Dark 12” {
@LEA changes bodyColor into Copper 09
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 13” {
@LEA changes bodyColor into Neutral 10
goto fem_darkskin_1
} “Dark 14” {
@LEA changes bodyColor into Rose 10
goto fem_darkskin_1
} “Dark 15” {
@LEA changes bodyColor into Gold 10
goto fem_darkskin_1
} “Dark 16” {
@LEA changes bodyColor into Copper 10
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 1” {
@LEA changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 2” {
@LEA changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 3” {
@LEA changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 4” {
@LEA changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 5” {
@LEA changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 6” {
@LEA changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 7” {
@LEA changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 8” {
@LEA changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 9” {
@LEA changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 10” {
@LEA changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 11” {
@LEA changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

####################### EYEBROWS #######################

label fem_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@LEA changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@LEA changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@LEA changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@LEA changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@LEA changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@LEA changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin”{
@LEA changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@LEA changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“High Arch Angled”{
@LEA changes eyebrows into High Arch Angled
goto fem_brows_1
}“Bushy Thick”{
@LEA changes eyebrows into Bushy Thick
goto fem_brows_1
}“Arched Short”{
@LEA changes eyebrows into Arched Short
goto fem_brows_1
}“Arched Natural Scar”{
@LEA changes eyebrows into Arched Natural Scar
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}

####################### EYEBROW COLOR #######################

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@LEA changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@LEA changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@LEA changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@LEA changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@LEA changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@LEA changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@LEA changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@LEA changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@LEA changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@LEA changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@LEA changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@LEA changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@LEA changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@LEA changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@LEA changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@LEA changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@LEA changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@LEA changes eyebrowsColor into White
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

####################### FACE SHAPE #######################

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@LEA changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@LEA changes face into Diamond Long
goto fem_face_1
} “Defined Heart” {
@LEA changes face into Heart Defined
goto fem_face_1
} “Soft Heart” {
@LEA changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@LEA changes face into Triangle Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Mature Square” {
@LEA changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@LEA changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@LEA changes face into Round Soft
goto fem_face_1
} “Heart Mature Double Chin” {
@LEA changes face into Heart Mature Double Chin
goto fem_face_1
}“Diamond Defined Contour” {
@LEA changes face into Diamond Defined Contour
goto fem_face_1
}
“Done”{
goto female_custom_1
}
“Round Puffy Cheek” {
@LEA changes face into Round Puffy Cheek
goto fem_face_1
}“Square Defined” {
@LEA changes face into Square Defined
goto fem_face_1
}
“Done”{
goto female_custom_1
}

####################### EYE SHAPE #######################

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Deepset Downturned” {
@LEA changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Mature” {
@LEA changes eyes into Deepset Mature
goto fem_eyes_1
} “Generic” {
@LEA changes eyes into Female Generic
goto fem_eyes_1
} “Slender” {
@LEA changes eyes into Monolid Slender
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Round Wide” {
@LEA changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@LEA changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@LEA changes eyes into Sharp Almond
goto fem_eyes_1
} “Deepset Almond” {
@LEA changes eyes into Deepset Almond
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

####################### EYE COLOR #######################

label fem_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Aqua Blue” {
@LEA changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} “Deep Blue” {
@LEA changes eyesColor into Blue Deep
goto fem_eyecolor_1
} “Light Brown” {
@LEA changes eyesColor into Brown Light
goto fem_eyecolor_1
} “Dark Brown” {
@LEA changes eyesColor into Brown Dark
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Black” {
@LEA changes eyesColor into Brown Black
goto fem_eyecolor_1
} “Green” {
@LEA changes eyesColor into Green Emerald
goto fem_eyecolor_1
} “Silver” {
@LEA changes eyesColor into Grey Cool
goto fem_eyecolor_1
} “Hazel” {
@LEA changes eyesColor into Hazel
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Red” {
@LEA changes eyesColor into Red
goto fem_eyecolor_1
} “Violet” {
@LEA changes eyesColor into Violet
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

####################### MOUTH SHAPE #######################

label fem_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@LEA changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@LEA changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Natural” {
@LEA changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@LEA changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@LEA changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@LEA changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@LEA changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Done”{
goto female_custom_1
}“Select Color”{
goto fem_mouthcolor_1
}

####################### MOUTH COLOR #######################

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto NaturalColors_1
} “Gloss” {
goto GlossColors_1
} “Matte” {
goto MatteColors_1
} “Change Lip Shape” {
goto fem_mouth_1
}

label NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@LEA changes mouthColor into Fair Rose Matte
goto NaturalColors_1
} “Fair Neutral” {
@LEA changes mouthColor into Fair Neutral Matte
goto NaturalColors_1
} “Fair Gold” {
@LEA changes mouthColor into Fair Gold Matte
goto NaturalColors_1
} “Beige Light Gold” {
@LEA changes mouthColor into Beige Light Gold Matte
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Beige Gold” {
@LEA changes mouthColor into Beige Gold Matte
goto NaturalColors_1
} “Beige Rose” {
@LEA changes mouthColor into Beige Rose
goto NaturalColors_1
} “Beige Deep Neutral” {
@LEA changes mouthColor into Beige Deep Neutral
goto NaturalColors_1
} “Tan Deep Neutral” {
@LEA changes mouthColor into Tan Deep Neutral
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Neutral” {
@LEA changes mouthColor into Brown Neutral
goto NaturalColors_1
} “Brown Gold” {
@LEA changes mouthColor into Brown Gold
goto NaturalColors_1
} “Brown Deep Gold” {
@LEA changes mouthColor into Brown Deep Gold
goto NaturalColors_1
} “Brown Deep Rose” {
@LEA changes mouthColor into Brown Deep Rose
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

label GlossColors_1

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@LEA changes mouthColor into Peach Gloss
goto GlossColors_1
} “Light Peach” {
@LEA changes mouthColor into Pink Peach Lt Gloss
goto GlossColors_1
} “Beige Pink” {
@LEA changes mouthColor into Pink Beige Gloss
goto GlossColors_1
} “Medium Pink” {
@LEA changes mouthColor into Pink Medium Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@LEA changes mouthColor into Pink Warm Gloss
goto GlossColors_1
} “Hot Pink” {
@LEA changes mouthColor into Pink Hot Gloss
goto GlossColors_1
} “Deep Pink” {
@LEA changes mouthColor into Pink Deep Gloss
goto GlossColors_1
} “Rose” {
@LEA changes mouthColor into Rose Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@LEA changes mouthColor into Mauve Gloss
goto GlossColors_1
} “Pastel Purple” {
@LEA changes mouthColor into Purple Pastel Gloss
goto GlossColors_1
} “Plum” {
@LEA changes mouthColor into Plum Gloss
goto GlossColors_1
} “Red” {
@LEA changes mouthColor into Red Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@LEA changes mouthColor into Red Deep Gloss
goto GlossColors_1
} “Violet” {
@LEA changes mouthColor into Violet Gloss
goto GlossColors_1
} “Black” {
@LEA changes mouthColor into Black Gloss
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

label MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@LEA changes mouthColor into Peach Matte
goto MatteColors_1
} “Light Peach” {
@LEA changes mouthColor into Pink Peach Light Matte
goto MatteColors_1
} “Beige Pink” {
@LEA changes mouthColor into Pink Beige Matte
goto MatteColors_1
} “Medium Pink” {
@LEA changes mouthColor into Pink Medium Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@LEA changes mouthColor into Pink Warm Matte
goto MatteColors_1
} “Hot Pink” {
@LEA changes mouthColor into Pink Hot Matte
goto MatteColors_1
} “Deep Pink” {
@LEA changes mouthColor into Pink Deep Matte
goto MatteColors_1
} “Rose” {
@LEA changes mouthColor into Rose Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@LEA changes mouthColor into Mauve Matte
goto GlossColors_1
} “Pastel Purple” {
@LEA changes mouthColor into Purple Pastel Matte
goto GlossColors_1
} “Plum” {
@LEA changes mouthColor into Plum Matte
goto GlossColors_1
} “Red” {
@LEA changes mouthColor into Red Matte
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@LEA changes mouthColor into Red Deep Matte
goto GlossColors_1
} “Violet” {
@LEA changes mouthColor into Violet Matte
goto GlossColors_1
} “Black” {
@LEA changes mouthColor into Black Matte
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

####################### NOSE SHAPE #######################

label fem_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Defined” {
@LEA changes nose into Defined Natural
goto fem_nose_1
} “Grecian” {
@LEA changes nose into Grecian Soft
goto fem_nose_1
} “Broad” {
@LEA changes nose into Round Broad
goto fem_nose_1
} “Button” {
@LEA changes nose into Round Button
goto fem_nose_1
} “Upturned” {
@LEA changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto female_custom_1
}
“Downturned” {
@LEA changes nose into Round Downturned
goto fem_nose_1
} “Flared” {
@LEA changes nose into Round Flared Upturned
goto fem_nose_1
} “Pointed Downturned” {
@LEA changes nose into Pointed Downturned
goto fem_nose_1
} “Round Flared Downturned” {
@LEA changes nose into Round Flared Downturned
goto fem_nose_1
} “Broad Wide” {
@LEA changes nose into Broad Wide
goto fem_nose_1
} “Done”{
goto female_custom_1
}

####################### HAIR STYLE #######################

label fem_hair_1

    NARRATOR
All hair styles.

choice
“Short Hair”{
goto hairShort_1
}“Mid-length Hair”{
goto hairMedium_1
}“Long Hair”{
goto hairLong_1
}“Styled Hair”{
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairShort_1

    NARRATOR
Short hair styles.

choice [shouldPaginate: YES]
“Afro” {
@LEA changes hair into Afro
goto hairShort_1
}“Blunt Bangs” {
@LEA changes hair into Blunt Bangs Short
goto hairShort_1
}“Classic Bob” {
@LEA changes hair into Classic Bob
goto hairShort_1
} “Curly Bob” {
@LEA changes hair into Curly Bob
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Fade” {
@LEA changes hair into Short Curly Fade
goto hairShort_1
}“Pixie” {
@LEA changes hair into Short Pixie
goto hairShort_1
}“Short Wavy” {
@LEA changes hair into Short Wavy Hair Solid
goto hairShort_1
}“Short Curly Blow Out” {
@LEA changes hair into Short Curly Blow Out
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Wavy Side Shave” {
@LEA changes hair into Short Wavy Side Shave
goto hairShort_1
}“Short Afro” {
@LEA changes hair into Short Afro
goto hairShort_1
}“Crew Cut” {
@LEA changes hair into Crew Cut
goto hairShort_1
}“Bantu Knots” {
@LEA changes hair into Bantu Knots
goto hairShort_1
}
“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@LEA changes hair into Small Bun
goto hairShort_1
}“Short Straight Tucked” {
@LEA changes hair into Short Straight Tucked
goto hairShort_1
}“Short Layered Fringe” {
@LEA changes hair into Short Layered Fringe
goto hairShort_1
}
“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label hairMedium_1

    NARRATOR
Medium hair styles.

choice [shouldPaginate: YES]
“Braided” {
@LEA changes hair into Medium Braided
goto hairMedium_1
}“Medium Dreadlocks” {
@LEA changes hair into Medium Dreadlocks
goto hairMedium_1
}“Wavy Ombre” {
@LEA changes hair into Short Wavy Ombre
goto hairMedium_1
}“Straight” {
@LEA changes hair into Straight Medium
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Curly” {
@LEA changes hair into Medium Curly Solid
goto hairMedium_1
}“Hair Flip” {
@LEA changes hair into Hair Flip
goto hairMedium_1
}“Voluminous Curls” {
@LEA changes hair into Voluminous Curls
goto hairMedium_1
} “Lob Bangs Blunt” {
@LEA changes hair into Lob Bangs Blunt
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Straight Overgrown Bangs” {
@LEA changes hair into Medium Straight Overgrown Bangs
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label hairLong_1

    NARRATOR
Long hair styles.

choice [shouldPaginate: YES]
“Beach Wave” {
@LEA changes hair into Beach Wave Hair
goto hairLong_1
}“Long Braided” {
@LEA changes hair into Long Braided
goto hairLong_1
}“Long Dreadlocks” {
@LEA changes hair into Long Dreadlocks
goto hairLong_1
}“Feathered” {
@LEA changes hair into Long Feathered
goto hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@LEA changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong_1
}“Sideswept Bangs” {
@LEA changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong_1
}“Straight” {
@LEA changes hair into Long Straight Loose Solid
goto hairLong_1
}“Wavy Long” {
@LEA changes hair into Wavy Long
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}
“Dreads Braided” {
@LEA changes hair into Dreads Braided
goto hairLong_1
} “Long Voluminous Curls Loose” {
@LEA changes hair into Long Voluminous Curls Loose
goto hairLong_1
}“Long Wavy Parted Hair” {
@LEA changes hair into Long Wavy Parted Hair
goto hairLong_1
} “Sleek Ponytail” {
@LEA changes hair into Sleek Ponytail
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}
“Long Feathered Bangs Blunt” {
@LEA changes hair into Long Feathered Bangs Blunt
goto hairLong_1
} “Pinup Victory Rolls” {
@LEA changes hair into Pinup Victory Rolls
goto hairLong_1
} “Over Shoulder Braid” {
@LEA changes hair into Over Shoulder Braid
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}

label hairUp_1

    NARRATOR
Updo hair styles.

choice [shouldPaginate: YES]
“Braided Bun” {
@LEA changes hair into Braided Bun
goto hairUp_1
}“Faux Hawk” {
@LEA changes hair into Long Faux Hawk Solid
goto hairUp_1
}“Short Ponytail” {
@LEA changes hair into Short High Ponytail
goto hairUp_1
}“Long Ponytail” {
@LEA changes hair into Long High Ponytail
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Morning Updo” {
@LEA changes hair into Morning Updo
goto hairUp_1
}“Punk Pixie” {
@LEA changes hair into Punk Pixie
goto hairUp_1
}“Long Double Dutch Braids” {
@LEA changes hair into Long Double Dutch Braids
goto hairUp_1
}“Braids Updo” {
@LEA changes hair into Braids Updo
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto hairDark_1
}“Light” {
goto hairLight_1
}“Dyed”{
goto hairDye_1
}“Done”{
goto female_custom_1
} “Back to Styles” {
goto fem_hair_1
}

label hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@LEA changes hairColor into Light Brown
goto hairDark_1
}“Warm Brown” {
@LEA changes hairColor into Medium Warm Brown
goto hairDark_1
}“Chestnut Brown”{
@LEA changes hairColor into Chestnut Brown
goto hairDark_1
}“Dark Brown”{
@LEA changes hairColor into Dark Brown
goto hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@LEA changes hairColor into Deep Brown
goto hairDark_1
}“Burgundy” {
@LEA changes hairColor into Burgundy Red
goto hairDark_1
}“Dark Black” {
@LEA changes hairColor into Black Dark
goto hairDark_1
}“Jet Black” {
@LEA changes hairColor into Black Jet
goto hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@LEA changes hairColor into Platinum Blonde
goto hairLight_1
}“Dirty Blonde” {
@LEA changes hairColor into Dirty Blonde
goto hairLight_1
}“Honey Blonde” {
@LEA changes hairColor into Honey Blonde
goto hairLight_1
}“Strawberry Blonde” {
@LEA changes hairColor into Strawberry Blonde
goto hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@LEA changes hairColor into Blonde Medium
goto hairLight_1
}“Ash Blonde” {
@LEA changes hairColor into Ash Blonde
goto hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto hairDye_Pink_1
}“Blue/Green” {
goto hairDye_Blue_1
}“Red/Orange” {
goto hairDye_Red_1
}“White/Grey/Yellow” {
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@LEA changes hairColor into Hot Pink
goto hairDye_Pink_1
} “Light Pink” {
@LEA changes hairColor into Pink Lt
goto hairDye_Pink_1
} “Peach” {
@LEA changes hairColor into Peach Blonde
goto hairDye_Pink_1
} “Rose Gold” {
@LEA changes hairColor into Rose Gold
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Purple” {
@LEA changes hairColor into Red Purple
goto hairDye_Pink_1
} “Lavender” {
@LEA changes hairColor into Purple Lilac
goto hairDye_Pink_1
} “Plum” {
@LEA changes hairColor into Plum
goto hairDye_Pink_1
} “Dark Purple” {
@LEA changes hairColor into Purple
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@LEA changes hairColor into Blue
goto hairDye_Blue_1
} “Light Blue” {
@LEA changes hairColor into Cornflower Blue
goto hairDye_Blue_1
} “Aqua Blue” {
@LEA changes hairColor into Aqua Blue
goto hairDye_Blue_1
} “Dark Blue” {
@LEA changes hairColor into Blue Black
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Green” {
@LEA changes hairColor into Green
goto hairDye_Blue_1
} “Lime Green” {
@LEA changes hairColor into Yellow Green
goto hairDye_Blue_1
} “Mint” {
@LEA changes hairColor into Mint
goto hairDye_Blue_1
} “Aqua Green” {
@LEA changes hairColor into Aqua Green
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Red_1

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@LEA changes hairColor into Orange
goto hairDye_Red_1
} “Red” {
@LEA changes hairColor into Red
goto hairDye_Red_1
} “Copper Red” {
@LEA changes hairColor into Copper Red
goto hairDye_Red_1
} “Ginger Red” {
@LEA changes hairColor into Ginger Red
goto hairDye_Red_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Gray_1

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@LEA changes hairColor into Warm White
goto hairDye_Gray_1
} “Gray” {
@LEA changes hairColor into Cool Gray
goto hairDye_Gray_1
} “Light Gray” {
@LEA changes hairColor into Aqua Gray
goto hairDye_Gray_1
} “Yellow” {
@LEA changes hairColor into Yellow
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label female_1_end
@pause for 0

#readerMessage This template was created in collaboration with @dara.amarie.ep on IG!

}

#========== END OF CC SCRIPT =============
goto game_menu

} “MENU-SKIP” {
NARR
Do you want to |bold|skip this episode?
choice
“Yes, let me skip!” {
goto end
} “No, take me back to the menu” {
goto game_menu
}
}

label end
#========== PLACE YOUR END SCRIPT HERE =============
NARRATOR
Thanks for reading :slight_smile:

1 Like

#readerMessage This template was created in collaboration with @dara.amarie.ep on IG!

}

^
That closing bracket right after the dara readerMessage was hashtagged in the beginning for a reason and what it was for isn’t there anymore so instead of hashtagging it back again, you can just delete that bracket. That’s causing your new error. :slightly_smiling_face:

Or if you wanted to use it for what it was meant for then put a hashtag before it so,
#}

And after

label female_custom_1

Put:
#START OF CC TEMPLATE {

And what this will do, is allow you to minimize the CC coding part by clicking on the little black arrow you’ll see next to the number on that line of script since it takes up so many lines. It won’t delete the lines but it’ll get it out of your face so you’re not scrolling down a bunch of lines just to code after the CC. And then you can just click on it again to open it back up to view the CC coding.

2 Likes

Omg you are literally a life saver :slight_smile: tysm

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.