CC template credit

So I took @Dara.Amarie CC template, but then I changed a bunch of stuff. Do I still need to give credit?

My Changes

INT. BLACK - NIGHT
&ESTER stands screen center

    NARRATOR
Do you want to change your appearance?
Keep in mind that CC is limited because Ester is supposed to look a certain way.

choice
“Customize character” {

music music_stringpluckbeat
&zoom on ESTER to 310% in 1.5
@speechbubble is 160 245 to 100%

    NARRATOR
Ester's original features will be in gold.

label female_custom_1

    NARRATOR
What would you like to customize?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face” {
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Lips” {
goto fem_mouth_1
} “Done!” {
goto done_changing_appearance
}

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

label fem_skin_1

    NARRATOR
All skin tones

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Done” {
goto female_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones

choice
“Neutral 02” {
@ESTER changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@ESTER changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Neutral 04” {
@ESTER changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_roseskin_1

    NARRATOR
Rose skin tones

choice
“Rose 02” {
@ESTER changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@ESTER changes bodyColor into Rose 03
goto fem_roseskin_1
} “Rose 04” {
@ESTER changes bodyColor into Rose 04
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_goldskin_1

    NARRATOR
Gold skin tones

choice
“Gold 02” {
@ESTER changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@ESTER changes bodyColor into Gold 03
goto fem_goldskin_1
} “Gold 04” {
@ESTER changes bodyColor into Gold 04
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_copperskin_1

    NARRATOR
Copper skin tones

choice
“Copper 02” {
@ESTER changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@ESTER changes bodyColor into Copper 03
goto fem_copperskin_1
} “Copper 04” {
@ESTER changes bodyColor into Copper 04
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
}

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

label fem_brows_1

    NARRATOR
Eyebrow shapes

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

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

label fem_browscolor_1

    NARRATOR
Eyebrow colors

choice [shouldPaginate: YES]
“Chestnut Brown” {
@ESTER changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@ESTER changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@ESTER changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Dark Black” {
@ESTER changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

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

label fem_face_1

    NARRATOR
Face shapes

choice
“Defined”{

label fem_definedface_1

    NARRATOR
Defined face shapes

choice [shouldPaginate: YES]
“Diamond” {
@ESTER changes face into Diamond
goto fem_definedface_1
} “Long Diamond” {
@ESTER changes face into Diamond Long
goto fem_definedface_1
} “Defined Diamond” {
@ESTER changes face into Diamond Defined Contour
goto fem_definedface_1
} “Defined Heart” {
@ESTER changes face into Heart Defined
goto fem_definedface_1
} “All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
} “Defined Square” {
@ESTER changes face into Square Defined
goto fem_definedface_1
}“Defined Triangle” {
@ESTER changes face into Triangle Defined
goto fem_definedface_1
}“Square Chiseled” {
@ESTER changes face into Square Chiseled
goto fem_definedface_1
}“Triangle Chiseled” {
@ESTER changes face into Triangle Chiseled
goto fem_definedface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}

} “Mature” {

label fem_matureface_1

    NARRATOR
Mature face shapes

choice [shouldPaginate: YES]
“Mature Square” {
@ESTER changes face into Square Mature
goto fem_matureface_1
} “Mature Heart” {
@ESTER changes face into Heart Mature
goto fem_matureface_1
}“Square Aged” {
@ESTER changes face into Square Aged
goto fem_matureface_1
}“Round Puffy” {
@ESTER changes face into Round Puffy Cheek
goto fem_matureface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}

}“Soft”{

label fem_softface_1

    NARRATOR
Soft face shapes

choice [shouldPaginate: YES]
“Soft Heart” {
@ESTER changes face into Heart Soft
goto fem_softface_1
}“Soft Round” {
@ESTER changes face into Round Soft
goto fem_softface_1
} “Soft Square” {
@ESTER changes face into Square Soft
goto fem_softface_1
} “Square Youth” {
@ESTER changes face into Square Youthful
goto fem_softface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}“Heart Double Chin” {
@ESTER changes face into Heart Mature Double Chin
goto fem_softface_1
} “Round Double Chin” {
@ESTER changes face into Round Double Chin
goto fem_softface_1
} “Long Double Chin” {
@ESTER changes face into Long Double Chin
goto fem_softface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}}

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

label fem_eyes_1

    NARRATOR
Eye shapes

choice [shouldPaginate: YES]
“Round Wide” {
@ESTER changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@ESTER changes eyes into Round Medium
goto fem_eyes_1
} “Generic” {
@ESTER changes eyes into Female Generic
goto fem_eyes_1
} “Deepset Downturned” {
@ESTER changes eyes into Deepset Downturned
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
} “Deepset Wide” {
@ESTER changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@ESTER changes eyes into Deepset Almond
goto fem_eyes_1
} “Deepset Mature” {
@ESTER changes eyes into Deepset Mature
goto fem_eyes_1
} “Deepset Smokey Eye” {
@ESTER changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

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

label fem_eyecolor_1

    NARRATOR
All eye colors

choice
“Browns” {

label fem_browneyecolor_1

    NARRATOR
Brown eye colors

choice [shouldPaginate: YES]
“Black” {
@ESTER changes eyesColor into Brown Black
goto fem_browneyecolor_1
} “Dark Brown” {
@ESTER changes eyesColor into Brown Dark
goto fem_browneyecolor_1
} “Light Brown” {
@ESTER changes eyesColor into Brown Light
goto fem_browneyecolor_1
} “Pale Brown” {
@ESTER changes eyesColor into Brown Pale
goto fem_browneyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

}“Blues and Greens” {

label fem_blueeyecolor_1

    NARRATOR
Blue and green eye colors

choice [shouldPaginate: YES]
“Ice Blue” {
@ESTER changes eyesColor into Ice Blue
goto fem_blueeyecolor_1
} “Aqua Blue” {
@ESTER changes eyesColor into Blue Aqua
goto fem_blueeyecolor_1
} “Deep Blue” {
@ESTER changes eyesColor into Blue Deep
goto fem_blueeyecolor_1
} “Blue Green” {
@ESTER changes eyesColor into Blue Green
goto fem_blueeyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}“Hazel” {
@ESTER changes eyesColor into Hazel
goto fem_blueeyecolor_1
} “Dark Hazel” {
@ESTER changes eyesColor into Hazel Dark
goto fem_blueeyecolor_1
} “Green” {
@ESTER changes eyesColor into Green Emerald
goto fem_blueeyecolor_1
} “Silver” {
@ESTER changes eyesColor into Grey Cool
goto fem_blueeyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}}

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

label fem_mouth_1

    NARRATOR
Lip shapes

choice [shouldPaginate: YES]
“Full Heart” {
@ESTER changes mouth into Full Heart Pouty
goto fem_mouth_1
} “Full Round” {
@ESTER changes mouth into Full Round Pouty
goto fem_mouth_1
} “Medium Heart” {
@ESTER changes mouth into Medium Heart Natural
goto fem_mouth_1
} “Medium Thin” {
@ESTER changes mouth into Medium Thin
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
} “Thin Heart” {
@ESTER changes mouth into Thin Heart
goto fem_mouth_1
} “Small Heart” {
@ESTER changes mouth into Small Heart
goto fem_mouth_1
} “Flat Round” {
@ESTER changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Medium Downturned” {
@ESTER changes mouth into Medium Downturned Pout
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
} “Full Flat Top” {
@ESTER changes mouth into Full Flat Top Pouty
goto fem_mouth_1
} “Full Wide” {
@ESTER changes mouth into Full Wide
goto fem_mouth_1
} “Heart Shaped” {
@ESTER changes mouth into Heart Shaped Pout
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}

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

label fem_mouthcolor_1

    NARRATOR
All lip colors

choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Done” {
goto female_custom_1
} “Lip Shapes” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors

choice
“Fair and Beige”{

label fem_naturallip_beige_1

    NARRATOR
Fair and beige natural lip colors

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

}“Tan and Brown”{

label fem_naturallip_brown_1

    NARRATOR
Tan and brown natural lip colors

choice [shouldPaginate: YES]
“Brown Neutral” {
@ESTER changes mouthColor into Brown Neutral
goto fem_naturallip_brown_1
} “Brown Gold” {
@ESTER changes mouthColor into Brown Gold
goto fem_naturallip_brown_1
} “Brown Deep Gold” {
@ESTER changes mouthColor into Brown Deep Gold
goto fem_naturallip_brown_1
} “Brown Deep Rose” {
@ESTER changes mouthColor into Brown Deep Rose
goto fem_naturallip_brown_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Tan Deep Neutral” {
@ESTER changes mouthColor into Tan Deep Neutral
goto fem_naturallip_brown_1
} “Tan Deep Gold” {
@ESTER changes mouthColor into Tan Deep Gold
goto fem_naturallip_brown_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}}

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors

choice
“Nudes” {

label fem_glosslip_nude_1

    NARRATOR
Nude gloss lipstick colors

choice [shouldPaginate: YES]
“Peach” {
@ESTER changes mouthColor into Peach Gloss
goto fem_glosslip_nude_1
} “Light Peach” {
@ESTER changes mouthColor into Pink Peach Lt Gloss
goto fem_glosslip_nude_1
}“Neutral Nude” {
@ESTER changes mouthColor into Neutral Medium Nude Gloss
goto fem_glosslip_nude_1
} “Light Nude” {
@ESTER changes mouthColor into Rose Light Nude Gloss
goto fem_glosslip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Medium Nude” {
@ESTER changes mouthColor into Rose Medium Nude Gloss
goto fem_glosslip_nude_1
} “Dark Nude” {
@ESTER changes mouthColor into Rose Dark Nude Gloss
goto fem_glosslip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Pinks”{

label fem_glosslip_pink_1

    NARRATOR
Pink gloss lipstick colors

choice [shouldPaginate: YES]
“Beige Pink” {
@ESTER changes mouthColor into Pink Beige Gloss
goto fem_glosslip_pink_1
} “Medium Pink” {
@ESTER changes mouthColor into Pink Medium Gloss
goto fem_glosslip_pink_1
} “Warm Pink” {
@ESTER changes mouthColor into Pink Warm Gloss
goto fem_glosslip_pink_1
} “Hot Pink” {
@ESTER changes mouthColor into Pink Hot Gloss
goto fem_glosslip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Deep Pink” {
@ESTER changes mouthColor into Pink Deep Gloss
goto fem_glosslip_pink_1
} “Pink Peach” {
@ESTER changes mouthColor into Pink Peach Medium Gloss
goto fem_glosslip_pink_1
} “Rose” {
@ESTER changes mouthColor into Rose Gloss
goto fem_glosslip_pink_1
} “Pink Cashmere” {
@ESTER changes mouthColor into Pink Cashmere Gloss
goto fem_glosslip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Darks”{

label fem_glosslip_dark_1

    NARRATOR
Dark gloss lipstick colors

choice [shouldPaginate: YES]
“Blood Orange” {
@ESTER changes mouthColor into Blood Orange Gloss
goto fem_glosslip_dark_1
} “Blackberry” {
@ESTER changes mouthColor into Blackberry Gloss
goto fem_glosslip_dark_1
} “Ash Deep” {
@ESTER changes mouthColor into Ash Deep Gloss
goto fem_glosslip_dark_1
} “Dark Mauve” {
@ESTER changes mouthColor into Dark Mauve Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Dark Amethyst” {
@ESTER changes mouthColor into Dark Amethyst Gloss
goto fem_glosslip_dark_1
} “Royal Blue” {
@ESTER changes mouthColor into Royal Blue Gloss
goto fem_glosslip_dark_1
} “Dark Apricot” {
@ESTER changes mouthColor into Dark Apricot Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Copper Deep” {
@ESTER changes mouthColor into Copper Deep Gloss
goto fem_glosslip_dark_1
} “Gold Deep” {
@ESTER changes mouthColor into Gold Deep Gloss
goto fem_glosslip_dark_1
} “Black” {
@ESTER changes mouthColor into Black Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Reds and Purples”{

label fem_glosslip_red_1

    NARRATOR
Red and purple gloss lipstick colors

choice [shouldPaginate: YES]
“Pastel Purple” {
@ESTER changes mouthColor into Purple Pastel Gloss
goto fem_glosslip_red_1
} “Deep Purple” {
@ESTER changes mouthColor into Purple Deep Gloss
goto fem_glosslip_red_1
}“Red” {
@ESTER changes mouthColor into Red Gloss
goto fem_glosslip_red_1
} “Deep Red” {
@ESTER changes mouthColor into Red Deep Gloss
goto fem_glosslip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Plum” {
@ESTER changes mouthColor into Plum Gloss
goto fem_glosslip_red_1
} “Violet” {
@ESTER changes mouthColor into Violet Gloss
goto fem_glosslip_red_1
} “Red Garnet” {
@ESTER changes mouthColor into Red Garnet Gloss
goto fem_glosslip_red_1
}“Mauve” {
@ESTER changes mouthColor into Mauve Gloss
goto fem_glosslip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}}

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors

choice
“Nudes”{

label fem_mattelip_nude_1

    NARRATOR
Nude matte lipstick colors

choice [shouldPaginate: YES]
“Neutral Nude” {
@ESTER changes mouthColor into Neutral Medium Nude Matte
goto fem_mattelip_nude_1
} “Light Nude” {
@ESTER changes mouthColor into Rose Light Nude Matte
goto fem_mattelip_nude_1
} “Medium Nude” {
@ESTER changes mouthColor into Rose Medium Nude Matte
goto fem_mattelip_nude_1
} “Dark Nude” {
@ESTER changes mouthColor into Rose Dark Nude Matte
goto fem_mattelip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Peach” {
@ESTER changes mouthColor into Peach Matte
goto fem_mattelip_nude_1
} “Light Peach” {
@ESTER changes mouthColor into Pink Peach Light Matte
goto fem_mattelip_nude_1
}

}“Pinks”{

label fem_mattelip_pink_1

    NARRATOR
Pink matte lipstick colors

choice [shouldPaginate: YES]
“Beige Pink” {
@ESTER changes mouthColor into Pink Beige Matte
goto fem_mattelip_pink_1
} “Medium Pink” {
@ESTER changes mouthColor into Pink Medium Matte
goto fem_mattelip_pink_1
}“Warm Pink” {
@ESTER changes mouthColor into Pink Warm Matte
goto fem_mattelip_pink_1
} “Hot Pink” {
@ESTER changes mouthColor into Pink Hot Matte
goto fem_mattelip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Deep Pink” {
@ESTER changes mouthColor into Pink Deep Matte
goto fem_mattelip_pink_1
} “Pink Peach” {
@ESTER changes mouthColor into Pink Peach Medium Matte
goto fem_mattelip_pink_1
} “Rose” {
@ESTER changes mouthColor into Rose Matte
goto fem_mattelip_pink_1
} “Pink Cashmere” {
@ESTER changes mouthColor into Pink Cashmere Matte
goto fem_mattelip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Darks”{

label fem_mattelip_dark_1

    NARRATOR
Dark matte lipstick colors

choice [shouldPaginate: YES]
“Blood Orange” {
@ESTER changes mouthColor into Blood Orange Matte
goto fem_mattelip_dark_1
} “Blackberry” {
@ESTER changes mouthColor into Blackberry Matte
goto fem_mattelip_dark_1
} “Ash Deep” {
@ESTER changes mouthColor into Ash Deep Matte
goto fem_mattelip_dark_1
} “Dark Mauve” {
@ESTER changes mouthColor into Dark Mauve Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
} “Dark Amethyst” {
@ESTER changes mouthColor into Dark Amethyst Matte
goto fem_mattelip_dark_1
} “Royal Blue” {
@ESTER changes mouthColor into Royal Blue Matte
goto fem_mattelip_dark_1
} “Dark Apricot” {
@ESTER changes mouthColor into Dark Apricot Matte
goto fem_mattelip_dark_1
} “Copper Deep” {
@ESTER changes mouthColor into Copper Deep Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
} “Gold Deep” {
@ESTER changes mouthColor into Gold Deep Matte
goto fem_mattelip_dark_1
} “Black” {
@ESTER changes mouthColor into Black Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Reds and Purples”{

label fem_mattelip_red_1

    NARRATOR
Red and purple matte lipstick colors

choice [shouldPaginate: YES]
“Red” {
@ESTER changes mouthColor into Red Matte
goto fem_mattelip_red_1
} “Deep Red” {
@ESTER changes mouthColor into Red Deep Matte
goto fem_mattelip_red_1
} “Plum” {
@ESTER changes mouthColor into Plum Matte
goto fem_mattelip_red_1
} “Violet” {
@ESTER changes mouthColor into Violet Matte
goto fem_mattelip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Mauve” {
@ESTER changes mouthColor into Mauve Matte
goto fem_mattelip_red_1
} “Pastel Purple” {
@ESTER changes mouthColor into Purple Pastel Matte
goto fem_mattelip_red_1
} “Deep Purple” {
@ESTER changes mouthColor into Purple Deep Matte
goto fem_mattelip_red_1
} “Red Garnet” {
@ESTER changes mouthColor into Red Garnet Matte
goto fem_mattelip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}}

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

label fem_nose_1

    NARRATOR
Nose shapes

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

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

label fem_hair_1

    NARRATOR
All hairstyles

choice
“Short/Medium” {
goto short
} “Long/Updo” {
goto long
}

label short

    NARRATOR
Short and medium hairstyles

choice [shouldPaginate: YES]
“Curly Bob” {
@ESTER changes hair into Curly Bob
goto short
} “Layered Wavy Bob” {
@ESTER changes hair into Layered Wavy Bob
goto short
} “Shoulder-length Curly” {
@ESTER changes hair into Medium Shoulder Curly
goto short
} “Shoulder-length Curly with Bun” {
@ESTER changes hair into Medium Shoulder Curly Bun Hair
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Short Curly Blowout” {
@ESTER changes hair into Short Curly Blow Out
goto short
} “Short Flipped Wavy” {
@ESTER changes hair into Short Flipped Wavy Solid
goto short
} “Short Wavy Asymmetrical” {
@ESTER changes hair into Short Wavy Asymmetrical
goto short
} “Short Wavy” {
@ESTER changes hair into Short Wavy Hair Solid
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Wavy Ombre” {
@ESTER changes hair into Short Wavy Ombre
goto short
} “Thick Curls” {
@ESTER changes hair into Long Thick Curls
goto short
} “Tight Medium Curls” {
@ESTER changes hair into Medium Curly Solid
goto short
} “Long Curls” {
@ESTER changes hair into Long Curls
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
}

label long

    NARRATOR
Long and updo hairstyles

choice [shouldPaginate: YES]
“Hair Flip” {
@ESTER changes hair into Hair Flip
goto long
} “Wavy Princess Braid” {
@ESTER changes hair into Long Down Wavy Princess Braid
goto long
} “Long Feathered” {
@ESTER changes hair into Long Feathered
goto long
} “Long Loose Curls” {
@ESTER changes hair into Long Loose Curls
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Long Voluminous Curls” {
@ESTER changes hair into Long Voluminous Curls Loose
goto long
} “Long Wavy Blowout” {
@ESTER changes hair into Long Wavy Blowout
goto long
} “Wavy Sideswept Bangs” {
@ESTER changes hair into Long Wavy Loose Bangs Sideswept
goto long
} “Wavy Parted” {
@ESTER changes hair into Long Wavy Parted Hair
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Long Wavy Ponytail” {
@ESTER changes hair into Updo Pony Wavy Long
goto long
} “Long Wavy” {
@ESTER changes hair into Wavy Long
goto long
} “Double Dutch Braids” {
@ESTER changes hair into Long Double Dutch Braids
goto long
} “Princess Braid Updo” {
@ESTER changes hair into Long Updo Wavy Princess Braid
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Curly Messy Ponytail” {
@ESTER changes hair into Updo Curly Messy
goto long
} “Beach Wave” {
@ESTER changes hair into Beach Wave Hair
goto long
} “Tied Back Wavy” {
@ESTER changes hair into Bouffant Long Wavy
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
}
####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
Hair colors

choice [shouldPaginate: YES]
“Chestnut Brown” {
@ESTER changes hairColor into Chestnut Brown
goto fem_haircolor_1
} “Dark Brown” {
@ESTER changes hairColor into Dark Brown
goto fem_haircolor_1
} “Brunette Brown” {
@ESTER changes hairColor into Brunette Brown
goto fem_haircolor_1
} “Brown Black” {
@ESTER changes hairColor into Brown Black
goto fem_haircolor_1
} “Dark Black” {
@ESTER changes hairColor into Black Dark
goto fem_haircolor_1
} “Done” {
goto female_custom_1
}

label done_changing_appearance

    NARRATOR
What do you think?

choice
“Even better than before!” {
readerMessage Follow @dara.amarie.ep on Instagram! Thank you so much for some of the customization template!
} “I made a mistake.” {
goto female_custom_1
}} “I look perfect already!” {
INT. BLACK - NIGHT
&ESTER stands screen center

    NARRATOR
Do you want to change your appearance?
Keep in mind that CC is limited because Ester is supposed to look a certain way.

choice
“Customize character” {

music music_stringpluckbeat
&zoom on ESTER to 310% in 1.5
@speechbubble is 160 245 to 100%

    NARRATOR
Ester's original features will be in gold.

label female_custom_1

    NARRATOR
What would you like to customize?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face” {
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Lips” {
goto fem_mouth_1
} “Done!” {
goto done_changing_appearance
}

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

label fem_skin_1

    NARRATOR
All skin tones

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Done” {
goto female_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones

choice
“Neutral 02” {
@ESTER changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@ESTER changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Neutral 04” {
@ESTER changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_roseskin_1

    NARRATOR
Rose skin tones

choice
“Rose 02” {
@ESTER changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@ESTER changes bodyColor into Rose 03
goto fem_roseskin_1
} “Rose 04” {
@ESTER changes bodyColor into Rose 04
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_goldskin_1

    NARRATOR
Gold skin tones

choice
“Gold 02” {
@ESTER changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@ESTER changes bodyColor into Gold 03
goto fem_goldskin_1
} “Gold 04” {
@ESTER changes bodyColor into Gold 04
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_copperskin_1

    NARRATOR
Copper skin tones

choice
“Copper 02” {
@ESTER changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@ESTER changes bodyColor into Copper 03
goto fem_copperskin_1
} “Copper 04” {
@ESTER changes bodyColor into Copper 04
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
}

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

label fem_brows_1

    NARRATOR
Eyebrow shapes

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

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

label fem_browscolor_1

    NARRATOR
Eyebrow colors

choice [shouldPaginate: YES]
“Chestnut Brown” {
@ESTER changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@ESTER changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@ESTER changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Dark Black” {
@ESTER changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

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

label fem_face_1

    NARRATOR
Face shapes

choice
“Defined”{

label fem_definedface_1

    NARRATOR
Defined face shapes

choice [shouldPaginate: YES]
“Diamond” {
@ESTER changes face into Diamond
goto fem_definedface_1
} “Long Diamond” {
@ESTER changes face into Diamond Long
goto fem_definedface_1
} “Defined Diamond” {
@ESTER changes face into Diamond Defined Contour
goto fem_definedface_1
} “Defined Heart” {
@ESTER changes face into Heart Defined
goto fem_definedface_1
} “All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
} “Defined Square” {
@ESTER changes face into Square Defined
goto fem_definedface_1
}“Defined Triangle” {
@ESTER changes face into Triangle Defined
goto fem_definedface_1
}“Square Chiseled” {
@ESTER changes face into Square Chiseled
goto fem_definedface_1
}“Triangle Chiseled” {
@ESTER changes face into Triangle Chiseled
goto fem_definedface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}

} “Mature” {

label fem_matureface_1

    NARRATOR
Mature face shapes

choice [shouldPaginate: YES]
“Mature Square” {
@ESTER changes face into Square Mature
goto fem_matureface_1
} “Mature Heart” {
@ESTER changes face into Heart Mature
goto fem_matureface_1
}“Square Aged” {
@ESTER changes face into Square Aged
goto fem_matureface_1
}“Round Puffy” {
@ESTER changes face into Round Puffy Cheek
goto fem_matureface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}

}“Soft”{

label fem_softface_1

    NARRATOR
Soft face shapes

choice [shouldPaginate: YES]
“Soft Heart” {
@ESTER changes face into Heart Soft
goto fem_softface_1
}“Soft Round” {
@ESTER changes face into Round Soft
goto fem_softface_1
} “Soft Square” {
@ESTER changes face into Square Soft
goto fem_softface_1
} “Square Youth” {
@ESTER changes face into Square Youthful
goto fem_softface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}“Heart Double Chin” {
@ESTER changes face into Heart Mature Double Chin
goto fem_softface_1
} “Round Double Chin” {
@ESTER changes face into Round Double Chin
goto fem_softface_1
} “Long Double Chin” {
@ESTER changes face into Long Double Chin
goto fem_softface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}}

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

label fem_eyes_1

    NARRATOR
Eye shapes

choice [shouldPaginate: YES]
“Round Wide” {
@ESTER changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@ESTER changes eyes into Round Medium
goto fem_eyes_1
} “Generic” {
@ESTER changes eyes into Female Generic
goto fem_eyes_1
} “Deepset Downturned” {
@ESTER changes eyes into Deepset Downturned
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
} “Deepset Wide” {
@ESTER changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@ESTER changes eyes into Deepset Almond
goto fem_eyes_1
} “Deepset Mature” {
@ESTER changes eyes into Deepset Mature
goto fem_eyes_1
} “Deepset Smokey Eye” {
@ESTER changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

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

label fem_eyecolor_1

    NARRATOR
All eye colors

choice
“Browns” {

label fem_browneyecolor_1

    NARRATOR
Brown eye colors

choice [shouldPaginate: YES]
“Black” {
@ESTER changes eyesColor into Brown Black
goto fem_browneyecolor_1
} “Dark Brown” {
@ESTER changes eyesColor into Brown Dark
goto fem_browneyecolor_1
} “Light Brown” {
@ESTER changes eyesColor into Brown Light
goto fem_browneyecolor_1
} “Pale Brown” {
@ESTER changes eyesColor into Brown Pale
goto fem_browneyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

}“Blues and Greens” {

label fem_blueeyecolor_1

    NARRATOR
Blue and green eye colors

choice [shouldPaginate: YES]
“Ice Blue” {
@ESTER changes eyesColor into Ice Blue
goto fem_blueeyecolor_1
} “Aqua Blue” {
@ESTER changes eyesColor into Blue Aqua
goto fem_blueeyecolor_1
} “Deep Blue” {
@ESTER changes eyesColor into Blue Deep
goto fem_blueeyecolor_1
} “Blue Green” {
@ESTER changes eyesColor into Blue Green
goto fem_blueeyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}“Hazel” {
@ESTER changes eyesColor into Hazel
goto fem_blueeyecolor_1
} “Dark Hazel” {
@ESTER changes eyesColor into Hazel Dark
goto fem_blueeyecolor_1
} “Green” {
@ESTER changes eyesColor into Green Emerald
goto fem_blueeyecolor_1
} “Silver” {
@ESTER changes eyesColor into Grey Cool
goto fem_blueeyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}}

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

label fem_mouth_1

    NARRATOR
Lip shapes

choice [shouldPaginate: YES]
“Full Heart” {
@ESTER changes mouth into Full Heart Pouty
goto fem_mouth_1
} “Full Round” {
@ESTER changes mouth into Full Round Pouty
goto fem_mouth_1
} “Medium Heart” {
@ESTER changes mouth into Medium Heart Natural
goto fem_mouth_1
} “Medium Thin” {
@ESTER changes mouth into Medium Thin
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
} “Thin Heart” {
@ESTER changes mouth into Thin Heart
goto fem_mouth_1
} “Small Heart” {
@ESTER changes mouth into Small Heart
goto fem_mouth_1
} “Flat Round” {
@ESTER changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Medium Downturned” {
@ESTER changes mouth into Medium Downturned Pout
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
} “Full Flat Top” {
@ESTER changes mouth into Full Flat Top Pouty
goto fem_mouth_1
} “Full Wide” {
@ESTER changes mouth into Full Wide
goto fem_mouth_1
} “Heart Shaped” {
@ESTER changes mouth into Heart Shaped Pout
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}

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

label fem_mouthcolor_1

    NARRATOR
All lip colors

choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Done” {
goto female_custom_1
} “Lip Shapes” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors

choice
“Fair and Beige”{

label fem_naturallip_beige_1

    NARRATOR
Fair and beige natural lip colors

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

}“Tan and Brown”{

label fem_naturallip_brown_1

    NARRATOR
Tan and brown natural lip colors

choice [shouldPaginate: YES]
“Brown Neutral” {
@ESTER changes mouthColor into Brown Neutral
goto fem_naturallip_brown_1
} “Brown Gold” {
@ESTER changes mouthColor into Brown Gold
goto fem_naturallip_brown_1
} “Brown Deep Gold” {
@ESTER changes mouthColor into Brown Deep Gold
goto fem_naturallip_brown_1
} “Brown Deep Rose” {
@ESTER changes mouthColor into Brown Deep Rose
goto fem_naturallip_brown_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Tan Deep Neutral” {
@ESTER changes mouthColor into Tan Deep Neutral
goto fem_naturallip_brown_1
} “Tan Deep Gold” {
@ESTER changes mouthColor into Tan Deep Gold
goto fem_naturallip_brown_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}}

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors

choice
“Nudes” {

label fem_glosslip_nude_1

    NARRATOR
Nude gloss lipstick colors

choice [shouldPaginate: YES]
“Peach” {
@ESTER changes mouthColor into Peach Gloss
goto fem_glosslip_nude_1
} “Light Peach” {
@ESTER changes mouthColor into Pink Peach Lt Gloss
goto fem_glosslip_nude_1
}“Neutral Nude” {
@ESTER changes mouthColor into Neutral Medium Nude Gloss
goto fem_glosslip_nude_1
} “Light Nude” {
@ESTER changes mouthColor into Rose Light Nude Gloss
goto fem_glosslip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Medium Nude” {
@ESTER changes mouthColor into Rose Medium Nude Gloss
goto fem_glosslip_nude_1
} “Dark Nude” {
@ESTER changes mouthColor into Rose Dark Nude Gloss
goto fem_glosslip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Pinks”{

label fem_glosslip_pink_1

    NARRATOR
Pink gloss lipstick colors

choice [shouldPaginate: YES]
“Beige Pink” {
@ESTER changes mouthColor into Pink Beige Gloss
goto fem_glosslip_pink_1
} “Medium Pink” {
@ESTER changes mouthColor into Pink Medium Gloss
goto fem_glosslip_pink_1
} “Warm Pink” {
@ESTER changes mouthColor into Pink Warm Gloss
goto fem_glosslip_pink_1
} “Hot Pink” {
@ESTER changes mouthColor into Pink Hot Gloss
goto fem_glosslip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Deep Pink” {
@ESTER changes mouthColor into Pink Deep Gloss
goto fem_glosslip_pink_1
} “Pink Peach” {
@ESTER changes mouthColor into Pink Peach Medium Gloss
goto fem_glosslip_pink_1
} “Rose” {
@ESTER changes mouthColor into Rose Gloss
goto fem_glosslip_pink_1
} “Pink Cashmere” {
@ESTER changes mouthColor into Pink Cashmere Gloss
goto fem_glosslip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Darks”{

label fem_glosslip_dark_1

    NARRATOR
Dark gloss lipstick colors

choice [shouldPaginate: YES]
“Blood Orange” {
@ESTER changes mouthColor into Blood Orange Gloss
goto fem_glosslip_dark_1
} “Blackberry” {
@ESTER changes mouthColor into Blackberry Gloss
goto fem_glosslip_dark_1
} “Ash Deep” {
@ESTER changes mouthColor into Ash Deep Gloss
goto fem_glosslip_dark_1
} “Dark Mauve” {
@ESTER changes mouthColor into Dark Mauve Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Dark Amethyst” {
@ESTER changes mouthColor into Dark Amethyst Gloss
goto fem_glosslip_dark_1
} “Royal Blue” {
@ESTER changes mouthColor into Royal Blue Gloss
goto fem_glosslip_dark_1
} “Dark Apricot” {
@ESTER changes mouthColor into Dark Apricot Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Copper Deep” {
@ESTER changes mouthColor into Copper Deep Gloss
goto fem_glosslip_dark_1
} “Gold Deep” {
@ESTER changes mouthColor into Gold Deep Gloss
goto fem_glosslip_dark_1
} “Black” {
@ESTER changes mouthColor into Black Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Reds and Purples”{

label fem_glosslip_red_1

    NARRATOR
Red and purple gloss lipstick colors

choice [shouldPaginate: YES]
“Pastel Purple” {
@ESTER changes mouthColor into Purple Pastel Gloss
goto fem_glosslip_red_1
} “Deep Purple” {
@ESTER changes mouthColor into Purple Deep Gloss
goto fem_glosslip_red_1
}“Red” {
@ESTER changes mouthColor into Red Gloss
goto fem_glosslip_red_1
} “Deep Red” {
@ESTER changes mouthColor into Red Deep Gloss
goto fem_glosslip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Plum” {
@ESTER changes mouthColor into Plum Gloss
goto fem_glosslip_red_1
} “Violet” {
@ESTER changes mouthColor into Violet Gloss
goto fem_glosslip_red_1
} “Red Garnet” {
@ESTER changes mouthColor into Red Garnet Gloss
goto fem_glosslip_red_1
}“Mauve” {
@ESTER changes mouthColor into Mauve Gloss
goto fem_glosslip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}}

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors

choice
“Nudes”{

label fem_mattelip_nude_1

    NARRATOR
Nude matte lipstick colors

choice [shouldPaginate: YES]
“Neutral Nude” {
@ESTER changes mouthColor into Neutral Medium Nude Matte
goto fem_mattelip_nude_1
} “Light Nude” {
@ESTER changes mouthColor into Rose Light Nude Matte
goto fem_mattelip_nude_1
} “Medium Nude” {
@ESTER changes mouthColor into Rose Medium Nude Matte
goto fem_mattelip_nude_1
} “Dark Nude” {
@ESTER changes mouthColor into Rose Dark Nude Matte
goto fem_mattelip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Peach” {
@ESTER changes mouthColor into Peach Matte
goto fem_mattelip_nude_1
} “Light Peach” {
@ESTER changes mouthColor into Pink Peach Light Matte
goto fem_mattelip_nude_1
}

}“Pinks”{

label fem_mattelip_pink_1

    NARRATOR
Pink matte lipstick colors

choice [shouldPaginate: YES]
“Beige Pink” {
@ESTER changes mouthColor into Pink Beige Matte
goto fem_mattelip_pink_1
} “Medium Pink” {
@ESTER changes mouthColor into Pink Medium Matte
goto fem_mattelip_pink_1
}“Warm Pink” {
@ESTER changes mouthColor into Pink Warm Matte
goto fem_mattelip_pink_1
} “Hot Pink” {
@ESTER changes mouthColor into Pink Hot Matte
goto fem_mattelip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Deep Pink” {
@ESTER changes mouthColor into Pink Deep Matte
goto fem_mattelip_pink_1
} “Pink Peach” {
@ESTER changes mouthColor into Pink Peach Medium Matte
goto fem_mattelip_pink_1
} “Rose” {
@ESTER changes mouthColor into Rose Matte
goto fem_mattelip_pink_1
} “Pink Cashmere” {
@ESTER changes mouthColor into Pink Cashmere Matte
goto fem_mattelip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Darks”{

label fem_mattelip_dark_1

    NARRATOR
Dark matte lipstick colors

choice [shouldPaginate: YES]
“Blood Orange” {
@ESTER changes mouthColor into Blood Orange Matte
goto fem_mattelip_dark_1
} “Blackberry” {
@ESTER changes mouthColor into Blackberry Matte
goto fem_mattelip_dark_1
} “Ash Deep” {
@ESTER changes mouthColor into Ash Deep Matte
goto fem_mattelip_dark_1
} “Dark Mauve” {
@ESTER changes mouthColor into Dark Mauve Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
} “Dark Amethyst” {
@ESTER changes mouthColor into Dark Amethyst Matte
goto fem_mattelip_dark_1
} “Royal Blue” {
@ESTER changes mouthColor into Royal Blue Matte
goto fem_mattelip_dark_1
} “Dark Apricot” {
@ESTER changes mouthColor into Dark Apricot Matte
goto fem_mattelip_dark_1
} “Copper Deep” {
@ESTER changes mouthColor into Copper Deep Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
} “Gold Deep” {
@ESTER changes mouthColor into Gold Deep Matte
goto fem_mattelip_dark_1
} “Black” {
@ESTER changes mouthColor into Black Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Reds and Purples”{

label fem_mattelip_red_1

    NARRATOR
Red and purple matte lipstick colors

choice [shouldPaginate: YES]
“Red” {
@ESTER changes mouthColor into Red Matte
goto fem_mattelip_red_1
} “Deep Red” {
@ESTER changes mouthColor into Red Deep Matte
goto fem_mattelip_red_1
} “Plum” {
@ESTER changes mouthColor into Plum Matte
goto fem_mattelip_red_1
} “Violet” {
@ESTER changes mouthColor into Violet Matte
goto fem_mattelip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Mauve” {
@ESTER changes mouthColor into Mauve Matte
goto fem_mattelip_red_1
} “Pastel Purple” {
@ESTER changes mouthColor into Purple Pastel Matte
goto fem_mattelip_red_1
} “Deep Purple” {
@ESTER changes mouthColor into Purple Deep Matte
goto fem_mattelip_red_1
} “Red Garnet” {
@ESTER changes mouthColor into Red Garnet Matte
goto fem_mattelip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}}

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

label fem_nose_1

    NARRATOR
Nose shapes

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

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

label fem_hair_1

    NARRATOR
All hairstyles

choice
“Short/Medium” {
goto short
} “Long/Updo” {
goto long
}

label short

    NARRATOR
Short and medium hairstyles

choice [shouldPaginate: YES]
“Curly Bob” {
@ESTER changes hair into Curly Bob
goto short
} “Layered Wavy Bob” {
@ESTER changes hair into Layered Wavy Bob
goto short
} “Shoulder-length Curly” {
@ESTER changes hair into Medium Shoulder Curly
goto short
} “Shoulder-length Curly with Bun” {
@ESTER changes hair into Medium Shoulder Curly Bun Hair
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Short Curly Blowout” {
@ESTER changes hair into Short Curly Blow Out
goto short
} “Short Flipped Wavy” {
@ESTER changes hair into Short Flipped Wavy Solid
goto short
} “Short Wavy Asymmetrical” {
@ESTER changes hair into Short Wavy Asymmetrical
goto short
} “Short Wavy” {
@ESTER changes hair into Short Wavy Hair Solid
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Wavy Ombre” {
@ESTER changes hair into Short Wavy Ombre
goto short
} “Thick Curls” {
@ESTER changes hair into Long Thick Curls
goto short
} “Tight Medium Curls” {
@ESTER changes hair into Medium Curly Solid
goto short
} “Long Curls” {
@ESTER changes hair into Long Curls
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
}

label long

    NARRATOR
Long and updo hairstyles

choice [shouldPaginate: YES]
“Hair Flip” {
@ESTER changes hair into Hair Flip
goto long
} “Wavy Princess Braid” {
@ESTER changes hair into Long Down Wavy Princess Braid
goto long
} “Long Feathered” {
@ESTER changes hair into Long Feathered
goto long
} “Long Loose Curls” {
@ESTER changes hair into Long Loose Curls
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Long Voluminous Curls” {
@ESTER changes hair into Long Voluminous Curls Loose
goto long
} “Long Wavy Blowout” {
@ESTER changes hair into Long Wavy Blowout
goto long
} “Wavy Sideswept Bangs” {
@ESTER changes hair into Long Wavy Loose Bangs Sideswept
goto long
} “Wavy Parted” {
@ESTER changes hair into Long Wavy Parted Hair
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Long Wavy Ponytail” {
@ESTER changes hair into Updo Pony Wavy Long
goto long
} “Long Wavy” {
@ESTER changes hair into Wavy Long
goto long
} “Double Dutch Braids” {
@ESTER changes hair into Long Double Dutch Braids
goto long
} “Princess Braid Updo” {
@ESTER changes hair into Long Updo Wavy Princess Braid
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Curly Messy Ponytail” {
@ESTER changes hair into Updo Curly Messy
goto long
} “Beach Wave” {
@ESTER changes hair into Beach Wave Hair
goto long
} “Tied Back Wavy” {
@ESTER changes hair into Bouffant Long Wavy
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
}
####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
Hair colors

choice [shouldPaginate: YES]
“Chestnut Brown” {
@ESTER changes hairColor into Chestnut Brown
goto fem_haircolor_1
} “Dark Brown” {
@ESTER changes hairColor into Dark Brown
goto fem_haircolor_1
} “Brunette Brown” {
@ESTER changes hairColor into Brunette Brown
goto fem_haircolor_1
} “Brown Black” {
@ESTER changes hairColor into Brown Black
goto fem_haircolor_1
} “Dark Black” {
@ESTER changes hairColor into Black Dark
goto fem_haircolor_1
} “Done” {
goto female_custom_1
}

label done_changing_appearance

    NARRATOR
What do you think?

choice
“Even better than before!” {
readerMessage Follow @dara.amarie.ep on Instagram! Thank you so much for some of the customization template!
} “I made a mistake.” {
goto female_custom_1
}} “I look perfect already!” {
INT. BLACK - NIGHT
&ESTER stands screen center

    NARRATOR
Do you want to change your appearance?
Keep in mind that CC is limited because Ester is supposed to look a certain way.

choice
“Customize character” {

music music_stringpluckbeat
&zoom on ESTER to 310% in 1.5
@speechbubble is 160 245 to 100%

    NARRATOR
Ester's original features will be in gold.

label female_custom_1

    NARRATOR
What would you like to customize?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face” {
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Lips” {
goto fem_mouth_1
} “Done!” {
goto done_changing_appearance
}

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

label fem_skin_1

    NARRATOR
All skin tones

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Done” {
goto female_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones

choice
“Neutral 02” {
@ESTER changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@ESTER changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Neutral 04” {
@ESTER changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_roseskin_1

    NARRATOR
Rose skin tones

choice
“Rose 02” {
@ESTER changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@ESTER changes bodyColor into Rose 03
goto fem_roseskin_1
} “Rose 04” {
@ESTER changes bodyColor into Rose 04
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_goldskin_1

    NARRATOR
Gold skin tones

choice
“Gold 02” {
@ESTER changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@ESTER changes bodyColor into Gold 03
goto fem_goldskin_1
} “Gold 04” {
@ESTER changes bodyColor into Gold 04
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
}

label fem_copperskin_1

    NARRATOR
Copper skin tones

choice
“Copper 02” {
@ESTER changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@ESTER changes bodyColor into Copper 03
goto fem_copperskin_1
} “Copper 04” {
@ESTER changes bodyColor into Copper 04
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
}

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

label fem_brows_1

    NARRATOR
Eyebrow shapes

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

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

label fem_browscolor_1

    NARRATOR
Eyebrow colors

choice [shouldPaginate: YES]
“Chestnut Brown” {
@ESTER changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@ESTER changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@ESTER changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Dark Black” {
@ESTER changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

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

label fem_face_1

    NARRATOR
Face shapes

choice
“Defined”{

label fem_definedface_1

    NARRATOR
Defined face shapes

choice [shouldPaginate: YES]
“Diamond” {
@ESTER changes face into Diamond
goto fem_definedface_1
} “Long Diamond” {
@ESTER changes face into Diamond Long
goto fem_definedface_1
} “Defined Diamond” {
@ESTER changes face into Diamond Defined Contour
goto fem_definedface_1
} “Defined Heart” {
@ESTER changes face into Heart Defined
goto fem_definedface_1
} “All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
} “Defined Square” {
@ESTER changes face into Square Defined
goto fem_definedface_1
}“Defined Triangle” {
@ESTER changes face into Triangle Defined
goto fem_definedface_1
}“Square Chiseled” {
@ESTER changes face into Square Chiseled
goto fem_definedface_1
}“Triangle Chiseled” {
@ESTER changes face into Triangle Chiseled
goto fem_definedface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}

} “Mature” {

label fem_matureface_1

    NARRATOR
Mature face shapes

choice [shouldPaginate: YES]
“Mature Square” {
@ESTER changes face into Square Mature
goto fem_matureface_1
} “Mature Heart” {
@ESTER changes face into Heart Mature
goto fem_matureface_1
}“Square Aged” {
@ESTER changes face into Square Aged
goto fem_matureface_1
}“Round Puffy” {
@ESTER changes face into Round Puffy Cheek
goto fem_matureface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}

}“Soft”{

label fem_softface_1

    NARRATOR
Soft face shapes

choice [shouldPaginate: YES]
“Soft Heart” {
@ESTER changes face into Heart Soft
goto fem_softface_1
}“Soft Round” {
@ESTER changes face into Round Soft
goto fem_softface_1
} “Soft Square” {
@ESTER changes face into Square Soft
goto fem_softface_1
} “Square Youth” {
@ESTER changes face into Square Youthful
goto fem_softface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}“Heart Double Chin” {
@ESTER changes face into Heart Mature Double Chin
goto fem_softface_1
} “Round Double Chin” {
@ESTER changes face into Round Double Chin
goto fem_softface_1
} “Long Double Chin” {
@ESTER changes face into Long Double Chin
goto fem_softface_1
}“All face shapes”{
goto label fem_face_1
}“Done”{
goto female_custom_1
}}

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

label fem_eyes_1

    NARRATOR
Eye shapes

choice [shouldPaginate: YES]
“Round Wide” {
@ESTER changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@ESTER changes eyes into Round Medium
goto fem_eyes_1
} “Generic” {
@ESTER changes eyes into Female Generic
goto fem_eyes_1
} “Deepset Downturned” {
@ESTER changes eyes into Deepset Downturned
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
} “Deepset Wide” {
@ESTER changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@ESTER changes eyes into Deepset Almond
goto fem_eyes_1
} “Deepset Mature” {
@ESTER changes eyes into Deepset Mature
goto fem_eyes_1
} “Deepset Smokey Eye” {
@ESTER changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

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

label fem_eyecolor_1

    NARRATOR
All eye colors

choice
“Browns” {

label fem_browneyecolor_1

    NARRATOR
Brown eye colors

choice [shouldPaginate: YES]
“Black” {
@ESTER changes eyesColor into Brown Black
goto fem_browneyecolor_1
} “Dark Brown” {
@ESTER changes eyesColor into Brown Dark
goto fem_browneyecolor_1
} “Light Brown” {
@ESTER changes eyesColor into Brown Light
goto fem_browneyecolor_1
} “Pale Brown” {
@ESTER changes eyesColor into Brown Pale
goto fem_browneyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

}“Blues and Greens” {

label fem_blueeyecolor_1

    NARRATOR
Blue and green eye colors

choice [shouldPaginate: YES]
“Ice Blue” {
@ESTER changes eyesColor into Ice Blue
goto fem_blueeyecolor_1
} “Aqua Blue” {
@ESTER changes eyesColor into Blue Aqua
goto fem_blueeyecolor_1
} “Deep Blue” {
@ESTER changes eyesColor into Blue Deep
goto fem_blueeyecolor_1
} “Blue Green” {
@ESTER changes eyesColor into Blue Green
goto fem_blueeyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}“Hazel” {
@ESTER changes eyesColor into Hazel
goto fem_blueeyecolor_1
} “Dark Hazel” {
@ESTER changes eyesColor into Hazel Dark
goto fem_blueeyecolor_1
} “Green” {
@ESTER changes eyesColor into Green Emerald
goto fem_blueeyecolor_1
} “Silver” {
@ESTER changes eyesColor into Grey Cool
goto fem_blueeyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}}

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

label fem_mouth_1

    NARRATOR
Lip shapes

choice [shouldPaginate: YES]
“Full Heart” {
@ESTER changes mouth into Full Heart Pouty
goto fem_mouth_1
} “Full Round” {
@ESTER changes mouth into Full Round Pouty
goto fem_mouth_1
} “Medium Heart” {
@ESTER changes mouth into Medium Heart Natural
goto fem_mouth_1
} “Medium Thin” {
@ESTER changes mouth into Medium Thin
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
} “Thin Heart” {
@ESTER changes mouth into Thin Heart
goto fem_mouth_1
} “Small Heart” {
@ESTER changes mouth into Small Heart
goto fem_mouth_1
} “Flat Round” {
@ESTER changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Medium Downturned” {
@ESTER changes mouth into Medium Downturned Pout
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
} “Full Flat Top” {
@ESTER changes mouth into Full Flat Top Pouty
goto fem_mouth_1
} “Full Wide” {
@ESTER changes mouth into Full Wide
goto fem_mouth_1
} “Heart Shaped” {
@ESTER changes mouth into Heart Shaped Pout
goto fem_mouth_1
} “Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}

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

label fem_mouthcolor_1

    NARRATOR
All lip colors

choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Done” {
goto female_custom_1
} “Lip Shapes” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors

choice
“Fair and Beige”{

label fem_naturallip_beige_1

    NARRATOR
Fair and beige natural lip colors

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

}“Tan and Brown”{

label fem_naturallip_brown_1

    NARRATOR
Tan and brown natural lip colors

choice [shouldPaginate: YES]
“Brown Neutral” {
@ESTER changes mouthColor into Brown Neutral
goto fem_naturallip_brown_1
} “Brown Gold” {
@ESTER changes mouthColor into Brown Gold
goto fem_naturallip_brown_1
} “Brown Deep Gold” {
@ESTER changes mouthColor into Brown Deep Gold
goto fem_naturallip_brown_1
} “Brown Deep Rose” {
@ESTER changes mouthColor into Brown Deep Rose
goto fem_naturallip_brown_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Tan Deep Neutral” {
@ESTER changes mouthColor into Tan Deep Neutral
goto fem_naturallip_brown_1
} “Tan Deep Gold” {
@ESTER changes mouthColor into Tan Deep Gold
goto fem_naturallip_brown_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}}

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors

choice
“Nudes” {

label fem_glosslip_nude_1

    NARRATOR
Nude gloss lipstick colors

choice [shouldPaginate: YES]
“Peach” {
@ESTER changes mouthColor into Peach Gloss
goto fem_glosslip_nude_1
} “Light Peach” {
@ESTER changes mouthColor into Pink Peach Lt Gloss
goto fem_glosslip_nude_1
}“Neutral Nude” {
@ESTER changes mouthColor into Neutral Medium Nude Gloss
goto fem_glosslip_nude_1
} “Light Nude” {
@ESTER changes mouthColor into Rose Light Nude Gloss
goto fem_glosslip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Medium Nude” {
@ESTER changes mouthColor into Rose Medium Nude Gloss
goto fem_glosslip_nude_1
} “Dark Nude” {
@ESTER changes mouthColor into Rose Dark Nude Gloss
goto fem_glosslip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Pinks”{

label fem_glosslip_pink_1

    NARRATOR
Pink gloss lipstick colors

choice [shouldPaginate: YES]
“Beige Pink” {
@ESTER changes mouthColor into Pink Beige Gloss
goto fem_glosslip_pink_1
} “Medium Pink” {
@ESTER changes mouthColor into Pink Medium Gloss
goto fem_glosslip_pink_1
} “Warm Pink” {
@ESTER changes mouthColor into Pink Warm Gloss
goto fem_glosslip_pink_1
} “Hot Pink” {
@ESTER changes mouthColor into Pink Hot Gloss
goto fem_glosslip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Deep Pink” {
@ESTER changes mouthColor into Pink Deep Gloss
goto fem_glosslip_pink_1
} “Pink Peach” {
@ESTER changes mouthColor into Pink Peach Medium Gloss
goto fem_glosslip_pink_1
} “Rose” {
@ESTER changes mouthColor into Rose Gloss
goto fem_glosslip_pink_1
} “Pink Cashmere” {
@ESTER changes mouthColor into Pink Cashmere Gloss
goto fem_glosslip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Darks”{

label fem_glosslip_dark_1

    NARRATOR
Dark gloss lipstick colors

choice [shouldPaginate: YES]
“Blood Orange” {
@ESTER changes mouthColor into Blood Orange Gloss
goto fem_glosslip_dark_1
} “Blackberry” {
@ESTER changes mouthColor into Blackberry Gloss
goto fem_glosslip_dark_1
} “Ash Deep” {
@ESTER changes mouthColor into Ash Deep Gloss
goto fem_glosslip_dark_1
} “Dark Mauve” {
@ESTER changes mouthColor into Dark Mauve Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Dark Amethyst” {
@ESTER changes mouthColor into Dark Amethyst Gloss
goto fem_glosslip_dark_1
} “Royal Blue” {
@ESTER changes mouthColor into Royal Blue Gloss
goto fem_glosslip_dark_1
} “Dark Apricot” {
@ESTER changes mouthColor into Dark Apricot Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Copper Deep” {
@ESTER changes mouthColor into Copper Deep Gloss
goto fem_glosslip_dark_1
} “Gold Deep” {
@ESTER changes mouthColor into Gold Deep Gloss
goto fem_glosslip_dark_1
} “Black” {
@ESTER changes mouthColor into Black Gloss
goto fem_glosslip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Reds and Purples”{

label fem_glosslip_red_1

    NARRATOR
Red and purple gloss lipstick colors

choice [shouldPaginate: YES]
“Pastel Purple” {
@ESTER changes mouthColor into Purple Pastel Gloss
goto fem_glosslip_red_1
} “Deep Purple” {
@ESTER changes mouthColor into Purple Deep Gloss
goto fem_glosslip_red_1
}“Red” {
@ESTER changes mouthColor into Red Gloss
goto fem_glosslip_red_1
} “Deep Red” {
@ESTER changes mouthColor into Red Deep Gloss
goto fem_glosslip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Plum” {
@ESTER changes mouthColor into Plum Gloss
goto fem_glosslip_red_1
} “Violet” {
@ESTER changes mouthColor into Violet Gloss
goto fem_glosslip_red_1
} “Red Garnet” {
@ESTER changes mouthColor into Red Garnet Gloss
goto fem_glosslip_red_1
}“Mauve” {
@ESTER changes mouthColor into Mauve Gloss
goto fem_glosslip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}}

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors

choice
“Nudes”{

label fem_mattelip_nude_1

    NARRATOR
Nude matte lipstick colors

choice [shouldPaginate: YES]
“Neutral Nude” {
@ESTER changes mouthColor into Neutral Medium Nude Matte
goto fem_mattelip_nude_1
} “Light Nude” {
@ESTER changes mouthColor into Rose Light Nude Matte
goto fem_mattelip_nude_1
} “Medium Nude” {
@ESTER changes mouthColor into Rose Medium Nude Matte
goto fem_mattelip_nude_1
} “Dark Nude” {
@ESTER changes mouthColor into Rose Dark Nude Matte
goto fem_mattelip_nude_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Peach” {
@ESTER changes mouthColor into Peach Matte
goto fem_mattelip_nude_1
} “Light Peach” {
@ESTER changes mouthColor into Pink Peach Light Matte
goto fem_mattelip_nude_1
}

}“Pinks”{

label fem_mattelip_pink_1

    NARRATOR
Pink matte lipstick colors

choice [shouldPaginate: YES]
“Beige Pink” {
@ESTER changes mouthColor into Pink Beige Matte
goto fem_mattelip_pink_1
} “Medium Pink” {
@ESTER changes mouthColor into Pink Medium Matte
goto fem_mattelip_pink_1
}“Warm Pink” {
@ESTER changes mouthColor into Pink Warm Matte
goto fem_mattelip_pink_1
} “Hot Pink” {
@ESTER changes mouthColor into Pink Hot Matte
goto fem_mattelip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Deep Pink” {
@ESTER changes mouthColor into Pink Deep Matte
goto fem_mattelip_pink_1
} “Pink Peach” {
@ESTER changes mouthColor into Pink Peach Medium Matte
goto fem_mattelip_pink_1
} “Rose” {
@ESTER changes mouthColor into Rose Matte
goto fem_mattelip_pink_1
} “Pink Cashmere” {
@ESTER changes mouthColor into Pink Cashmere Matte
goto fem_mattelip_pink_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Darks”{

label fem_mattelip_dark_1

    NARRATOR
Dark matte lipstick colors

choice [shouldPaginate: YES]
“Blood Orange” {
@ESTER changes mouthColor into Blood Orange Matte
goto fem_mattelip_dark_1
} “Blackberry” {
@ESTER changes mouthColor into Blackberry Matte
goto fem_mattelip_dark_1
} “Ash Deep” {
@ESTER changes mouthColor into Ash Deep Matte
goto fem_mattelip_dark_1
} “Dark Mauve” {
@ESTER changes mouthColor into Dark Mauve Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
} “Dark Amethyst” {
@ESTER changes mouthColor into Dark Amethyst Matte
goto fem_mattelip_dark_1
} “Royal Blue” {
@ESTER changes mouthColor into Royal Blue Matte
goto fem_mattelip_dark_1
} “Dark Apricot” {
@ESTER changes mouthColor into Dark Apricot Matte
goto fem_mattelip_dark_1
} “Copper Deep” {
@ESTER changes mouthColor into Copper Deep Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
} “Gold Deep” {
@ESTER changes mouthColor into Gold Deep Matte
goto fem_mattelip_dark_1
} “Black” {
@ESTER changes mouthColor into Black Matte
goto fem_mattelip_dark_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

}“Reds and Purples”{

label fem_mattelip_red_1

    NARRATOR
Red and purple matte lipstick colors

choice [shouldPaginate: YES]
“Red” {
@ESTER changes mouthColor into Red Matte
goto fem_mattelip_red_1
} “Deep Red” {
@ESTER changes mouthColor into Red Deep Matte
goto fem_mattelip_red_1
} “Plum” {
@ESTER changes mouthColor into Plum Matte
goto fem_mattelip_red_1
} “Violet” {
@ESTER changes mouthColor into Violet Matte
goto fem_mattelip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}“Mauve” {
@ESTER changes mouthColor into Mauve Matte
goto fem_mattelip_red_1
} “Pastel Purple” {
@ESTER changes mouthColor into Purple Pastel Matte
goto fem_mattelip_red_1
} “Deep Purple” {
@ESTER changes mouthColor into Purple Deep Matte
goto fem_mattelip_red_1
} “Red Garnet” {
@ESTER changes mouthColor into Red Garnet Matte
goto fem_mattelip_red_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}}

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

label fem_nose_1

    NARRATOR
Nose shapes

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

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

label fem_hair_1

    NARRATOR
All hairstyles

choice
“Short/Medium” {
goto short
} “Long/Updo” {
goto long
}

label short

    NARRATOR
Short and medium hairstyles

choice [shouldPaginate: YES]
“Curly Bob” {
@ESTER changes hair into Curly Bob
goto short
} “Layered Wavy Bob” {
@ESTER changes hair into Layered Wavy Bob
goto short
} “Shoulder-length Curly” {
@ESTER changes hair into Medium Shoulder Curly
goto short
} “Shoulder-length Curly with Bun” {
@ESTER changes hair into Medium Shoulder Curly Bun Hair
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Short Curly Blowout” {
@ESTER changes hair into Short Curly Blow Out
goto short
} “Short Flipped Wavy” {
@ESTER changes hair into Short Flipped Wavy Solid
goto short
} “Short Wavy Asymmetrical” {
@ESTER changes hair into Short Wavy Asymmetrical
goto short
} “Short Wavy” {
@ESTER changes hair into Short Wavy Hair Solid
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Wavy Ombre” {
@ESTER changes hair into Short Wavy Ombre
goto short
} “Thick Curls” {
@ESTER changes hair into Long Thick Curls
goto short
} “Tight Medium Curls” {
@ESTER changes hair into Medium Curly Solid
goto short
} “Long Curls” {
@ESTER changes hair into Long Curls
goto short
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
}

label long

    NARRATOR
Long and updo hairstyles

choice [shouldPaginate: YES]
“Hair Flip” {
@ESTER changes hair into Hair Flip
goto long
} “Wavy Princess Braid” {
@ESTER changes hair into Long Down Wavy Princess Braid
goto long
} “Long Feathered” {
@ESTER changes hair into Long Feathered
goto long
} “Long Loose Curls” {
@ESTER changes hair into Long Loose Curls
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Long Voluminous Curls” {
@ESTER changes hair into Long Voluminous Curls Loose
goto long
} “Long Wavy Blowout” {
@ESTER changes hair into Long Wavy Blowout
goto long
} “Wavy Sideswept Bangs” {
@ESTER changes hair into Long Wavy Loose Bangs Sideswept
goto long
} “Wavy Parted” {
@ESTER changes hair into Long Wavy Parted Hair
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Long Wavy Ponytail” {
@ESTER changes hair into Updo Pony Wavy Long
goto long
} “Long Wavy” {
@ESTER changes hair into Wavy Long
goto long
} “Double Dutch Braids” {
@ESTER changes hair into Long Double Dutch Braids
goto long
} “Princess Braid Updo” {
@ESTER changes hair into Long Updo Wavy Princess Braid
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
} “Curly Messy Ponytail” {
@ESTER changes hair into Updo Curly Messy
goto long
} “Beach Wave” {
@ESTER changes hair into Beach Wave Hair
goto long
} “Tied Back Wavy” {
@ESTER changes hair into Bouffant Long Wavy
goto long
} “Change Color”{
goto fem_haircolor_1
} “Back to Styles”{
goto fem_hair_1
}
####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
Hair colors

choice [shouldPaginate: YES]
“Chestnut Brown” {
@ESTER changes hairColor into Chestnut Brown
goto fem_haircolor_1
} “Dark Brown” {
@ESTER changes hairColor into Dark Brown
goto fem_haircolor_1
} “Brunette Brown” {
@ESTER changes hairColor into Brunette Brown
goto fem_haircolor_1
} “Brown Black” {
@ESTER changes hairColor into Brown Black
goto fem_haircolor_1
} “Dark Black” {
@ESTER changes hairColor into Black Dark
goto fem_haircolor_1
} “Done” {
goto female_custom_1
}

label done_changing_appearance

    NARRATOR
What do you think?

choice
“Even better than before!” {
readerMessage Follow @dara.amarie.ep on Instagram! Thank you so much for some of the customization template!
} “I made a mistake.” {
goto female_custom_1
}} “I look perfect already!” {
}

2 Likes

Giver her credit but also mention you edited/ changed it

1 Like

Her customizations come with a overhead banner
Yes you still need to credit if you use it
Just don’t remove that banner

1 Like

I edit mine for both of my stories. Yes i still credit Dara. She deserves to be credited :heart:

2 Likes

Okay, thank you @TroubledHeart.Author @LemonProductions and @HazelJ
I’ll leave the credit in :two_hearts: :two_hearts:

@Sydney_H @Nick You can close this thread.

2 Likes