So in my co-writer @eliseclairmont and I’s story, the MC’s CC is getting messed up. What I mean by “messed up” is when you click 'Yes" if you want to customize for the female, it goes to the Male’s CC and vise versa.
Male choice
if (MC_male) {
@CHRISTINA faces right THEN CHRISTINA walks to spot 1.280 69 -4 AND CHRISTINA does it while walk_sad_loop
@pause for 1
NARRATOR
Would you like to customize Christian?
choice
“Yes!” {
goto label customize_start_Christian
} “No, thanks.” {
goto male_story_branch
}
}
Male CC
label customize_start_Christian
@CHRISTIAN spot 2.400 170 -520 and CHRISTIAN faces right and CHRISTIAN starts idle
label boylcc_custom_0
NARRATOR
What does he look like?
choice
“Hair” {
goto boylcc_hair_0
} “Eyes” {
goto boylcc_eyes_0
} “Eyebrows” {
goto boylcc_brows_0
} “Face Shape”{
goto boylcc_face_0
} “Nose” {
goto boylcc_nose_0
} “Mouth” {
goto boylcc_mouth_0
} “This is perfect!” {
goto boylcc_end_0
}
####################### EYEBROWS #######################
label boylcc_brows_0
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Arched Medium”{
@CHRISTIAN changes eyebrows into Arched Medium
goto boylcc_brows_0
}“Generic”{
@CHRISTIAN changes eyebrows into Male Generic
goto boylcc_brows_0
}“Round Medium”{
@CHRISTIAN changes eyebrows into Round Medium
goto boylcc_brows_0
}“Round Soft”{
@CHRISTIAN changes eyebrows into Round Soft
goto boylcc_brows_0
} “Change Color” {
goto boylcc_browscolor_0
} “Done”{
goto boylcc_custom_0
}
“Round Thick”{
@CHRISTIAN changes eyebrows into Round Thick
goto boylcc_brows_0
}“Straight Medium”{
@CHRISTIAN changes eyebrows into Straight Medium
goto boylcc_brows_0
}“Arched Bushy”{
@CHRISTIAN changes eyebrows into Arched Bushy
goto boylcc_brows_0
}“Round Thin”{
@CHRISTIAN changes eyebrows into Round Thin
goto boylcc_brows_0
} “Change Color” {
goto boylcc_browscolor_0
} “Done”{
goto boylcc_custom_0
}
“Furrowed Straight”{
@CHRISTIAN changes eyebrows into Furrowed Straight S
goto boylcc_brows_0
}“Furrowed Raised”{
@CHRISTIAN changes eyebrows into Furrowed Raised S
goto boylcc_brows_0
}“Straight Medium Scar”{
@CHRISTIAN changes eyebrows into Straight Medium Scar
goto boylcc_brows_0
} “Done”{
goto boylcc_custom_0
} “Change Color” {
goto boylcc_browscolor_0
}
####################### EYEBROW COLOR #######################
label boylcc_browscolor_0
NARRATOR
Eyebrow colors.
choice [shouldPaginate: YES]
“Dirty Blonde” {
@CHRISTIAN changes eyebrowsColor into Dirty Blonde
goto boylcc_browscolor_0
} “Honey Blonde” {
@CHRISTIAN changes eyebrowsColor into Honey Blonde
goto boylcc_browscolor_0
} “Platinum Blonde” {
@CHRISTIAN changes eyebrowsColor into Platinum Blonde
goto boylcc_browscolor_0
} “Strawberry Blonde” {
@CHRISTIAN changes eyebrowsColor into Strawberry Blonde
goto boylcc_browscolor_0
} “Change Brow Shape” {
goto boylcc_brows_0
} “Done” {
goto boylcc_custom_0
}
“Blonde Medium” {
@CHRISTIAN changes eyebrowsColor into Blonde Medium
goto boylcc_browscolor_0
} “Chestnut Brown” {
@CHRISTIAN changes eyebrowsColor into Chestnut Brown
goto boylcc_browscolor_0
} “Dark Brown” {
@CHRISTIAN changes eyebrowsColor into Dark Brown
goto boylcc_browscolor_0
} “Deep Brown” {
@CHRISTIAN changes eyebrowsColor into Deep Brown
goto boylcc_browscolor_0
} “Change Brow Shape” {
goto boylcc_brows_0
} “Done” {
goto boylcc_custom_0
}
“Light Brown” {
@CHRISTIAN changes eyebrowsColor into Light Brown
goto boylcc_browscolor_0
} “Dark Black” {
@CHRISTIAN changes eyebrowsColor into Black Dark
goto boylcc_browscolor_0
} “Jet Black” {
@CHRISTIAN changes eyebrowsColor into blackJet
goto boylcc_browscolor_0
} “Light Pink” {
@CHRISTIAN changes eyebrowsColor into Pink Lt
goto boylcc_browscolor_0
} “Change Brow Shape” {
goto boylcc_brows_0
} “Done” {
goto boylcc_custom_0
}
“Lavender” {
@CHRISTIAN changes eyebrowsColor into Purple Lilac
goto boylcc_browscolor_0
} “Mint” {
@CHRISTIAN changes eyebrowsColor into Green Mint
goto boylcc_browscolor_0
} “Ginger Red” {
@CHRISTIAN changes eyebrowsColor into Ginger Red
goto boylcc_browscolor_0
} “Copper Red” {
@CHRISTIAN changes eyebrowsColor into Copper Red
goto boylcc_browscolor_0
} “Change Brow Shape” {
goto boylcc_brows_0
} “Done” {
goto boylcc_custom_0
}
“Gray” {
@CHRISTIAN changes eyebrowsColor into Gray
goto boylcc_browscolor_0
} “White” {
@CHRISTIAN changes eyebrowsColor into White
goto boylcc_browscolor_0
} “Change Brow Shape” {
goto boylcc_brows_0
} “Done” {
goto boylcc_custom_0
}
####################### FACE SHAPE #######################
label boylcc_face_0
NARRATOR
Face shapes.
choice
“Clean Shaven” {
goto boylcc_face_clean_0
} “Facial Hair” {
goto boylcc_face_beards_0
} “Done” {
goto boylcc_custom_0
}
label boylcc_face_clean_0
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Soft Diamond” {
@CHRISTIAN changes face into Diamond Soft
goto boylcc_face_clean_0
} “Defined Diamond” {
@CHRISTIAN changes face into Diamond Defined
goto boylcc_face_clean_0
} “Chiseled” {
@CHRISTIAN changes face into Chiseled Angular
goto boylcc_face_clean_0
} “Generic” {
@CHRISTIAN changes face into Male Generic
goto boylcc_face_clean_0
} “Facial Hair” {
goto boylcc_face_beards_0
} “Done”{
goto boylcc_custom_0
}
“Round” {
@CHRISTIAN changes face into Round Soft
goto boylcc_face_clean_0
} “Square Jaw” {
@CHRISTIAN changes face into Square Jaw
goto boylcc_face_clean_0
} “Square Defined” {
@CHRISTIAN changes face into Square Defined
goto boylcc_face_clean_0
} “Triangle” {
@CHRISTIAN changes face into Triangle Chiseled
goto boylcc_face_clean_0
} “Facial Hair” {
goto boylcc_face_beards_0
} “Done”{
goto boylcc_custom_0
}
“Mature Square” {
@CHRISTIAN changes face into Square Jaw Mature
goto boylcc_face_clean_0
} “Broad Cheeks” {
@CHRISTIAN changes face into Round Broad Cheeks
goto boylcc_face_clean_0
} “Triangle Defined Chin” {
@CHRISTIAN changes face into Triangle Defined Chin
goto boylcc_face_clean_0
} “Pointed Ear” {
@CHRISTIAN changes face into Triangle Defined Chin Pointed Ear Skin
goto boylcc_face_clean_0
} “Facial Hair” {
goto boylcc_face_beards_0
} “Done”{
goto boylcc_custom_0
}
“Square Sculpted” {
@CHRISTIAN changes face into Square Sculpted
goto boylcc_face_clean_0
} “Cleft Chin” {
@CHRISTIAN changes face into Square Sculpted Cleft Chin
goto boylcc_face_clean_0
} “Triangle Sculpted” {
@CHRISTIAN changes face into Triangle Sculpted
goto boylcc_face_clean_0
} “Square Youth” {
@CHRISTIAN changes face into Square Youthful
goto boylcc_face_clean_0
} “Facial Hair” {
goto boylcc_face_beards_0
} “Done”{
goto boylcc_custom_0
}
“Square Aged” {
@CHRISTIAN changes face into Square Aged
goto boylcc_face_clean_0
} “Done”{
goto boylcc_custom_0
} “Facial Hair” {
goto boylcc_face_beards_0
}
label boylcc_face_beards_0
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Chiseled Stubble” {
@CHRISTIAN changes face into Chiseled Angular Stubble
goto boylcc_face_beards_0
} “Chiseled Shaved” {
@CHRISTIAN changes face into Chiseled Square Stubble Shaved
goto boylcc_face_beards_0
} “Long Jaw Stubble” {
@CHRISTIAN changes face into Square Long Jaw Stubble
goto boylcc_face_beards_0
} “Long Jaw Shadow” {
@CHRISTIAN changes face into Square Long Jaw Shadow
goto boylcc_face_beards_0
} “Clean Shaved” {
goto boylcc_face_clean_0
} “Done”{
goto boylcc_custom_0
}
“Roundcheek Stubble” {
@CHRISTIAN changes face into Square Jaw Roundcheek Stubble
goto boylcc_face_beards_0
} “Scruffy Beard” {
@CHRISTIAN changes face into Triangle Chiseled Scruffy Beard
goto boylcc_face_beards_0
} “Clean Shaved” {
goto boylcc_face_clean_0
} “Done”{
goto boylcc_custom_0
}
####################### EYE SHAPE #######################
label boylcc_eyes_0
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Downturned” {
@CHRISTIAN changes eyes into Deepset Downturned
goto boylcc_eyes_0
} “Deepset Heavy” {
@CHRISTIAN changes eyes into Deepset Heavy Lid
goto boylcc_eyes_0
} “Deepset Downturned Lid” {
@CHRISTIAN changes eyes into Deepset Downturned Lidded
goto boylcc_eyes_0
} “Deepset Mature” {
@CHRISTIAN changes eyes into Deepset Sloping Mature
goto boylcc_eyes_0
} “Generic” {
@CHRISTIAN changes eyes into Male Generic
goto boylcc_eyes_0
} “Done”{
goto boylcc_custom_0
}
“Slender” {
@CHRISTIAN changes eyes into Monolid Slender
goto boylcc_eyes_0
} “Oval Wide” {
@CHRISTIAN changes eyes into Oval Wide
goto boylcc_eyes_0
} “Sloping Heavy Lid” {
@CHRISTIAN changes eyes into Sloping Heavy Lid
goto boylcc_eyes_0
} “Deep Sunken” {
@CHRISTIAN changes eyes into Male Deep Sunken
goto boylcc_eyes_0
} “Hooded Almond” {
@CHRISTIAN changes eyes into Hooded Almond
goto boylcc_eyes_0
} “Done”{
goto boylcc_custom_0
}
“Narrow Almond Smiling” {
@CHRISTIAN changes eyes into Narrow Almond Deep Smiling
goto boylcc_eyes_0
} “Narrow Almond Sunken” {
@CHRISTIAN changes eyes into Narrow Almond Deep Sunken
goto boylcc_eyes_0
} “Almond Deep” {
@CHRISTIAN changes eyes into Wide Almond Deep
goto boylcc_eyes_0
} “Done”{
goto boylcc_custom_0
}
“Almond Deep Eyebags” {
@CHRISTIAN changes eyes into Wide Almond Deep Eyebags
goto boylcc_eyes_0
}
####################### MOUTH SHAPE #######################
label boylcc_mouth_0
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Medium Straight” {
@CHRISTIAN changes mouth into Medium Straight Natural
goto boylcc_mouth_0
}“Thin Heart” {
@CHRISTIAN changes mouth into Thin Heart
goto boylcc_mouth_0
}“Small Heart” {
@CHRISTIAN changes mouth into Small Heart
goto boylcc_mouth_0
}“Medium Heart” {
@CHRISTIAN changes mouth into Medium Heart
goto boylcc_mouth_0
}“Change Color”{
goto boylcc_mouthcolor_0
} “Done”{
goto boylcc_custom_0
}
“Full Heart” {
@CHRISTIAN changes mouth into Full Heart Natural
goto boylcc_mouth_0
}“Large Heart” {
@CHRISTIAN changes mouth into Full Heart Large
goto boylcc_mouth_0
}“Full Flat Top” {
@CHRISTIAN changes mouth into Full Flat Top Pouty
goto boylcc_mouth_0
}“Full Lower Lip” {
@CHRISTIAN changes mouth into Full Lower Lip Sharp
goto boylcc_mouth_0
}“Change Color”{
goto boylcc_mouthcolor_0
} “Done”{
goto boylcc_custom_0
}
####################### MOUTH COLOR #######################
label boylcc_mouthcolor_0
NARRATOR
All lip colors.
choice
“Natural” {
goto boylcc_NaturalColors_0
} “Gloss” {
goto boylcc_GlossColors_0
} “Matte” {
goto boylcc_MatteColors_0
} “Change Lip Shape” {
goto boylcc_mouth_0
}
label boylcc_NaturalColors_0
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Fair Rose” {
@CHRISTIAN changes mouthColor into Fair Rose Matte
goto boylcc_NaturalColors_0
} “Fair Neutral” {
@CHRISTIAN changes mouthColor into Fair Neutral Matte
goto boylcc_NaturalColors_0
} “Fair Gold” {
@CHRISTIAN changes mouthColor into Fair Gold Matte
goto boylcc_NaturalColors_0
} “Beige Light Gold” {
@CHRISTIAN changes mouthColor into Beige Light Gold Matte
goto boylcc_NaturalColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Beige Gold” {
@CHRISTIAN changes mouthColor into Beige Gold Matte
goto boylcc_NaturalColors_0
} “Beige Rose” {
@CHRISTIAN changes mouthColor into Beige Rose
goto boylcc_NaturalColors_0
} “Beige Deep Neutral” {
@CHRISTIAN changes mouthColor into Beige Deep Neutral
goto boylcc_NaturalColors_0
} “Medium Nude” {
@CHRISTIAN changes mouthColor into Neutral Medium Nude Matte
goto boylcc_NaturalColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Tan Deep Gold” {
@CHRISTIAN changes mouthColor into Tan Deep Gold
goto boylcc_NaturalColors_0
} “Tan Deep Neutral” {
@CHRISTIAN changes mouthColor into Tan Deep Neutral
goto boylcc_NaturalColors_0
} “Brown Neutral” {
@CHRISTIAN changes mouthColor into Brown Neutral
goto boylcc_NaturalColors_0
} “Brown Gold” {
@CHRISTIAN changes mouthColor into Brown Gold
goto boylcc_NaturalColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Brown Deep Gold” {
@CHRISTIAN changes mouthColor into Brown Deep Gold
goto boylcc_NaturalColors_0
} “Brown Deep Rose” {
@CHRISTIAN changes mouthColor into Brown Deep Rose
goto boylcc_NaturalColors_0
} “Gold Deep Matte” {
@CHRISTIAN changes mouthColor into Gold Deep Matte
goto boylcc_NaturalColors_0
} “Done” {
goto boylcc_custom_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
}
label boylcc_GlossColors_0
NARRATOR
Gloss lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@CHRISTIAN changes mouthColor into Peach Gloss
goto boylcc_GlossColors_0
} “Light Peach” {
@CHRISTIAN changes mouthColor into Pink Peach Lt Gloss
goto boylcc_GlossColors_0
} “Beige Pink” {
@CHRISTIAN changes mouthColor into Pink Beige Gloss
goto boylcc_GlossColors_0
} “Medium Pink” {
@CHRISTIAN changes mouthColor into Pink Medium Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Warm Pink” {
@CHRISTIAN changes mouthColor into Pink Warm Gloss
goto boylcc_GlossColors_0
} “Hot Pink” {
@CHRISTIAN changes mouthColor into Pink Hot Gloss
goto boylcc_GlossColors_0
} “Deep Pink” {
@CHRISTIAN changes mouthColor into Pink Deep Gloss
goto boylcc_GlossColors_0
} “Rose” {
@CHRISTIAN changes mouthColor into Rose Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Pink Peach” {
@CHRISTIAN changes mouthColor into Pink Peach Medium Gloss
goto boylcc_GlossColors_0
} “Light Nude” {
@CHRISTIAN changes mouthColor into Rose Light Nude Gloss
goto boylcc_GlossColors_0
} “Medium Nude” {
@CHRISTIAN changes mouthColor into Rose Medium Nude Gloss
goto boylcc_GlossColors_0
} “Dark Nude” {
@CHRISTIAN changes mouthColor into Rose Dark Nude Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Mauve” {
@CHRISTIAN changes mouthColor into Mauve Gloss
goto boylcc_GlossColors_0
} “Pastel Purple” {
@CHRISTIAN changes mouthColor into Purple Pastel Gloss
goto boylcc_GlossColors_0
} “Plum” {
@CHRISTIAN changes mouthColor into Plum Gloss
goto boylcc_GlossColors_0
} “Deep Purple” {
@CHRISTIAN changes mouthColor into Purple Deep Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Red” {
@CHRISTIAN changes mouthColor into Red Gloss
goto boylcc_GlossColors_0
} “Deep Red” {
@CHRISTIAN changes mouthColor into Red Deep Gloss
goto boylcc_GlossColors_0
} “Violet” {
@CHRISTIAN changes mouthColor into Violet Gloss
goto boylcc_GlossColors_0
} “Black” {
@CHRISTIAN changes mouthColor into Black Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Blood Orange” {
@CHRISTIAN changes mouthColor into Blood Orange Gloss
goto boylcc_GlossColors_0
} “Red Garnet” {
@CHRISTIAN changes mouthColor into Red Garnet Gloss
goto boylcc_GlossColors_0
} “Blackberry” {
@CHRISTIAN changes mouthColor into Blackberry Gloss
goto boylcc_GlossColors_0
} “Pink Cashmere” {
@CHRISTIAN changes mouthColor into Pink Cashmere Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Ash Deep” {
@CHRISTIAN changes mouthColor into Ash Deep Gloss
goto boylcc_GlossColors_0
} “Dark Mauve” {
@CHRISTIAN changes mouthColor into Dark Mauve Gloss
goto boylcc_GlossColors_0
} “Dark Amethyst” {
@CHRISTIAN changes mouthColor into Dark Amethyst Gloss
goto boylcc_GlossColors_0
} “Royal Blue” {
@CHRISTIAN changes mouthColor into Royal Blue Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Dark Apricot” {
@CHRISTIAN changes mouthColor into Dark Apricot Gloss
goto boylcc_GlossColors_0
} “Copper Deep” {
@CHRISTIAN changes mouthColor into Copper Deep Gloss
goto boylcc_GlossColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
label boylcc_MatteColors_0
NARRATOR
Matte lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@CHRISTIAN changes mouthColor into Peach Matte
goto boylcc_MatteColors_0
} “Light Peach” {
@CHRISTIAN changes mouthColor into Pink Peach Light Matte
goto boylcc_MatteColors_0
} “Beige Pink” {
@CHRISTIAN changes mouthColor into Pink Beige Matte
goto boylcc_MatteColors_0
} “Medium Pink” {
@CHRISTIAN changes mouthColor into Pink Medium Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Warm Pink” {
@CHRISTIAN changes mouthColor into Pink Warm Matte
goto boylcc_MatteColors_0
} “Hot Pink” {
@CHRISTIAN changes mouthColor into Pink Hot Matte
goto boylcc_MatteColors_0
} “Deep Pink” {
@CHRISTIAN changes mouthColor into Pink Deep Matte
goto boylcc_MatteColors_0
} “Rose” {
@CHRISTIAN changes mouthColor into Rose Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Pink Peach” {
@CHRISTIAN changes mouthColor into Pink Peach Medium Matte
goto boylcc_MatteColors_0
} “Light Nude” {
@CHRISTIAN changes mouthColor into Rose Light Nude Matte
goto boylcc_MatteColors_0
} “Medium Nude” {
@CHRISTIAN changes mouthColor into Rose Medium Nude Matte
goto boylcc_MatteColors_0
} “Dark Nude” {
@CHRISTIAN changes mouthColor into Rose Dark Nude Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Mauve” {
@CHRISTIAN changes mouthColor into Mauve Matte
goto boylcc_MatteColors_0
} “Pastel Purple” {
@CHRISTIAN changes mouthColor into Purple Pastel Matte
goto boylcc_MatteColors_0
} “Plum” {
@CHRISTIAN changes mouthColor into Plum Matte
goto boylcc_MatteColors_0
} “Deep Purple” {
@CHRISTIAN changes mouthColor into Purple Deep Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Red” {
@CHRISTIAN changes mouthColor into Red Matte
goto boylcc_MatteColors_0
} “Deep Red” {
@CHRISTIAN changes mouthColor into Red Deep Matte
goto boylcc_MatteColors_0
} “Violet” {
@CHRISTIAN changes mouthColor into Violet Matte
goto boylcc_MatteColors_0
} “Black” {
@CHRISTIAN changes mouthColor into Black Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Blood Orange” {
@CHRISTIAN changes mouthColor into Blood Orange Matte
goto boylcc_MatteColors_0
} “Red Garnet” {
@CHRISTIAN changes mouthColor into Red Garnet Matte
goto boylcc_MatteColors_0
} “Blackberry” {
@CHRISTIAN changes mouthColor into Blackberry Matte
goto boylcc_MatteColors_0
} “Pink Cashmere” {
@CHRISTIAN changes mouthColor into Pink Cashmere Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Ash Deep” {
@CHRISTIAN changes mouthColor into Ash Deep Matte
goto boylcc_MatteColors_0
} “Dark Mauve” {
@CHRISTIAN changes mouthColor into Dark Mauve Matte
goto boylcc_MatteColors_0
} “Dark Amethyst” {
@CHRISTIAN changes mouthColor into Dark Amethyst Matte
goto boylcc_MatteColors_0
} “Royal Blue” {
@CHRISTIAN changes mouthColor into Royal Blue Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
“Dark Apricot” {
@CHRISTIAN changes mouthColor into Dark Apricot Matte
goto boylcc_MatteColors_0
} “Copper Deep” {
@CHRISTIAN changes mouthColor into Copper Deep Matte
goto boylcc_MatteColors_0
} “Try Other Colors” {
goto boylcc_mouthcolor_0
} “Done” {
goto boylcc_custom_0
}
####################### NOSE SHAPE #######################
label boylcc_nose_0
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button Wide” {
@CHRISTIAN changes nose into Button Wide
goto boylcc_nose_0
} “Button Round” {
@CHRISTIAN changes nose into Button Round
goto boylcc_nose_0
} “Grecian Narrow” {
@CHRISTIAN changes nose into Grecian Narrow
goto boylcc_nose_0
} “Grecian Hooked”{
@CHRISTIAN changes nose into Hooked Grecian
goto boylcc_nose_0
} “Grecian Round” {
@CHRISTIAN changes nose into Grecian Round
goto boylcc_nose_0
} “Done”{
goto boylcc_custom_0
}
“Round Wide” {
@CHRISTIAN changes nose into Round Wide
goto boylcc_nose_0
} “Generic” {
@CHRISTIAN changes nose into Male Generic
goto boylcc_nose_0
} “Straight Narrow” {
@CHRISTIAN changes nose into Straight Narrow
goto boylcc_nose_0
} “Bulbous Downturned” {
@CHRISTIAN changes nose into Bulbous Downturned
goto boylcc_nose_0
} “Round Flared Downturned” {
@CHRISTIAN changes nose into Round Flared Downturned
goto boylcc_nose_0
} “Done”{
goto boylcc_custom_0
}
“Straight Flat” {
@CHRISTIAN changes nose into Straight Flat
goto boylcc_nose_0
} “Straight Pointed” {
@CHRISTIAN changes nose into Straight Pointed
goto boylcc_nose_0
} “Roman Straight Broad” {
@CHRISTIAN changes nose into Roman Straight Broad
goto boylcc_nose_0
} “Done”{
goto boylcc_custom_0
} “Aquiline Medium” {
@CHRISTIAN changes nose into Aquiline Medium
goto boylcc_nose_0
}
####################### HAIR STYLE #######################
label boylcc_hair_0
NARRATOR
All hairstyles.
choice
“Short Hair” {
goto boylcc_hair_short_0
} “Medium Hair” {
goto boylcc_hair_medium_0
} “Long Hair” {
goto boylcc_hair_long_0
} “Done” {
goto boylcc_custom_0
}
label boylcc_hair_short_0
NARRATOR
Short hairstyles.
choice [shouldPaginate: YES]
“Military Fade” {
@CHRISTIAN changes hair into Military Fade Cut
goto boylcc_hair_short_0
} “Slicked Back” {
@CHRISTIAN changes hair into Slicked Back Solid
goto boylcc_hair_short_0
} “Curly Fade” {
@CHRISTIAN changes hair into Short Curly Fade
goto boylcc_hair_short_0
} “Curly Mohawk” {
@CHRISTIAN changes hair into Curly Mohawk
goto boylcc_hair_short_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Crew Cut” {
@CHRISTIAN changes hair into Crew Cut
goto boylcc_hair_short_0
} “Conservative Cut” {
@CHRISTIAN changes hair into Conservative Cut
goto boylcc_hair_short_0
} “Undercut Short” {
@CHRISTIAN changes hair into Undercut Short Straight Texture
goto boylcc_hair_short_0
} “Receding Short” {
@CHRISTIAN changes hair into Receding Short Straight
goto boylcc_hair_short_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Receded Hairline” {
@CHRISTIAN changes hair into Receded Hairline
goto boylcc_hair_short_0
} “Done” {
goto boylcc_custom_0
} “Hairstyles” {
goto boylcc_hair_0
}
label boylcc_hair_medium_0
NARRATOR
Medium hairstyles.
choice [shouldPaginate: YES]
“Taper Wavy” {
@CHRISTIAN changes hair into Medium Taper Wavy
goto boylcc_hair_medium_0
} “Side Curls” {
@CHRISTIAN changes hair into Medium Side Curls
goto boylcc_hair_medium_0
} “Mohawk Dreads” {
@CHRISTIAN changes hair into Mohawk Dreads Short
goto boylcc_hair_medium_0
} “Top Dreads Loose” {
@CHRISTIAN changes hair into Dreads Loose Top Short
goto boylcc_hair_medium_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Long Messy Top Curls” {
@CHRISTIAN changes hair into Long Top Messy Curls
goto boylcc_hair_medium_0
} “Side Part Curly” {
@CHRISTIAN changes hair into Short Side Part Curly
goto boylcc_hair_medium_0
} “Messy Undercut” {
@CHRISTIAN changes hair into Messy Undercut
goto boylcc_hair_medium_0
} “Natural Waves” {
@CHRISTIAN changes hair into Medium Waves Natural
goto boylcc_hair_medium_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Medium Wavy Messy” {
@CHRISTIAN changes hair into Medium Wavy Messy
goto boylcc_hair_medium_0
} “Tousled Curls” {
@CHRISTIAN changes hair into Tousled Loose Curls Long
goto boylcc_hair_medium_0
} “Parted Bangs” {
@CHRISTIAN changes hair into Long Bang Short Hair
goto boylcc_hair_medium_0
} “Generic Short” {
@CHRISTIAN changes hair into Generic Short
goto boylcc_hair_medium_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Twists” {
@CHRISTIAN changes hair into Short Twists
goto boylcc_hair_medium_0
} “Messy Curls” {
@CHRISTIAN changes hair into Short Messy Curls
goto boylcc_hair_medium_0
} “Messy Wavy” {
@CHRISTIAN changes hair into Wavy Messy
goto boylcc_hair_medium_0
} “Quiff” {
@CHRISTIAN changes hair into Wavy Quiff
goto boylcc_hair_medium_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Dreads Mohawk” {
@CHRISTIAN changes hair into Dreads Mohawk Wrap Up Hair
goto boylcc_hair_medium_0
} “Small Bun” {
@CHRISTIAN changes hair into Small Bun
goto boylcc_hair_medium_0
} “Manbun” {
@CHRISTIAN changes hair into Manbun
goto boylcc_hair_medium_0
} “Side Shave” {
@CHRISTIAN changes hair into Short Side Shave
goto boylcc_hair_medium_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Pixie” {
@CHRISTIAN changes hair into Short Pixie
goto boylcc_hair_medium_0
} “Messy Side Part” {
@CHRISTIAN changes hair into Medium Side Part Flip
goto boylcc_hair_medium_0
} “Messy Fluffy” {
@CHRISTIAN changes hair into Medium Messy Fluffy Parted
goto boylcc_hair_medium_0
} “Bangs Fluffy” {
@CHRISTIAN changes hair into Straight Bang Fluffy Hair Hair
goto boylcc_hair_medium_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
label boylcc_hair_long_0
NARRATOR
Long hairstyles.
choice [shouldPaginate: YES]
“Shaggy” {
@CHRISTIAN changes hair into Short Shaggy
goto boylcc_hair_long_0
} “Ponytail Wavy” {
@CHRISTIAN changes hair into Small Ponytail Wavy Parted Hair
goto boylcc_hair_long_0
} “Side Swept” {
@CHRISTIAN changes hair into Side Swept Medium Hair Solid
goto boylcc_hair_long_0
} “Messy Wild Unkempt” {
@CHRISTIAN changes hair into Messy Wild Unkempt
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Afro” {
@CHRISTIAN changes hair into Afro
goto boylcc_hair_long_0
} “Curly Afro” {
@CHRISTIAN changes hair into Curly Loose Afro Hair
goto boylcc_hair_long_0
} “Medium Dreadlocks” {
@CHRISTIAN changes hair into Medium Dreadlocks
goto boylcc_hair_long_0
} “Long Dreadlocks” {
@CHRISTIAN changes hair into Long Dreadlocks
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Braided” {
@CHRISTIAN changes hair into Long Braided
goto boylcc_hair_long_0
} “Dreads Bun” {
@CHRISTIAN changes hair into Dreads Long Loose Bun
goto boylcc_hair_long_0
} “Medium Shoulder Dreads” {
@CHRISTIAN changes hair into Dreads Loose Medium Shoulder Hair
goto boylcc_hair_long_0
} “Medium Curly” {
@CHRISTIAN changes hair into Medium Curly
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Short Wavy” {
@CHRISTIAN changes hair into Short Wavy
goto boylcc_hair_long_0
} “Parted Straight” {
@CHRISTIAN changes hair into Straight Medium
goto boylcc_hair_long_0
} “Long Wavy” {
@CHRISTIAN changes hair into Wavy Long
goto boylcc_hair_long_0
} “Long Curls” {
@CHRISTIAN changes hair into Long Curls
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Emo Hair” {
@CHRISTIAN changes hair into Emo Pixie
goto boylcc_hair_long_0
} “Scene Hair” {
@CHRISTIAN changes hair into Scene Swoosh
goto boylcc_hair_long_0
} “Punk Hair” {
@CHRISTIAN changes hair into Cropped Punk Cut
goto boylcc_hair_long_0
} “Long Slicked Back” {
@CHRISTIAN changes hair into Long Straight Slicked Back
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Messy Curls” {
@CHRISTIAN changes hair into Medium Messy Curls
goto boylcc_hair_long_0
} “Long Wavy Ponytail” {
@CHRISTIAN changes hair into Updo Pony Wavy Long
goto boylcc_hair_long_0
} “Layered Side Part” {
@CHRISTIAN changes hair into Long Layered Side Part
goto boylcc_hair_long_0
} “Loose Curls” {
@CHRISTIAN changes hair into Long Loose Curls
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
“Wavy Blowout” {
@CHRISTIAN changes hair into Long Wavy Blowout
goto boylcc_hair_long_0
} “Thick Curls” {
@CHRISTIAN changes hair into Long Thick Curls
goto boylcc_hair_long_0
} “Widows Peak” {
@CHRISTIAN changes hair into Long Tapered Widows Peak
goto boylcc_hair_long_0
} “Wavy Parted” {
@CHRISTIAN changes hair into Long Wavy Parted
goto boylcc_hair_long_0
} “Hairstyles” {
goto boylcc_hair_0
} “Done” {
goto boylcc_custom_0
}
label boylcc_end_0
NARRATOR
Are you happy with how he looks?
choice
“Yes, he looks amazing!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@CHRISTIAN is primp_neutral
} “No, I want to change something.” {
goto boylcc_custom_0
}
Female choice
if (MC_female) {
@CHRISTIAN faces left THEN CHRISTIAN walks to spot 1.280 -72 32 AND CHRISTIAN does it while walk_sad_loop
NARRATOR
Would you like to customize Christina?
choice
“Yes!” {
goto label customize_start_Christina
} “No, thanks.” {
goto female_story_branch
}
}
Female CC
label customize_start_Christina
@CHRISTINA spot 2.400 170 -520 and CHRISTINA faces right and CHRISTINA starts idle
label femlcc_custom_0
NARRATOR
What do you look like?
choice
“Hair” {
goto femlcc_hair_0
} “Eyes” {
goto femlcc_eyes_0
} “Eyebrows” {
goto femlcc_brows_0
} “Face” {
goto femlcc_face_0
} “Nose” {
goto femlcc_nose_0
} “Lips” {
goto femlcc_mouth_0
} “This is perfect!” {
goto femlcc_0_end
}
####################### EYEBROWS #######################
label femlcc_brows_0
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Arched Natural”{
@CHRISTINA changes eyebrows into Arched Natural
goto femlcc_brows_0
}“Arched Thick”{
@CHRISTINA changes eyebrows into Arched Thick Styled
goto femlcc_brows_0
}“Arched Thin”{
@CHRISTINA changes eyebrows into Arched Thin
goto femlcc_brows_0
}“Arched Thin High”{
@CHRISTINA changes eyebrows into Arched Thin High
goto femlcc_brows_0
} “Change Color” {
goto femlcc_browscolor_0
} “Done”{
goto femlcc_custom_0
}
“Round Medium”{
@CHRISTINA changes eyebrows into Round Medium
goto femlcc_brows_0
}“Round Thick”{
@CHRISTINA changes eyebrows into Round Thick
goto femlcc_brows_0
}“Round Thin High”{
@CHRISTINA changes eyebrows into Round Thin High
goto femlcc_brows_0
}“Straight Medium”{
@CHRISTINA changes eyebrows into Straight Medium
goto femlcc_brows_0
} “Change Color” {
goto femlcc_browscolor_0
} “Done”{
goto femlcc_custom_0
}
“Arched Natural Scar”{
@CHRISTINA changes eyebrows into Arched Natural Scar
goto femlcc_brows_0
}“High Arch Angled”{
@CHRISTINA changes eyebrows into High Arch Angled
goto femlcc_brows_0
}“Arched Short”{
@CHRISTINA changes eyebrows into Arched Short
goto femlcc_brows_0
}“Bushy Thick”{
@CHRISTINA changes eyebrows into Bushy Thick
goto femlcc_brows_0
} “Change Color” {
goto femlcc_browscolor_0
} “Done”{
goto femlcc_custom_0
}
####################### EYEBROW COLOR #######################
label femlcc_browscolor_0
NARRATOR
Eyebrow colors.
choice [shouldPaginate: YES]
“Dirty Blonde” {
@CHRISTINA changes eyebrowsColor into Dirty Blonde
goto femlcc_browscolor_0
} “Honey Blonde” {
@CHRISTINA changes eyebrowsColor into Honey Blonde
goto femlcc_browscolor_0
} “Platinum Blonde” {
@CHRISTINA changes eyebrowsColor into Platinum Blonde
goto femlcc_browscolor_0
} “Strawberry Blonde” {
@CHRISTINA changes eyebrowsColor into Strawberry Blonde
goto femlcc_browscolor_0
} “Brow Shapes” {
goto femlcc_brows_0
} “Done” {
goto femlcc_custom_0
}
“Blonde Medium” {
@CHRISTINA changes eyebrowsColor into Blonde Medium
goto femlcc_browscolor_0
} “Chestnut Brown” {
@CHRISTINA changes eyebrowsColor into Chestnut Brown
goto femlcc_browscolor_0
} “Dark Brown” {
@CHRISTINA changes eyebrowsColor into Dark Brown
goto femlcc_browscolor_0
} “Deep Brown” {
@CHRISTINA changes eyebrowsColor into Deep Brown
goto femlcc_browscolor_0
} “Brow Shapes” {
goto femlcc_brows_0
} “Done” {
goto femlcc_custom_0
}
“Light Brown” {
@CHRISTINA changes eyebrowsColor into Light Brown
goto femlcc_browscolor_0
} “Dark Black” {
@CHRISTINA changes eyebrowsColor into Black Dark
goto femlcc_browscolor_0
} “Jet Black” {
@CHRISTINA changes eyebrowsColor into blackJet
goto femlcc_browscolor_0
} “Light Pink” {
@CHRISTINA changes eyebrowsColor into Pink Lt
goto femlcc_browscolor_0
} “Brow Shapes” {
goto femlcc_brows_0
} “Done” {
goto femlcc_custom_0
}
“Lavender” {
@CHRISTINA changes eyebrowsColor into Purple Lilac
goto femlcc_browscolor_0
} “Mint” {
@CHRISTINA changes eyebrowsColor into Green Mint
goto femlcc_browscolor_0
} “Ginger Red” {
@CHRISTINA changes eyebrowsColor into Ginger Red
goto femlcc_browscolor_0
} “Copper Red” {
@CHRISTINA changes eyebrowsColor into Copper Red
goto femlcc_browscolor_0
} “Brow Shapes” {
goto femlcc_brows_0
} “Done” {
goto femlcc_custom_0
}
“Gray” {
@CHRISTINA changes eyebrowsColor into Gray
goto femlcc_browscolor_0
} “White” {
@CHRISTINA changes eyebrowsColor into White
goto femlcc_browscolor_0
} “Brow Shapes” {
goto femlcc_brows_0
} “Done” {
goto femlcc_custom_0
}
####################### FACE SHAPE #######################
label femlcc_face_0
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Diamond” {
@CHRISTINA changes face into Diamond
goto femlcc_face_0
} “Long Diamond” {
@CHRISTINA changes face into Diamond Long
goto femlcc_face_0
} “Defined Diamond” {
@CHRISTINA changes face into Diamond Defined Contour
goto femlcc_face_0
} “Defined Heart” {
@CHRISTINA changes face into Heart Defined
goto femlcc_face_0
} “Defined Squared” {
@CHRISTINA changes face into Square Defined
goto femlcc_face_0
} “Done”{
goto femlcc_custom_0
}
“Soft Heart” {
@CHRISTINA changes face into Heart Soft
goto femlcc_face_0
} “Defined Triangle” {
@CHRISTINA changes face into Triangle Defined
goto femlcc_face_0
} “Mature Square” {
@CHRISTINA changes face into Square Mature
goto femlcc_face_0
} “Mature Heart” {
@CHRISTINA changes face into Heart Mature
goto femlcc_face_0
} “Soft Round” {
@CHRISTINA changes face into Round Soft
goto femlcc_face_0
} “Done”{
goto femlcc_custom_0
}
“Square Soft” {
@CHRISTINA changes face into Square Soft
goto femlcc_face_0
} “Round Puffy” {
@CHRISTINA changes face into Round Puffy Cheek
goto femlcc_face_0
} “Heart Double Chin” {
@CHRISTINA changes face into Heart Mature Double Chin
goto femlcc_face_0
} “Round Double Chin” {
@CHRISTINA changes face into Round Double Chin
goto femlcc_face_0
} “Long Double Chin” {
@CHRISTINA changes face into Long Double Chin
goto femlcc_face_0
} “Done”{
goto femlcc_custom_0
}
“Square Youth” {
@CHRISTINA changes face into Square Youthful
goto femlcc_face_0
} “Square Aged” {
@CHRISTINA changes face into Square Aged
goto femlcc_face_0
} “Square Chiseled” {
@CHRISTINA changes face into Square Chiseled
goto femlcc_face_0
} “Done”{
goto femlcc_custom_0
}
“Triangle Chiseled” {
@CHRISTINA changes face into Triangle Chiseled
goto femlcc_face_0
}
####################### EYE SHAPE #######################
label femlcc_eyes_0
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Round Wide” {
@CHRISTINA changes eyes into Round Downturned Wide
goto femlcc_eyes_0
} “Round Medium” {
@CHRISTINA changes eyes into Round Medium
goto femlcc_eyes_0
} “Sharp Almond” {
@CHRISTINA changes eyes into Sharp Almond
goto femlcc_eyes_0
} “Generic” {
@CHRISTINA changes eyes into Female Generic
goto femlcc_eyes_0
} “Deepset Downturned” {
@CHRISTINA changes eyes into Deepset Downturned
goto femlcc_eyes_0
} “Done”{
goto femlcc_custom_0
}
“Deepset Wide” {
@CHRISTINA changes eyes into Deepset Upturned Wide
goto femlcc_eyes_0
} “Deepset Almond” {
@CHRISTINA changes eyes into Deepset Almond
goto femlcc_eyes_0
} “Monolid Defined” {
@CHRISTINA changes eyes into Monolid Defined
goto femlcc_eyes_0
} “Monolid Slender” {
@CHRISTINA changes eyes into Monolid Slender
goto femlcc_eyes_0
} “Angular Slender” {
@CHRISTINA changes eyes into Angular Slender
goto femlcc_eyes_0
} “Done”{
goto femlcc_custom_0
}
“Almond Slender” {
@CHRISTINA changes eyes into Hooded Slender Almond
goto femlcc_eyes_0
} “Almond Slender Eyeliner” {
@CHRISTINA changes eyes into Hooded Slender Almond Eyeliner
goto femlcc_eyes_0
} “Deepset Mature” {
@CHRISTINA changes eyes into Deepset Mature
goto femlcc_eyes_0
} “Done”{
goto femlcc_custom_0
}
“Deepset Smokey Eye” {
@CHRISTINA changes eyes into Deep Set False Lashes Smokey Eye
goto femlcc_eyes_0
}
####################### MOUTH SHAPE #######################
label femlcc_mouth_0
NARRATOR
Lip shapes.
choice [shouldPaginate: YES]
“Full Heart” {
@CHRISTINA changes mouth into Full Heart Pouty
goto femlcc_mouth_0
}“Full Round” {
@CHRISTINA changes mouth into Full Round Pouty
goto femlcc_mouth_0
}“Medium Heart” {
@CHRISTINA changes mouth into Medium Heart Natural
goto femlcc_mouth_0
}“Medium Thin” {
@CHRISTINA changes mouth into Medium Thin
goto femlcc_mouth_0
}“Change Color”{
goto femlcc_mouthcolor_0
} “Done”{
goto femlcc_custom_0
}
“Thin Heart” {
@CHRISTINA changes mouth into Thin Heart
goto femlcc_mouth_0
}“Small Heart” {
@CHRISTINA changes mouth into Small Heart
goto femlcc_mouth_0
}“Flat Round” {
@CHRISTINA changes mouth into Full Round Flat Top Skin
goto femlcc_mouth_0
}“Medium Downturned” {
@CHRISTINA changes mouth into Medium Downturned Pout
goto femlcc_mouth_0
}“Change Color”{
goto femlcc_mouthcolor_0
} “Done”{
goto femlcc_custom_0
}
“Full Flat Top” {
@CHRISTINA changes mouth into Full Flat Top Pouty
goto femlcc_mouth_0
}“Full Wide” {
@CHRISTINA changes mouth into Full Wide
goto femlcc_mouth_0
}“Heart Shaped” {
@CHRISTINA changes mouth into Heart Shaped Pout
goto femlcc_mouth_0
}“Heart with Braces” {
@CHRISTINA changes mouth into Heart Shaped Pout Braces
goto femlcc_mouth_0
}“Change Color”{
goto femlcc_mouthcolor_0
} “Done”{
goto femlcc_custom_0
}
####################### MOUTH COLOR #######################
label femlcc_mouthcolor_0
NARRATOR
All lip colors.
choice
“Natural” {
goto femlcc_NaturalColors_0
} “Gloss” {
goto femlcc_GlossColors_0
} “Matte” {
goto femlcc_MatteColors_0
} “Done” {
goto femlcc_custom_0
} “Lip Shapes” {
goto femlcc_mouth_0
}
label femlcc_NaturalColors_0
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Fair Rose” {
@CHRISTINA changes mouthColor into Fair Rose Matte
goto femlcc_NaturalColors_0
} “Fair Neutral” {
@CHRISTINA changes mouthColor into Fair Neutral Matte
goto femlcc_NaturalColors_0
} “Fair Gold” {
@CHRISTINA changes mouthColor into Fair Gold Matte
goto femlcc_NaturalColors_0
} “Beige Light Gold” {
@CHRISTINA changes mouthColor into Beige Light Gold Matte
goto femlcc_NaturalColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Beige Gold” {
@CHRISTINA changes mouthColor into Beige Gold Matte
goto femlcc_NaturalColors_0
} “Beige Rose” {
@CHRISTINA changes mouthColor into Beige Rose
goto femlcc_NaturalColors_0
} “Beige Deep Neutral” {
@CHRISTINA changes mouthColor into Beige Deep Neutral
goto femlcc_NaturalColors_0
} “Tan Deep Gold” {
@CHRISTINA changes mouthColor into Tan Deep Gold
goto femlcc_NaturalColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Tan Deep Neutral” {
@CHRISTINA changes mouthColor into Tan Deep Neutral
goto femlcc_NaturalColors_0
} “Brown Neutral” {
@CHRISTINA changes mouthColor into Brown Neutral
goto femlcc_NaturalColors_0
} “Brown Gold” {
@CHRISTINA changes mouthColor into Brown Gold
goto femlcc_NaturalColors_0
} “Brown Deep Gold” {
@CHRISTINA changes mouthColor into Brown Deep Gold
goto femlcc_NaturalColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Brown Deep Rose” {
@CHRISTINA changes mouthColor into Brown Deep Rose
goto femlcc_NaturalColors_0
} “Done” {
goto femlcc_custom_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
}
label femlcc_GlossColors_0
NARRATOR
Gloss lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@CHRISTINA changes mouthColor into Peach Gloss
goto femlcc_GlossColors_0
} “Light Peach” {
@CHRISTINA changes mouthColor into Pink Peach Lt Gloss
goto femlcc_GlossColors_0
} “Beige Pink” {
@CHRISTINA changes mouthColor into Pink Beige Gloss
goto femlcc_GlossColors_0
} “Medium Pink” {
@CHRISTINA changes mouthColor into Pink Medium Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Warm Pink” {
@CHRISTINA changes mouthColor into Pink Warm Gloss
goto femlcc_GlossColors_0
} “Hot Pink” {
@CHRISTINA changes mouthColor into Pink Hot Gloss
goto femlcc_GlossColors_0
} “Deep Pink” {
@CHRISTINA changes mouthColor into Pink Deep Gloss
goto femlcc_GlossColors_0
} “Pink Peach” {
@CHRISTINA changes mouthColor into Pink Peach Medium Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Neutral Nude” {
@CHRISTINA changes mouthColor into Neutral Medium Nude Gloss
goto femlcc_GlossColors_0
} “Light Nude” {
@CHRISTINA changes mouthColor into Rose Light Nude Gloss
goto femlcc_GlossColors_0
} “Medium Nude” {
@CHRISTINA changes mouthColor into Rose Medium Nude Gloss
goto femlcc_GlossColors_0
} “Dark Nude” {
@CHRISTINA changes mouthColor into Rose Dark Nude Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Rose” {
@CHRISTINA changes mouthColor into Rose Gloss
goto femlcc_GlossColors_0
} “Mauve” {
@CHRISTINA changes mouthColor into Mauve Gloss
goto femlcc_GlossColors_0
} “Pastel Purple” {
@CHRISTINA changes mouthColor into Purple Pastel Gloss
goto femlcc_GlossColors_0
} “Deep Purple” {
@CHRISTINA changes mouthColor into Purple Deep Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Red” {
@CHRISTINA changes mouthColor into Red Gloss
goto femlcc_GlossColors_0
} “Deep Red” {
@CHRISTINA changes mouthColor into Red Deep Gloss
goto femlcc_GlossColors_0
} “Plum” {
@CHRISTINA changes mouthColor into Plum Gloss
goto femlcc_GlossColors_0
} “Violet” {
@CHRISTINA changes mouthColor into Violet Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Blood Orange” {
@CHRISTINA changes mouthColor into Blood Orange Gloss
goto femlcc_GlossColors_0
} “Red Garnet” {
@CHRISTINA changes mouthColor into Red Garnet Gloss
goto femlcc_GlossColors_0
} “Blackberry” {
@CHRISTINA changes mouthColor into Blackberry Gloss
goto femlcc_GlossColors_0
} “Pink Cashmere” {
@CHRISTINA changes mouthColor into Pink Cashmere Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Ash Deep” {
@CHRISTINA changes mouthColor into Ash Deep Gloss
goto femlcc_GlossColors_0
} “Dark Mauve” {
@CHRISTINA changes mouthColor into Dark Mauve Gloss
goto femlcc_GlossColors_0
} “Dark Amethyst” {
@CHRISTINA changes mouthColor into Dark Amethyst Gloss
goto femlcc_GlossColors_0
} “Royal Blue” {
@CHRISTINA changes mouthColor into Royal Blue Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Dark Apricot” {
@CHRISTINA changes mouthColor into Dark Apricot Gloss
goto femlcc_GlossColors_0
} “Copper Deep” {
@CHRISTINA changes mouthColor into Copper Deep Gloss
goto femlcc_GlossColors_0
} “Gold Deep” {
@CHRISTINA changes mouthColor into Gold Deep Gloss
goto femlcc_GlossColors_0
} “Black” {
@CHRISTINA changes mouthColor into Black Gloss
goto femlcc_GlossColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
label femlcc_MatteColors_0
NARRATOR
Matte lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@CHRISTINA changes mouthColor into Peach Matte
goto femlcc_MatteColors_0
} “Light Peach” {
@CHRISTINA changes mouthColor into Pink Peach Light Matte
goto femlcc_MatteColors_0
} “Beige Pink” {
@CHRISTINA changes mouthColor into Pink Beige Matte
goto femlcc_MatteColors_0
} “Medium Pink” {
@CHRISTINA changes mouthColor into Pink Medium Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Warm Pink” {
@CHRISTINA changes mouthColor into Pink Warm Matte
goto femlcc_MatteColors_0
} “Hot Pink” {
@CHRISTINA changes mouthColor into Pink Hot Matte
goto femlcc_MatteColors_0
} “Deep Pink” {
@CHRISTINA changes mouthColor into Pink Deep Matte
goto femlcc_MatteColors_0
} “Pink Peach” {
@CHRISTINA changes mouthColor into Pink Peach Medium Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Neutral Nude” {
@CHRISTINA changes mouthColor into Neutral Medium Nude Matte
goto femlcc_MatteColors_0
} “Light Nude” {
@CHRISTINA changes mouthColor into Rose Light Nude Matte
goto femlcc_MatteColors_0
} “Medium Nude” {
@CHRISTINA changes mouthColor into Rose Medium Nude Matte
goto femlcc_MatteColors_0
} “Dark Nude” {
@CHRISTINA changes mouthColor into Rose Dark Nude Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Rose” {
@CHRISTINA changes mouthColor into Rose Matte
goto femlcc_MatteColors_0
} “Mauve” {
@CHRISTINA changes mouthColor into Mauve Matte
goto femlcc_MatteColors_0
} “Pastel Purple” {
@CHRISTINA changes mouthColor into Purple Pastel Matte
goto femlcc_MatteColors_0
} “Deep Purple” {
@CHRISTINA changes mouthColor into Purple Deep Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Red” {
@CHRISTINA changes mouthColor into Red Matte
goto femlcc_MatteColors_0
} “Deep Red” {
@CHRISTINA changes mouthColor into Red Deep Matte
goto femlcc_MatteColors_0
} “Plum” {
@CHRISTINA changes mouthColor into Plum Matte
goto femlcc_MatteColors_0
} “Violet” {
@CHRISTINA changes mouthColor into Violet Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Blood Orange” {
@CHRISTINA changes mouthColor into Blood Orange Matte
goto femlcc_MatteColors_0
} “Red Garnet” {
@CHRISTINA changes mouthColor into Red Garnet Matte
goto femlcc_MatteColors_0
} “Blackberry” {
@CHRISTINA changes mouthColor into Blackberry Matte
goto femlcc_MatteColors_0
} “Pink Cashmere” {
@CHRISTINA changes mouthColor into Pink Cashmere Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Ash Deep” {
@CHRISTINA changes mouthColor into Ash Deep Matte
goto femlcc_MatteColors_0
} “Dark Mauve” {
@CHRISTINA changes mouthColor into Dark Mauve Matte
goto femlcc_MatteColors_0
} “Dark Amethyst” {
@CHRISTINA changes mouthColor into Dark Amethyst Matte
goto femlcc_MatteColors_0
} “Royal Blue” {
@CHRISTINA changes mouthColor into Royal Blue Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
“Dark Apricot” {
@CHRISTINA changes mouthColor into Dark Apricot Matte
goto femlcc_MatteColors_0
} “Copper Deep” {
@CHRISTINA changes mouthColor into Copper Deep Matte
goto femlcc_MatteColors_0
} “Gold Deep” {
@CHRISTINA changes mouthColor into Gold Deep Matte
goto femlcc_MatteColors_0
} “Black” {
@CHRISTINA changes mouthColor into Black Matte
goto femlcc_MatteColors_0
} “Try Other Colors” {
goto femlcc_mouthcolor_0
} “Done” {
goto femlcc_custom_0
}
####################### NOSE SHAPE #######################
label femlcc_nose_0
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Defined Natural” {
@CHRISTINA changes nose into Defined Natural
goto femlcc_nose_0
} “Grecian Soft” {
@CHRISTINA changes nose into Grecian Soft
goto femlcc_nose_0
} “Round Broad” {
@CHRISTINA changes nose into Round Broad
goto femlcc_nose_0
} “Round Button” {
@CHRISTINA changes nose into Round Button
goto femlcc_nose_0
} “Round Button Upturned” {
@CHRISTINA changes nose into Round Button Upturned
goto femlcc_nose_0
} “Done”{
goto femlcc_custom_0
}
“Round Downturned” {
@CHRISTINA changes nose into Round Downturned
goto femlcc_nose_0
} “Round Flared Upturned” {
@CHRISTINA changes nose into Round Flared Upturned
goto femlcc_nose_0
} “Round Flared Downturned” {
@CHRISTINA changes nose into Round Flared Downturned
goto femlcc_nose_0
} “Pointed Downturned” {
@CHRISTINA changes nose into Pointed Downturned
goto femlcc_nose_0
} “Broad Wide” {
@CHRISTINA changes nose into Broad Wide
goto femlcc_nose_0
} “Done”{
goto femlcc_custom_0
}
####################### HAIR STYLE #######################
label femlcc_hair_0
NARRATOR
All hairstyles.
choice
“Short Hair”{
goto femlcc_hairShort_0
}“Mid-length Hair”{
goto femlcc_hairMedium_0
}“Long Hair”{
goto femlcc_hairLong_0
}“Styled Hair”{
goto femlcc_hairUp_0
}“Done”{
goto femlcc_custom_0
}
label femlcc_hairShort_0
NARRATOR
Short hairstyles.
choice [shouldPaginate: YES]
“Afro” {
@CHRISTINA changes hair into Afro
goto femlcc_hairShort_0
} “Short Afro” {
@CHRISTINA changes hair into Short Afro
goto femlcc_hairShort_0
} “Classic Bob” {
@CHRISTINA changes hair into Classic Bob
goto femlcc_hairShort_0
} “Curly Bob” {
@CHRISTINA changes hair into Curly Bob
goto femlcc_hairShort_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Faux Hawk” {
@CHRISTINA changes hair into Long Faux Hawk Solid
goto femlcc_hairShort_0
}“Fade” {
@CHRISTINA changes hair into Short Curly Fade
goto femlcc_hairShort_0
}“Pixie” {
@CHRISTINA changes hair into Short Pixie
goto femlcc_hairShort_0
}“Punk Pixie” {
@CHRISTINA changes hair into Punk Pixie
goto femlcc_hairShort_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Short Wavy” {
@CHRISTINA changes hair into Short Wavy Hair Solid
goto femlcc_hairShort_0
}“Blunt Bangs” {
@CHRISTINA changes hair into Blunt Bangs Short
goto femlcc_hairShort_0
} “Wavy Side Shaved” {
@CHRISTINA changes hair into Short Wavy Side Shave
goto femlcc_hairShort_0
}“Curly Blow Out” {
@CHRISTINA changes hair into Short Curly Blow Out
goto femlcc_hairShort_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Crew Cut” {
@CHRISTINA changes hair into Crew Cut
goto femlcc_hairShort_0
}“Short Fringe” {
@CHRISTINA changes hair into Short Layered Fringe
goto femlcc_hairShort_0
}“Straight Tucked” {
@CHRISTINA changes hair into Short Straight Tucked
goto femlcc_hairShort_0
}“Emo Pixie” {
@CHRISTINA changes hair into Emo Pixie
goto femlcc_hairShort_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Bantu Knots” {
@CHRISTINA changes hair into Bantu Knots
goto femlcc_hairShort_0
}“Conservative Cut” {
@CHRISTINA changes hair into Conservative Cut
goto femlcc_hairShort_0
}“Parted Bangs” {
@CHRISTINA changes hair into Long Bang Short Hair
goto femlcc_hairShort_0
}“Side Part Curly” {
@CHRISTINA changes hair into Side Part Curly Asymmetrical
goto femlcc_hairShort_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Short Flipped” {
@CHRISTINA changes hair into Short Flipped Wavy Solid
goto femlcc_hairShort_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
label femlcc_hairMedium_0
NARRATOR
Medium hairstyles.
choice [shouldPaginate: YES]
“Braided” {
@CHRISTINA changes hair into Medium Braided
goto femlcc_hairMedium_0
}“Medium Dreadlocks” {
@CHRISTINA changes hair into Medium Dreadlocks
goto femlcc_hairMedium_0
}“Hair Flip” {
@CHRISTINA changes hair into Hair Flip
goto femlcc_hairMedium_0
}“Straight” {
@CHRISTINA changes hair into Straight Medium
goto femlcc_hairMedium_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Lob Bangs” {
@CHRISTINA changes hair into Lob Bangs Blunt
goto femlcc_hairMedium_0
}“Overgrown Bangs” {
@CHRISTINA changes hair into Medium Straight Overgrown Bangs
goto femlcc_hairMedium_0
}“Wavy Ombre” {
@CHRISTINA changes hair into Short Wavy Ombre
goto femlcc_hairMedium_0
}“Medium Curly” {
@CHRISTINA changes hair into Medium Curly Solid
goto femlcc_hairMedium_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Voluminous Curls” {
@CHRISTINA changes hair into Voluminous Curls
goto femlcc_hairMedium_0
} “Parted Wavy” {
@CHRISTINA changes hair into Short Wavy Asymmetrical
goto femlcc_hairMedium_0
} “Wavy Side Curls” {
@CHRISTINA changes hair into Wavy Side Curls
goto femlcc_hairMedium_0
} “Layered Wavy Bob” {
@CHRISTINA changes hair into Layered Wavy Bob
goto femlcc_hairMedium_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Straight Down” {
@CHRISTINA changes hair into Medium Straight Down
goto femlcc_hairMedium_0
} “Shoulder Curly” {
@CHRISTINA changes hair into Medium Shoulder Curly
goto femlcc_hairMedium_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
label femlcc_hairLong_0
NARRATOR
Long hairstyles.
choice [shouldPaginate: YES]
“Beach Wave” {
@CHRISTINA changes hair into Beach Wave Hair
goto femlcc_hairLong_0
}“Long Braided” {
@CHRISTINA changes hair into Long Braided
goto femlcc_hairLong_0
}“Long Dreadlocks” {
@CHRISTINA changes hair into Long Dreadlocks
goto femlcc_hairLong_0
}“Feathered” {
@CHRISTINA changes hair into Long Feathered
goto femlcc_hairLong_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Long Blunt Bangs” {
@CHRISTINA changes hair into Long Straight Loose Bangs Blunt Solid
goto femlcc_hairLong_0
}“Sideswept Bangs” {
@CHRISTINA changes hair into Long Straight Loose Bangs Sideswept Solid
goto femlcc_hairLong_0
}“Straight” {
@CHRISTINA changes hair into Long Straight Loose Solid
goto femlcc_hairLong_0
}“Wavy Long” {
@CHRISTINA changes hair into Wavy Long
goto femlcc_hairLong_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Wavy Parted” {
@CHRISTINA changes hair into Long Wavy Parted Hair
goto femlcc_hairLong_0
}“Feathered Bangs” {
@CHRISTINA changes hair into Long Feathered Bangs Blunt
goto femlcc_hairLong_0
}“Braided Dreads Parted” {
@CHRISTINA changes hair into Dreads Braided
goto femlcc_hairLong_0
}“Long Voluminous Curls” {
@CHRISTINA changes hair into Long Voluminous Curls Loose
goto femlcc_hairLong_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Long Curls” {
@CHRISTINA changes hair into Long Curls
goto femlcc_hairLong_0
}“Wavy Princess Braid” {
@CHRISTINA changes hair into Long Down Wavy Princess Braid
goto femlcc_hairLong_0
}“Bouffant Wavy” {
@CHRISTINA changes hair into Bouffant Long Wavy
goto femlcc_hairLong_0
}“Loose Curls” {
@CHRISTINA changes hair into Long Loose Curls
goto femlcc_hairLong_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Wavy Blowout” {
@CHRISTINA changes hair into Long Wavy Blowout
goto femlcc_hairLong_0
}“Side Shave” {
@CHRISTINA changes hair into Long Side Shave
goto femlcc_hairLong_0
}“Scene Hair” {
@CHRISTINA changes hair into Scene Swoosh
goto femlcc_hairLong_0
}“Slicked Back” {
@CHRISTINA changes hair into Long Straight Slicked Back
goto femlcc_hairLong_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Thick Curls” {
@CHRISTINA changes hair into Long Thick Curls
goto femlcc_hairLong_0
}“Loose Bangs Sideswept” {
@CHRISTINA changes hair into Long Wavy Loose Bangs Sideswept
goto femlcc_hairLong_0
}“Layered Side Part” {
@CHRISTINA changes hair into Long Layered Side Part
goto femlcc_hairLong_0
}“Widows Peak” {
@CHRISTINA changes hair into Long Tapered Widows Peak
goto femlcc_hairLong_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
label femlcc_hairUp_0
NARRATOR
Updo hairstyles.
choice [shouldPaginate: YES]
“Braided Bun” {
@CHRISTINA changes hair into Braided Bun
goto femlcc_hairUp_0
}“Short Ponytail” {
@CHRISTINA changes hair into Short High Ponytail
goto femlcc_hairUp_0
}“Long Ponytail” {
@CHRISTINA changes hair into Long High Ponytail
goto femlcc_hairUp_0
}“Morning Updo” {
@CHRISTINA changes hair into Morning Updo
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Small Bun” {
@CHRISTINA changes hair into Small Bun
goto femlcc_hairUp_0
}“Double Dutch Braids” {
@CHRISTINA changes hair into Long Double Dutch Braids
goto femlcc_hairUp_0
}“Pinup Rolls” {
@CHRISTINA changes hair into Pinup Victory Rolls
goto femlcc_hairUp_0
}“Sleek Ponytail” {
@CHRISTINA changes hair into Sleek Ponytail
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Shoulder Braid” {
@CHRISTINA changes hair into Over Shoulder Braid
goto femlcc_hairUp_0
}“Full Pigtail” {
@CHRISTINA changes hair into Full Pigtail
goto femlcc_hairUp_0
}“Updo Braids” {
@CHRISTINA changes hair into Braids Updo
goto femlcc_hairUp_0
}“Double Buns” {
@CHRISTINA changes hair into Double Buns
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Double Afro Puffs” {
@CHRISTINA changes hair into Curly Double Afro Puffs
goto femlcc_hairUp_0
}“Curly Bun Half-up” {
@CHRISTINA changes hair into Medium Shoulder Curly Bun Hair
goto femlcc_hairUp_0
}“Messy Sock Bun” {
@CHRISTINA changes hair into Messy Sock Bun
goto femlcc_hairUp_0
}“Messy Ponytail” {
@CHRISTINA changes hair into Short Messy Pony Tail
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Blunt Bangs Ponytail” {
@CHRISTINA changes hair into Pony Tail Blunt Bangs
goto femlcc_hairUp_0
}“Side Swept Updo” {
@CHRISTINA changes hair into Side Swept Updo Long
goto femlcc_hairUp_0
}“Long Wavy Updo” {
@CHRISTINA changes hair into Updo Pony Wavy Long
goto femlcc_hairUp_0
}“Punk Hair” {
@CHRISTINA changes hair into Cropped Punk Cut
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Updo Low Bun” {
@CHRISTINA changes hair into Updo
goto femlcc_hairUp_0
}“Updo Curly Messy” {
@CHRISTINA changes hair into Updo Curly Messy
goto femlcc_hairUp_0
}“Updo Twist Bangs” {
@CHRISTINA changes hair into Updo High Twist Bangs Blunt
goto femlcc_hairUp_0
}“Spiral Pigtail” {
@CHRISTINA changes hair into High Spiral Pigtail Hair
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
“Updo Princess Braid” {
@CHRISTINA changes hair into Long Updo Wavy Princess Braid
goto femlcc_hairUp_0
}“Natural Curly Updo” {
@CHRISTINA changes hair into Natural Curly Pulled Updo Hair
goto femlcc_hairUp_0
}“Back to Styles”{
goto femlcc_hair_0
}“Done”{
goto femlcc_custom_0
}
label femlcc_0_end
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@CHRISTINA is primp_neutral
} “No, I want to change something.” {
goto femlcc_custom_0
}
Can someone help us correct this error?