HI I need help fast!
So in my story you are able to customize you and your parents but for some reason, when you customize the mom and shows some random character I made while I was testing the customization features. I am super confused! Can someone please help me?
Here’s my script:
@MOM enters from left to screen center
Problem mom doesn’t show up correctly!
NARRATOR
This is your mom.
NARRATOR
Make her look like you, [NAME].
label female_custom_2
@MOM spot 2.400 170 -520 and MOM faces right and MOM starts idle
NARRATOR
What do you look like?
choice
“Skin Tone” {
goto fem_skin_2
} “Hair” {
goto fem_hair_2
} “Eyes” {
goto fem_eyes_2
} “Eyebrows” {
goto fem_brows_2
} “Face” {
goto fem_face_2
} “Nose” {
goto fem_nose_2
} “Lips” {
goto fem_mouth_2
} “This is perfect!” {
goto female_2_end
}
####################### SKIN COLOR #######################
label fem_skin_2
NARRATOR
All skin tones.
choice
“Neutral Shades” {
goto fem_neutralskin_2
} “Rose Shades” {
goto fem_roseskin_2
} “Gold Shades” {
goto fem_goldskin_2
} “Copper Shades” {
goto fem_copperskin_2
} “Ash Shades” {
goto fem_ashskin_2
} “Done” {
goto female_custom_2
}
label fem_neutralskin_2
NARRATOR
Neutral skin tones.
choice [shouldPaginate: YES]
“Neutral 00” {
@MOM changes bodyColor into Neutral 00
goto fem_neutralskin_2
} “Neutral 01” {
@MOM changes bodyColor into Neutral 01
goto fem_neutralskin_2
} “Neutral 02” {
@MOM changes bodyColor into Neutral 02
goto fem_neutralskin_2
} “Neutral 03” {
@MOM changes bodyColor into Neutral 03
goto fem_neutralskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Neutral 04” {
@MOM changes bodyColor into Neutral 04
goto fem_neutralskin_2
} “Neutral 05” {
@MOM changes bodyColor into Neutral 05
goto fem_neutralskin_2
} “Neutral 06” {
@MOM changes bodyColor into Neutral 06
goto fem_neutralskin_2
} “Neutral 07” {
@MOM changes bodyColor into Neutral 07
goto fem_neutralskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Neutral 08” {
@MOM changes bodyColor into Neutral 08
goto fem_neutralskin_2
} “Neutral 09” {
@MOM changes bodyColor into Neutral 09
goto fem_neutralskin_2
} “Neutral 10” {
@MOM changes bodyColor into Neutral 10
goto fem_neutralskin_2
} “Done” {
goto female_custom_2
} “Different Shades” {
goto fem_skin_2
}
label fem_roseskin_2
NARRATOR
Rose skin tones.
choice [shouldPaginate: YES]
“Rose 00” {
@MOM changes bodyColor into Rose 00
goto fem_roseskin_2
} “Rose 01” {
@MOM changes bodyColor into Rose 01
goto fem_roseskin_2
} “Rose 02” {
@MOM changes bodyColor into Rose 02
goto fem_roseskin_2
} “Rose 03” {
@MOM changes bodyColor into Rose 03
goto fem_roseskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Rose 04” {
@MOM changes bodyColor into Rose 04
goto fem_roseskin_2
} “Rose 05” {
@MOM changes bodyColor into Rose 05
goto fem_roseskin_2
} “Rose 06” {
@MOM changes bodyColor into Rose 06
goto fem_roseskin_2
} “Rose 07” {
@MOM changes bodyColor into Rose 07
goto fem_roseskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Rose 08” {
@MOM changes bodyColor into Rose 08
goto fem_roseskin_2
} “Rose 09” {
@MOM changes bodyColor into Rose 09
goto fem_roseskin_2
} “Rose 10” {
@MOM changes bodyColor into Rose 10
goto fem_roseskin_2
} “Done” {
goto female_custom_2
} “Different Shades” {
goto fem_skin_2
}
label fem_goldskin_2
NARRATOR
Gold skin tones.
choice [shouldPaginate: YES]
“Gold 00” {
@MOM changes bodyColor into Gold 00
goto fem_goldskin_2
} “Gold 01” {
@MOM changes bodyColor into Gold 01
goto fem_goldskin_2
} “Gold 02” {
@MOM changes bodyColor into Gold 02
goto fem_goldskin_2
} “Gold 03” {
@MOM changes bodyColor into Gold 03
goto fem_goldskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Gold 04” {
@MOM changes bodyColor into Gold 04
goto fem_goldskin_2
} “Gold 05” {
@MOM changes bodyColor into Gold 05
goto fem_goldskin_2
} “Gold 06” {
@MOM changes bodyColor into Gold 06
goto fem_goldskin_2
} “Gold 07” {
@MOM changes bodyColor into Gold 07
goto fem_goldskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Gold 08” {
@MOM changes bodyColor into Gold 08
goto fem_goldskin_2
} “Gold 09” {
@MOM changes bodyColor into Gold 09
goto fem_goldskin_2
} “Gold 10” {
@MOM changes bodyColor into Gold 10
goto fem_goldskin_2
} “Done” {
goto female_custom_2
} “Different Shades” {
goto fem_skin_2
}
label fem_copperskin_2
NARRATOR
Copper skin tones.
choice [shouldPaginate: YES]
“Copper 00” {
@MOM changes bodyColor into Copper 00
goto fem_copperskin_2
} “Copper 01” {
@MOM changes bodyColor into Copper 01
goto fem_copperskin_2
} “Copper 02” {
@MOM changes bodyColor into Copper 02
goto fem_copperskin_2
} “Copper 03” {
@MOM changes bodyColor into Copper 03
goto fem_copperskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Copper 04” {
@MOM changes bodyColor into Copper 04
goto fem_copperskin_2
} “Copper 05” {
@MOM changes bodyColor into Copper 05
goto fem_copperskin_2
} “Copper 06” {
@MOM changes bodyColor into Copper 06
goto fem_copperskin_2
} “Copper 07” {
@MOM changes bodyColor into Copper 07
goto fem_copperskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Copper 08” {
@MOM changes bodyColor into Copper 08
goto fem_copperskin_2
} “Copper 09” {
@MOM changes bodyColor into Copper 09
goto fem_copperskin_2
} “Copper 10” {
@MOM changes bodyColor into Copper 10
goto fem_copperskin_2
} “Done” {
goto female_custom_2
} “Different Shades” {
goto fem_skin_2
}
label fem_ashskin_2
NARRATOR
Ash skin tones.
choice [shouldPaginate: YES]
“Ash 00” {
@MOM changes bodyColor into Ash 00
goto fem_ashskin_2
} “Ash 01” {
@MOM changes bodyColor into Ash 01
goto fem_ashskin_2
} “Ash 02” {
@MOM changes bodyColor into Ash 02
goto fem_ashskin_2
} “Ash 03” {
@MOM changes bodyColor into Ash 03
goto fem_ashskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Ash 04” {
@MOM changes bodyColor into Ash 04
goto fem_ashskin_2
} “Ash 05” {
@MOM changes bodyColor into Ash 05
goto fem_ashskin_2
} “Ash 06” {
@MOM changes bodyColor into Ash 06
goto fem_ashskin_2
} “Ash 07” {
@MOM changes bodyColor into Ash 07
goto fem_ashskin_2
} “Different Shades” {
goto fem_skin_2
} “Done” {
goto female_custom_2
}
“Ash 08” {
@MOM changes bodyColor into Ash 08
goto fem_ashskin_2
} “Ash 09” {
@MOM changes bodyColor into Ash 09
goto fem_ashskin_2
} “Ash 10” {
@MOM changes bodyColor into Ash 10
goto fem_ashskin_2
} “Done” {
goto female_custom_2
} “Different Shades” {
goto fem_skin_2
}
####################### EYEBROWS #######################
label fem_brows_2
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Arched Natural”{
@MOM changes eyebrows into Arched Natural
goto fem_brows_2
}“Arched Thick”{
@MOM changes eyebrows into Arched Thick Styled
goto fem_brows_2
}“Arched Thin”{
@MOM changes eyebrows into Arched Thin
goto fem_brows_2
}“Arched Thin High”{
@MOM changes eyebrows into Arched Thin High
goto fem_brows_2
} “Change Color” {
goto fem_browscolor_2
} “Done”{
goto female_custom_2
}
“Round Medium”{
@MOM changes eyebrows into Round Medium
goto fem_brows_2
}“Round Thick”{
@MOM changes eyebrows into Round Thick
goto fem_brows_2
}“Round Thin High”{
@MOM changes eyebrows into Round Thin High
goto fem_brows_2
}“Straight Medium”{
@MOM changes eyebrows into Straight Medium
goto fem_brows_2
} “Change Color” {
goto fem_browscolor_2
} “Done”{
goto female_custom_2
}
“Arched Natural Scar”{
@MOM changes eyebrows into Arched Natural Scar
goto fem_brows_2
}“High Arch Angled”{
@MOM changes eyebrows into High Arch Angled
goto fem_brows_2
}“Arched Short”{
@MOM changes eyebrows into Arched Short
goto fem_brows_2
}“Bushy Thick”{
@MOM changes eyebrows into Bushy Thick
goto fem_brows_2
} “Change Color” {
goto fem_browscolor_2
} “Done”{
goto female_custom_2
}
####################### EYEBROW COLOR #######################
label fem_browscolor_2
NARRATOR
Eyebrow colors.
choice [shouldPaginate: YES]
“Dirty Blonde” {
@MOM changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_2
} “Honey Blonde” {
@MOM changes eyebrowsColor into Honey Blonde
goto fem_browscolor_2
} “Platinum Blonde” {
@MOM changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_2
} “Strawberry Blonde” {
@MOM changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_2
} “Brow Shapes” {
goto fem_brows_2
} “Done” {
goto female_custom_2
}
“Blonde Medium” {
@MOM changes eyebrowsColor into Blonde Medium
goto fem_browscolor_2
} “Chestnut Brown” {
@MOM changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_2
} “Dark Brown” {
@MOM changes eyebrowsColor into Dark Brown
goto fem_browscolor_2
} “Deep Brown” {
@MOM changes eyebrowsColor into Deep Brown
goto fem_browscolor_2
} “Brow Shapes” {
goto fem_brows_2
} “Done” {
goto female_custom_2
}
“Light Brown” {
@MOM changes eyebrowsColor into Light Brown
goto fem_browscolor_2
} “Dark Black” {
@MOM changes eyebrowsColor into Black Dark
goto fem_browscolor_2
} “Jet Black” {
@MOM changes eyebrowsColor into blackJet
goto fem_browscolor_2
} “Light Pink” {
@MOM changes eyebrowsColor into Pink Lt
goto fem_browscolor_2
} “Brow Shapes” {
goto fem_brows_2
} “Done” {
goto female_custom_2
}
“Lavender” {
@MOM changes eyebrowsColor into Purple Lilac
goto fem_browscolor_2
} “Mint” {
@MOM changes eyebrowsColor into Green Mint
goto fem_browscolor_2
} “Ginger Red” {
@MOM changes eyebrowsColor into Ginger Red
goto fem_browscolor_2
} “Copper Red” {
@MOM changes eyebrowsColor into Copper Red
goto fem_browscolor_2
} “Brow Shapes” {
goto fem_brows_2
} “Done” {
goto female_custom_2
}
“Gray” {
@MOM changes eyebrowsColor into Gray
goto fem_browscolor_2
} “White” {
@MOM changes eyebrowsColor into White
goto fem_browscolor_2
} “Brow Shapes” {
goto fem_brows_2
} “Done” {
goto female_custom_2
}
####################### FACE SHAPE #######################
label fem_face_2
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Diamond” {
@MOM changes face into Diamond
goto fem_face_2
} “Long Diamond” {
@MOM changes face into Diamond Long
goto fem_face_2
} “Defined Diamond” {
@MOM changes face into Diamond Defined Contour
goto fem_face_2
} “Defined Heart” {
@MOM changes face into Heart Defined
goto fem_face_2
} “Defined Squared” {
@MOM changes face into Square Defined
goto fem_face_2
} “Done”{
goto female_custom_2
}
“Soft Heart” {
@MOM changes face into Heart Soft
goto fem_face_2
} “Defined Triangle” {
@MOM changes face into Triangle Defined
goto fem_face_2
} “Mature Square” {
@MOM changes face into Square Mature
goto fem_face_2
} “Mature Heart” {
@MOM changes face into Heart Mature
goto fem_face_2
} “Soft Round” {
@MOM changes face into Round Soft
goto fem_face_2
} “Done”{
goto female_custom_2
}
“Square Soft” {
@MOM changes face into Square Soft
goto fem_face_2
} “Round Puffy” {
@MOM changes face into Round Puffy Cheek
goto fem_face_2
} “Heart Double Chin” {
@MOM changes face into Heart Mature Double Chin
goto fem_face_2
} “Round Double Chin” {
@MOM changes face into Round Double Chin
goto fem_face_2
} “Long Double Chin” {
@MOM changes face into Long Double Chin
goto fem_face_2
} “Done”{
goto female_custom_2
}
“Square Youth” {
@MOM changes face into Square Youthful
goto fem_face_2
} “Square Aged” {
@MOM changes face into Square Aged
goto fem_face_2
} “Square Chiseled” {
@MOM changes face into Square Chiseled
goto fem_face_2
} “Done”{
goto female_custom_2
}
“Triangle Chiseled” {
@MOM changes face into Triangle Chiseled
goto fem_face_2
}
####################### EYE SHAPE #######################
label fem_eyes_2
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Round Wide” {
@MOM changes eyes into Round Downturned Wide
goto fem_eyes_2
} “Round Medium” {
@MOM changes eyes into Round Medium
goto fem_eyes_2
} “Sharp Almond” {
@MOM changes eyes into Sharp Almond
goto fem_eyes_2
} “Generic” {
@MOM changes eyes into Female Generic
goto fem_eyes_2
} “Change Color”{
goto fem_eyecolor_2
} “Done”{
goto female_custom_2
}
“Deepset Downturned” {
@MOM changes eyes into Deepset Downturned
goto fem_eyes_2
} “Deepset Wide” {
@MOM changes eyes into Deepset Upturned Wide
goto fem_eyes_2
} “Deepset Almond” {
@MOM changes eyes into Deepset Almond
goto fem_eyes_2
} “Monolid Defined” {
@MOM changes eyes into Monolid Defined
goto fem_eyes_2
} “Change Color”{
goto fem_eyecolor_2
} “Done”{
goto female_custom_2
}
“Monolid Slender” {
@MOM changes eyes into Monolid Slender
goto fem_eyes_2
} “Angular Slender” {
@MOM changes eyes into Angular Slender
goto fem_eyes_2
} “Almond Slender” {
@MOM changes eyes into Hooded Slender Almond
goto fem_eyes_2
} “Almond Slender Eyeliner” {
@MOM changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_2
} “Change Color”{
goto fem_eyecolor_2
} “Done”{
goto female_custom_2
}
“Deepset Mature” {
@MOM changes eyes into Deepset Mature
goto fem_eyes_2
} “Deepset Smokey Eye” {
@MOM changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_2
} “Change Color”{
goto fem_eyecolor_2
} “Done”{
goto female_custom_2
}
####################### EYE COLOR #######################
label fem_eyecolor_2
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@MOM changes eyesColor into Brown Black
goto fem_eyecolor_2
} “Dark Brown” {
@MOM changes eyesColor into Brown Dark
goto fem_eyecolor_2
} “Light Brown” {
@MOM changes eyesColor into Brown Light
goto fem_eyecolor_2
} “Pale Brown” {
@MOM changes eyesColor into Brown Pale
goto fem_eyecolor_2
} “Eye Shapes” {
goto fem_eyes_2
} “Done”{
goto female_custom_2
}
“Ice Blue” {
@MOM changes eyesColor into Ice Blue
goto fem_eyecolor_2
} “Aqua Blue” {
@MOM changes eyesColor into Blue Aqua
goto fem_eyecolor_2
} “Deep Blue” {
@MOM changes eyesColor into Blue Deep
goto fem_eyecolor_2
} “Blue Green” {
@MOM changes eyesColor into Blue Green
goto fem_eyecolor_2
} “Eye Shapes” {
goto fem_eyes_2
} “Done”{
goto female_custom_2
}
“Silver” {
@MOM changes eyesColor into Grey Cool
goto fem_eyecolor_2
} “Green” {
@MOM changes eyesColor into Green Emerald
goto fem_eyecolor_2
} “Hazel” {
@MOM changes eyesColor into Hazel
goto fem_eyecolor_2
} “Dark Hazel” {
@MOM changes eyesColor into Hazel Dark
goto fem_eyecolor_2
} “Eye Shapes” {
goto fem_eyes_2
} “Done”{
goto female_custom_2
}
“Red” {
@MOM changes eyesColor into Red
goto fem_eyecolor_2
} “Violet” {
@MOM changes eyesColor into Violet
goto fem_eyecolor_2
} “Eye Shapes” {
goto fem_eyes_2
} “Done”{
goto female_custom_2
}
####################### MOUTH SHAPE #######################
label fem_mouth_2
NARRATOR
Lip shapes.
choice [shouldPaginate: YES]
“Full Heart” {
@MOM changes mouth into Full Heart Pouty
goto fem_mouth_2
}“Full Round” {
@MOM changes mouth into Full Round Pouty
goto fem_mouth_2
}“Medium Heart” {
@MOM changes mouth into Medium Heart Natural
goto fem_mouth_2
}“Medium Thin” {
@MOM changes mouth into Medium Thin
goto fem_mouth_2
}“Change Color”{
goto fem_mouthcolor_2
} “Done”{
goto female_custom_2
}
“Thin Heart” {
@MOM changes mouth into Thin Heart
goto fem_mouth_2
}“Small Heart” {
@MOM changes mouth into Small Heart
goto fem_mouth_2
}“Flat Round” {
@MOM changes mouth into Full Round Flat Top Skin
goto fem_mouth_2
}“Medium Downturned” {
@MOM changes mouth into Medium Downturned Pout
goto fem_mouth_2
}“Change Color”{
goto fem_mouthcolor_2
} “Done”{
goto female_custom_2
}
“Full Flat Top” {
@MOM changes mouth into Full Flat Top Pouty
goto fem_mouth_2
}“Full Wide” {
@MOM changes mouth into Full Wide
goto fem_mouth_2
}“Heart Shaped” {
@MOM changes mouth into Heart Shaped Pout
goto fem_mouth_2
}“Heart with Braces” {
@MOM changes mouth into Heart Shaped Pout Braces
goto fem_mouth_2
}“Change Color”{
goto fem_mouthcolor_2
} “Done”{
goto female_custom_2
}
####################### MOUTH COLOR #######################
label fem_mouthcolor_2
NARRATOR
All lip colors.
choice
“Natural” {
goto fem_NaturalColors_2
} “Gloss” {
goto fem_GlossColors_2
} “Matte” {
goto fem_MatteColors_2
} “Done” {
goto female_custom_2
} “Lip Shapes” {
goto fem_mouth_2
}
label fem_NaturalColors_2
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Fair Rose” {
@MOM changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_2
} “Fair Neutral” {
@MOM changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_2
} “Fair Gold” {
@MOM changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_2
} “Beige Light Gold” {
@MOM changes mouthColor into Beige Light Gold Matte
goto fem_NaturalColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Beige Gold” {
@MOM changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_2
} “Beige Rose” {
@MOM changes mouthColor into Beige Rose
goto fem_NaturalColors_2
} “Beige Deep Neutral” {
@MOM changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_2
} “Tan Deep Gold” {
@MOM changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Tan Deep Neutral” {
@MOM changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_2
} “Brown Neutral” {
@MOM changes mouthColor into Brown Neutral
goto fem_NaturalColors_2
} “Brown Gold” {
@MOM changes mouthColor into Brown Gold
goto fem_NaturalColors_2
} “Brown Deep Gold” {
@MOM changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Brown Deep Rose” {
@MOM changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_2
} “Done” {
goto female_custom_2
} “Try Other Colors” {
goto fem_mouthcolor_2
}
label fem_GlossColors_2
NARRATOR
Gloss lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@MOM changes mouthColor into Peach Gloss
goto fem_GlossColors_2
} “Light Peach” {
@MOM changes mouthColor into Pink Peach Lt Gloss
goto fem_GlossColors_2
} “Beige Pink” {
@MOM changes mouthColor into Pink Beige Gloss
goto fem_GlossColors_2
} “Medium Pink” {
@MOM changes mouthColor into Pink Medium Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Warm Pink” {
@MOM changes mouthColor into Pink Warm Gloss
goto fem_GlossColors_2
} “Hot Pink” {
@MOM changes mouthColor into Pink Hot Gloss
goto fem_GlossColors_2
} “Deep Pink” {
@MOM changes mouthColor into Pink Deep Gloss
goto fem_GlossColors_2
} “Pink Peach” {
@MOM changes mouthColor into Pink Peach Medium Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Neutral Nude” {
@MOM changes mouthColor into Neutral Medium Nude Gloss
goto fem_GlossColors_2
} “Light Nude” {
@MOM changes mouthColor into Rose Light Nude Gloss
goto fem_GlossColors_2
} “Medium Nude” {
@MOM changes mouthColor into Rose Medium Nude Gloss
goto fem_GlossColors_2
} “Dark Nude” {
@MOM changes mouthColor into Rose Dark Nude Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Rose” {
@MOM changes mouthColor into Rose Gloss
goto fem_GlossColors_2
} “Mauve” {
@MOM changes mouthColor into Mauve Gloss
goto fem_GlossColors_2
} “Pastel Purple” {
@MOM changes mouthColor into Purple Pastel Gloss
goto fem_GlossColors_2
} “Deep Purple” {
@MOM changes mouthColor into Purple Deep Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Red” {
@MOM changes mouthColor into Red Gloss
goto fem_GlossColors_2
} “Deep Red” {
@MOM changes mouthColor into Red Deep Gloss
goto fem_GlossColors_2
} “Plum” {
@MOM changes mouthColor into Plum Gloss
goto fem_GlossColors_2
} “Violet” {
@MOM changes mouthColor into Violet Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Blood Orange” {
@MOM changes mouthColor into Blood Orange Gloss
goto fem_GlossColors_2
} “Red Garnet” {
@MOM changes mouthColor into Red Garnet Gloss
goto fem_GlossColors_2
} “Blackberry” {
@MOM changes mouthColor into Blackberry Gloss
goto fem_GlossColors_2
} “Pink Cashmere” {
@MOM changes mouthColor into Pink Cashmere Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Ash Deep” {
@MOM changes mouthColor into Ash Deep Gloss
goto fem_GlossColors_2
} “Dark Mauve” {
@MOM changes mouthColor into Dark Mauve Gloss
goto fem_GlossColors_2
} “Dark Amethyst” {
@MOM changes mouthColor into Dark Amethyst Gloss
goto fem_GlossColors_2
} “Royal Blue” {
@MOM changes mouthColor into Royal Blue Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Dark Apricot” {
@MOM changes mouthColor into Dark Apricot Gloss
goto fem_GlossColors_2
} “Copper Deep” {
@MOM changes mouthColor into Copper Deep Gloss
goto fem_GlossColors_2
} “Gold Deep” {
@MOM changes mouthColor into Gold Deep Gloss
goto fem_GlossColors_2
} “Black” {
@MOM changes mouthColor into Black Gloss
goto fem_GlossColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
label fem_MatteColors_2
NARRATOR
Matte lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@MOM changes mouthColor into Peach Matte
goto fem_MatteColors_2
} “Light Peach” {
@MOM changes mouthColor into Pink Peach Light Matte
goto fem_MatteColors_2
} “Beige Pink” {
@MOM changes mouthColor into Pink Beige Matte
goto fem_MatteColors_2
} “Medium Pink” {
@MOM changes mouthColor into Pink Medium Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Warm Pink” {
@MOM changes mouthColor into Pink Warm Matte
goto fem_MatteColors_2
} “Hot Pink” {
@MOM changes mouthColor into Pink Hot Matte
goto fem_MatteColors_2
} “Deep Pink” {
@MOM changes mouthColor into Pink Deep Matte
goto fem_MatteColors_2
} “Pink Peach” {
@MOM changes mouthColor into Pink Peach Medium Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Neutral Nude” {
@MOM changes mouthColor into Neutral Medium Nude Matte
goto fem_MatteColors_2
} “Light Nude” {
@MOM changes mouthColor into Rose Light Nude Matte
goto fem_MatteColors_2
} “Medium Nude” {
@MOM changes mouthColor into Rose Medium Nude Matte
goto fem_MatteColors_2
} “Dark Nude” {
@MOM changes mouthColor into Rose Dark Nude Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Rose” {
@MOM changes mouthColor into Rose Matte
goto fem_MatteColors_2
} “Mauve” {
@MOM changes mouthColor into Mauve Matte
goto fem_MatteColors_2
} “Pastel Purple” {
@MOM changes mouthColor into Purple Pastel Matte
goto fem_MatteColors_2
} “Deep Purple” {
@MOM changes mouthColor into Purple Deep Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Red” {
@MOM changes mouthColor into Red Matte
goto fem_MatteColors_2
} “Deep Red” {
@MOM changes mouthColor into Red Deep Matte
goto fem_MatteColors_2
} “Plum” {
@MOM changes mouthColor into Plum Matte
goto fem_MatteColors_2
} “Violet” {
@MOM changes mouthColor into Violet Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Blood Orange” {
@MOM changes mouthColor into Blood Orange Matte
goto fem_MatteColors_2
} “Red Garnet” {
@MOM changes mouthColor into Red Garnet Matte
goto fem_MatteColors_2
} “Blackberry” {
@MOM changes mouthColor into Blackberry Matte
goto fem_MatteColors_2
} “Pink Cashmere” {
@MOM changes mouthColor into Pink Cashmere Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Ash Deep” {
@MOM changes mouthColor into Ash Deep Matte
goto fem_MatteColors_2
} “Dark Mauve” {
@MOM changes mouthColor into Dark Mauve Matte
goto fem_MatteColors_2
} “Dark Amethyst” {
@MOM changes mouthColor into Dark Amethyst Matte
goto fem_MatteColors_2
} “Royal Blue” {
@MOM changes mouthColor into Royal Blue Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
“Dark Apricot” {
@MOM changes mouthColor into Dark Apricot Matte
goto fem_MatteColors_2
} “Copper Deep” {
@MOM changes mouthColor into Copper Deep Matte
goto fem_MatteColors_2
} “Gold Deep” {
@MOM changes mouthColor into Gold Deep Matte
goto fem_MatteColors_2
} “Black” {
@MOM changes mouthColor into Black Matte
goto fem_MatteColors_2
} “Try Other Colors” {
goto fem_mouthcolor_2
} “Done” {
goto female_custom_2
}
####################### NOSE SHAPE #######################
label fem_nose_2
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Defined Natural” {
@MOM changes nose into Defined Natural
goto fem_nose_2
} “Grecian Soft” {
@MOM changes nose into Grecian Soft
goto fem_nose_2
} “Round Broad” {
@MOM changes nose into Round Broad
goto fem_nose_2
} “Round Button” {
@MOM changes nose into Round Button
goto fem_nose_2
} “Round Button Upturned” {
@MOM changes nose into Round Button Upturned
goto fem_nose_2
} “Done”{
goto female_custom_2
}
“Round Downturned” {
@MOM changes nose into Round Downturned
goto fem_nose_2
} “Round Flared Upturned” {
@MOM changes nose into Round Flared Upturned
goto fem_nose_2
} “Round Flared Downturned” {
@MOM changes nose into Round Flared Downturned
goto fem_nose_2
} “Pointed Downturned” {
@MOM changes nose into Pointed Downturned
goto fem_nose_2
} “Broad Wide” {
@MOM changes nose into Broad Wide
goto fem_nose_2
} “Done”{
goto female_custom_2
}
####################### HAIR STYLE #######################
label fem_hair_2
NARRATOR
All hairstyles.
choice
“Short Hair”{
goto fem_hairShort_2
}“Mid-length Hair”{
goto fem_hairMedium_2
}“Long Hair”{
goto fem_hairLong_2
}“Styled Hair”{
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
label fem_hairShort_2
NARRATOR
Short hairstyles.
choice [shouldPaginate: YES]
“Afro” {
@MOM changes hair into Afro
goto fem_hairShort_2
} “Short Afro” {
@MOM changes hair into Short Afro
goto fem_hairShort_2
} “Classic Bob” {
@MOM changes hair into Classic Bob
goto fem_hairShort_2
} “Curly Bob” {
@MOM changes hair into Curly Bob
goto fem_hairShort_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Faux Hawk” {
@MOM changes hair into Long Faux Hawk Solid
goto fem_hairShort_2
}“Fade” {
@MOM changes hair into Short Curly Fade
goto fem_hairShort_2
}“Pixie” {
@MOM changes hair into Short Pixie
goto fem_hairShort_2
}“Punk Pixie” {
@MOM changes hair into Punk Pixie
goto fem_hairShort_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Short Wavy” {
@MOM changes hair into Short Wavy Hair Solid
goto fem_hairShort_2
}“Blunt Bangs” {
@MOM changes hair into Blunt Bangs Short
goto fem_hairShort_2
} “Wavy Side Shaved” {
@MOM changes hair into Short Wavy Side Shave
goto fem_hairShort_2
}“Curly Blow Out” {
@MOM changes hair into Short Curly Blow Out
goto fem_hairShort_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Crew Cut” {
@MOM changes hair into Crew Cut
goto fem_hairShort_2
}“Short Fringe” {
@MOM changes hair into Short Layered Fringe
goto fem_hairShort_2
}“Straight Tucked” {
@MOM changes hair into Short Straight Tucked
goto fem_hairShort_2
}“Emo Pixie” {
@MOM changes hair into Emo Pixie
goto fem_hairShort_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Bantu Knots” {
@MOM changes hair into Bantu Knots
goto fem_hairShort_2
}“Conservative Cut” {
@MOM changes hair into Conservative Cut
goto fem_hairShort_2
}“Parted Bangs” {
@MOM changes hair into Long Bang Short Hair
goto fem_hairShort_2
}“Side Part Curly” {
@MOM changes hair into Side Part Curly Asymmetrical
goto fem_hairShort_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Short Flipped” {
@MOM changes hair into Short Flipped Wavy Solid
goto fem_hairShort_2
}“Back to Styles”{
goto fem_hair_2
}“Change Color”{
goto fem_haircolor_2
}
label fem_hairMedium_2
NARRATOR
Medium hairstyles.
choice [shouldPaginate: YES]
“Braided” {
@MOM changes hair into Medium Braided
goto fem_hairMedium_2
}“Medium Dreadlocks” {
@MOM changes hair into Medium Dreadlocks
goto fem_hairMedium_2
}“Hair Flip” {
@MOM changes hair into Hair Flip
goto fem_hairMedium_2
}“Straight” {
@MOM changes hair into Straight Medium
goto fem_hairMedium_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Lob Bangs” {
@MOM changes hair into Lob Bangs Blunt
goto fem_hairMedium_2
}“Overgrown Bangs” {
@MOM changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_2
}“Wavy Ombre” {
@MOM changes hair into Short Wavy Ombre
goto fem_hairMedium_2
}“Medium Curly” {
@MOM changes hair into Medium Curly Solid
goto fem_hairMedium_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Voluminous Curls” {
@MOM changes hair into Voluminous Curls
goto fem_hairMedium_2
} “Parted Wavy” {
@MOM changes hair into Short Wavy Asymmetrical
goto fem_hairMedium_2
} “Wavy Side Curls” {
@MOM changes hair into Wavy Side Curls
goto fem_hairMedium_2
} “Layered Wavy Bob” {
@MOM changes hair into Layered Wavy Bob
goto fem_hairMedium_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Straight Down” {
@MOM changes hair into Medium Straight Down
goto fem_hairMedium_2
} “Shoulder Curly” {
@MOM changes hair into Medium Shoulder Curly
goto fem_hairMedium_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
label fem_hairLong_2
NARRATOR
Long hairstyles.
choice [shouldPaginate: YES]
“Beach Wave” {
@MOM changes hair into Beach Wave Hair
goto fem_hairLong_2
}“Long Braided” {
@MOM changes hair into Long Braided
goto fem_hairLong_2
}“Long Dreadlocks” {
@MOM changes hair into Long Dreadlocks
goto fem_hairLong_2
}“Feathered” {
@MOM changes hair into Long Feathered
goto fem_hairLong_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Long Blunt Bangs” {
@MOM changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_2
}“Sideswept Bangs” {
@MOM changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_2
}“Straight” {
@MOM changes hair into Long Straight Loose Solid
goto fem_hairLong_2
}“Wavy Long” {
@MOM changes hair into Wavy Long
goto fem_hairLong_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Wavy Parted” {
@MOM changes hair into Long Wavy Parted Hair
goto fem_hairLong_2
}“Feathered Bangs” {
@MOM changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_2
}“Braided Dreads Parted” {
@MOM changes hair into Dreads Braided
goto fem_hairLong_2
}“Long Voluminous Curls” {
@MOM changes hair into Long Voluminous Curls Loose
goto fem_hairLong_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Long Curls” {
@MOM changes hair into Long Curls
goto fem_hairLong_2
}“Wavy Princess Braid” {
@MOM changes hair into Long Down Wavy Princess Braid
goto fem_hairLong_2
}“Bouffant Wavy” {
@MOM changes hair into Bouffant Long Wavy
goto fem_hairLong_2
}“Loose Curls” {
@MOM changes hair into Long Loose Curls
goto fem_hairLong_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Wavy Blowout” {
@MOM changes hair into Long Wavy Blowout
goto fem_hairLong_2
}“Side Shave” {
@MOM changes hair into Long Side Shave
goto fem_hairLong_2
}“Scene Hair” {
@MOM changes hair into Scene Swoosh
goto fem_hairLong_2
}“Slicked Back” {
@MOM changes hair into Long Straight Slicked Back
goto fem_hairLong_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Thick Curls” {
@MOM changes hair into Long Thick Curls
goto fem_hairLong_2
}“Loose Bangs Sideswept” {
@MOM changes hair into Long Wavy Loose Bangs Sideswept
goto fem_hairLong_2
}“Layered Side Part” {
@MOM changes hair into Long Layered Side Part
goto fem_hairLong_2
}“Widows Peak” {
@MOM changes hair into Long Tapered Widows Peak
goto fem_hairLong_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
label fem_hairUp_2
NARRATOR
Updo hairstyles.
choice [shouldPaginate: YES]
“Braided Bun” {
@MOM changes hair into Braided Bun
goto fem_hairUp_2
}“Short Ponytail” {
@MOM changes hair into Short High Ponytail
goto fem_hairUp_2
}“Long Ponytail” {
@MOM changes hair into Long High Ponytail
goto fem_hairUp_2
}“Morning Updo” {
@MOM changes hair into Morning Updo
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Small Bun” {
@MOM changes hair into Small Bun
goto fem_hairUp_2
}“Double Dutch Braids” {
@MOM changes hair into Long Double Dutch Braids
goto fem_hairUp_2
}“Pinup Rolls” {
@MOM changes hair into Pinup Victory Rolls
goto fem_hairUp_2
}“Sleek Ponytail” {
@MOM changes hair into Sleek Ponytail
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Shoulder Braid” {
@MOM changes hair into Over Shoulder Braid
goto fem_hairUp_2
}“Full Pigtail” {
@MOM changes hair into Full Pigtail
goto fem_hairUp_2
}“Updo Braids” {
@MOM changes hair into Braids Updo
goto fem_hairUp_2
}“Double Buns” {
@MOM changes hair into Double Buns
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Double Afro Puffs” {
@MOM changes hair into Curly Double Afro Puffs
goto fem_hairUp_2
}“Curly Bun Half-up” {
@MOM changes hair into Medium Shoulder Curly Bun Hair
goto fem_hairUp_2
}“Messy Sock Bun” {
@MOM changes hair into Messy Sock Bun
goto fem_hairUp_2
}“Messy Ponytail” {
@MOM changes hair into Short Messy Pony Tail
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Blunt Bangs Ponytail” {
@MOM changes hair into Pony Tail Blunt Bangs
goto fem_hairUp_2
}“Side Swept Updo” {
@MOM changes hair into Side Swept Updo Long
goto fem_hairUp_2
}“Long Wavy Updo” {
@MOM changes hair into Updo Pony Wavy Long
goto fem_hairUp_2
}“Punk Hair” {
@MOM changes hair into Cropped Punk Cut
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Updo Low Bun” {
@MOM changes hair into Updo
goto fem_hairUp_2
}“Updo Curly Messy” {
@MOM changes hair into Updo Curly Messy
goto fem_hairUp_2
}“Updo Twist Bangs” {
@MOM changes hair into Updo High Twist Bangs Blunt
goto fem_hairUp_2
}“Spiral Pigtail” {
@MOM changes hair into High Spiral Pigtail Hair
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
“Updo Princess Braid” {
@MOM changes hair into Long Updo Wavy Princess Braid
goto fem_hairUp_2
}“Natural Curly Updo” {
@MOM changes hair into Natural Curly Pulled Updo Hair
goto fem_hairUp_2
}“Change Color”{
goto fem_haircolor_2
}“Back to Styles”{
goto fem_hair_2
}
####################### HAIR COLOR #######################
label fem_haircolor_2
NARRATOR
All hair colors.
choice
“Dark”{
goto fem_hairDark_2
}“Light” {
goto fem_hairLight_2
}“Dyed”{
goto fem_hairDye_2
}“Done”{
goto female_custom_2
} “Back to Styles” {
goto fem_hair_2
}
label fem_hairDark_2
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Light Brown” {
@MOM changes hairColor into Light Brown
goto fem_hairDark_2
}“Warm Brown” {
@MOM changes hairColor into Medium Warm Brown
goto fem_hairDark_2
}“Medium Brown” {
@MOM changes hairColor into Medium Brown
goto fem_hairDark_2
}“Chestnut Brown”{
@MOM changes hairColor into Chestnut Brown
goto fem_hairDark_2
}“Different Colors”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
“Dark Brown”{
@MOM changes hairColor into Dark Brown
goto fem_hairDark_2
}“Brunette Brown”{
@MOM changes hairColor into Brunette Brown
goto fem_hairDark_2
}“Ginger Red” {
@MOM changes hairColor into Ginger Red
goto fem_hairDark_2
}“Burgundy Red” {
@MOM changes hairColor into Burgundy Red
goto fem_hairDark_2
}“Different Colors”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
“Deep Brown” {
@MOM changes hairColor into Deep Brown
goto fem_hairDark_2
}“Brown Black” {
@MOM changes hairColor into Brown Black
goto fem_hairDark_2
}“Dark Black” {
@MOM changes hairColor into Black Dark
goto fem_hairDark_2
}“Jet Black” {
@MOM changes hairColor into Black Jet
goto fem_hairDark_2
}“Different Colors”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
label fem_hairLight_2
NARRATOR
Light hair colors.
choice [shouldPaginate: YES]
“Platinum Blonde” {
@MOM changes hairColor into Platinum Blonde
goto fem_hairLight_2
}“Dirty Blonde” {
@MOM changes hairColor into Dirty Blonde
goto fem_hairLight_2
}“Honey Blonde” {
@MOM changes hairColor into Honey Blonde
goto fem_hairLight_2
}“Strawberry Blonde” {
@MOM changes hairColor into Strawberry Blonde
goto fem_hairLight_2
}“Different Colors”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
“Medium Blonde” {
@MOM changes hairColor into Blonde Medium
goto fem_hairLight_2
}“Ash Blonde” {
@MOM changes hairColor into Ash Blonde
goto fem_hairLight_2
}“Peach Blonde” {
@MOM changes hairColor into Peach Blonde
goto fem_hairLight_2
}“Platinum White” {
@MOM changes hairColor into Platinum White
goto fem_hairLight_2
}“Different Colors”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
label fem_hairDye_2
NARRATOR
Dyed hair colors.
choice
“Pink/Purple” {
goto fem_hairDye_Pink_2
}“Blue/Green” {
goto fem_hairDye_Blue_2
}“Red/Yellow” {
goto fem_hairDye_Red_2
}“White/Grey” {
goto fem_hairDye_White_2
}“Different Colors”{
goto fem_haircolor_2
}“Done”{
goto female_custom_2
}
label fem_hairDye_Pink_2
NARRATOR
Pink and purple hair colors.
choice [shouldPaginate: YES]
“Hot Pink” {
@MOM changes hairColor into Hot Pink
goto fem_hairDye_Pink_2
} “Light Pink” {
@MOM changes hairColor into Pink Lt
goto fem_hairDye_Pink_2
} “Warm Pink” {
@MOM changes hairColor into Warm Pink
goto fem_hairDye_Pink_2
} “Rose Gold” {
@MOM changes hairColor into Rose Gold
goto fem_hairDye_Pink_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
“Purple” {
@MOM changes hairColor into Red Purple
goto fem_hairDye_Pink_2
} “Purple Lilac” {
@MOM changes hairColor into Purple Lilac
goto fem_hairDye_Pink_2
} “Plum” {
@MOM changes hairColor into Plum
goto fem_hairDye_Pink_2
} “Dark Purple” {
@MOM changes hairColor into Purple
goto fem_hairDye_Pink_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
“Pastel Lavender” {
@MOM changes hairColor into Pastel Purple Lavender
goto fem_hairDye_Pink_2
}“Done” {
goto female_custom_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}
label fem_hairDye_Blue_2
NARRATOR
Blue and green hair colors.
choice [shouldPaginate: YES]
“Blue” {
@MOM changes hairColor into Blue
goto fem_hairDye_Blue_2
} “Light Blue” {
@MOM changes hairColor into Cornflower Blue
goto fem_hairDye_Blue_2
} “Aqua Blue” {
@MOM changes hairColor into Aqua Blue
goto fem_hairDye_Blue_2
} “Dark Blue” {
@MOM changes hairColor into Blue Black
goto fem_hairDye_Blue_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
“Green” {
@MOM changes hairColor into Green
goto fem_hairDye_Blue_2
} “Lime Green” {
@MOM changes hairColor into Yellow Green
goto fem_hairDye_Blue_2
} “Mint” {
@MOM changes hairColor into Mint
goto fem_hairDye_Blue_2
} “Aqua Green” {
@MOM changes hairColor into Aqua Green
goto fem_hairDye_Blue_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
“Pastel Blue” {
@MOM changes hairColor into Pastel Blue
goto fem_hairDye_Blue_2
} “Pastel Mint” {
@MOM changes hairColor into Pastel Mint
goto fem_hairDye_Blue_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
label fem_hairDye_Red_2
NARRATOR
Red, yellow, & orange hair colors.
choice [shouldPaginate: YES]
“Yellow” {
@MOM changes hairColor into Yellow
goto fem_hairDye_Red_2
} “Orange” {
@MOM changes hairColor into Orange
goto fem_hairDye_Red_2
} “Red” {
@MOM changes hairColor into Red
goto fem_hairDye_Red_2
} “Copper Red” {
@MOM changes hairColor into Copper Red
goto fem_hairDye_Red_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
label fem_hairDye_White_2
NARRATOR
White & grey hair colors.
choice [shouldPaginate: YES]
“Grey” {
@MOM changes hairColor into Cool Gray
goto fem_hairDye_White_2
} “Light Grey” {
@MOM changes hairColor into Aqua Gray
goto fem_hairDye_White_2
}“White” {
@MOM changes hairColor into Warm White
goto fem_hairDye_White_2
}“Ice” {
@MOM changes hairColor into Platinum Ice
goto fem_hairDye_White_2
}“Back to Dyed Colors”{
goto fem_hairDye_2
}“Done” {
goto female_custom_2
}
label female_2_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
@MOM is primp_neutral
} “No, I want to change something.” {
goto female_custom_2
}
@MOM exits right
@pause for 0.5
@DAD enters from left to screen center
NARRATOR
This is your dad.
NARRATOR
Make him look like you, [NAME].
label boy_custom_1
@DAD spot 2.400 170 -520 and DAD faces right and DAD starts idle
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin_1
} “Hair” {
goto boy_hair_1
} “Eyes” {
goto boy_eyes_1
} “Eyebrows” {
goto boy_brows_1
} “Face Shape”{
goto boy_face_1
} “Nose” {
goto boy_nose_1
} “Mouth” {
goto boy_mouth_1
} “This is perfect!” {
goto boy_end_1
}
####################### SKIN COLOR #######################
label boy_skin_1
NARRATOR
All skin tones.
choice
“Neutral Shades” {
goto boy_neutralskin_1
} “Rose Shades” {
goto boy_roseskin_1
} “Gold Shades” {
goto boy_goldskin_1
} “Copper Shades” {
goto boy_copperskin_1
} “Ash Shades” {
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
}
label boy_neutralskin_1
NARRATOR
Neutral skin tones.
choice [shouldPaginate: YES]
“Neutral 00” {
@DAD changes bodyColor into Neutral 00
goto boy_neutralskin_1
} “Neutral 01” {
@DAD changes bodyColor into Neutral 01
goto boy_neutralskin_1
} “Neutral 02” {
@DAD changes bodyColor into Neutral 02
goto boy_neutralskin_1
} “Neutral 03” {
@DAD changes bodyColor into Neutral 03
goto boy_neutralskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Neutral 04” {
@DAD changes bodyColor into Neutral 04
goto boy_neutralskin_1
} “Neutral 05” {
@DAD changes bodyColor into Neutral 05
goto boy_neutralskin_1
} “Neutral 06” {
@DAD changes bodyColor into Neutral 06
goto boy_neutralskin_1
} “Neutral 07” {
@DAD changes bodyColor into Neutral 07
goto boy_neutralskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Neutral 08” {
@DAD changes bodyColor into Neutral 08
goto boy_neutralskin_1
} “Neutral 09” {
@DAD changes bodyColor into Neutral 09
goto boy_neutralskin_1
} “Neutral 10” {
@DAD changes bodyColor into Neutral 10
goto boy_neutralskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}
label boy_roseskin_1
NARRATOR
Rose skin tones.
choice [shouldPaginate: YES]
“Rose 00” {
@DAD changes bodyColor into Rose 00
goto boy_roseskin_1
} “Rose 01” {
@DAD changes bodyColor into Rose 01
goto boy_roseskin_1
} “Rose 02” {
@DAD changes bodyColor into Rose 02
goto boy_roseskin_1
} “Rose 03” {
@DAD changes bodyColor into Rose 03
goto boy_roseskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Rose 04” {
@DAD changes bodyColor into Rose 04
goto boy_roseskin_1
} “Rose 05” {
@DAD changes bodyColor into Rose 05
goto boy_roseskin_1
} “Rose 06” {
@DAD changes bodyColor into Rose 06
goto boy_roseskin_1
} “Rose 07” {
@DAD changes bodyColor into Rose 07
goto boy_roseskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Rose 08” {
@DAD changes bodyColor into Rose 08
goto boy_roseskin_1
} “Rose 09” {
@DAD changes bodyColor into Rose 09
goto boy_roseskin_1
} “Rose 10” {
@DAD changes bodyColor into Rose 10
goto boy_roseskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}
label boy_goldskin_1
NARRATOR
Gold skin tones.
choice [shouldPaginate: YES]
“Gold 00” {
@DAD changes bodyColor into Gold 00
goto boy_goldskin_1
} “Gold 01” {
@DAD changes bodyColor into Gold 01
goto boy_goldskin_1
} “Gold 02” {
@DAD changes bodyColor into Gold 02
goto boy_goldskin_1
} “Gold 03” {
@DAD changes bodyColor into Gold 03
goto boy_goldskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Gold 04” {
@DAD changes bodyColor into Gold 04
goto boy_goldskin_1
} “Gold 05” {
@DAD changes bodyColor into Gold 05
goto boy_goldskin_1
} “Gold 06” {
@DAD changes bodyColor into Gold 06
goto boy_goldskin_1
} “Gold 07” {
@DAD changes bodyColor into Gold 07
goto boy_goldskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Gold 08” {
@DAD changes bodyColor into Gold 08
goto boy_goldskin_1
} “Gold 09” {
@DAD changes bodyColor into Gold 09
goto boy_goldskin_1
} “Gold 10” {
@DAD changes bodyColor into Gold 10
goto boy_goldskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}
label boy_copperskin_1
NARRATOR
Copper skin tones.
choice [shouldPaginate: YES]
“Copper 00” {
@DAD changes bodyColor into Copper 00
goto boy_copperskin_1
} “Copper 01” {
@DAD changes bodyColor into Copper 01
goto boy_copperskin_1
} “Copper 02” {
@DAD changes bodyColor into Copper 02
goto boy_copperskin_1
} “Copper 03” {
@DAD changes bodyColor into Copper 03
goto boy_copperskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Copper 04” {
@DAD changes bodyColor into Copper 04
goto boy_copperskin_1
} “Copper 05” {
@DAD changes bodyColor into Copper 05
goto boy_copperskin_1
} “Copper 06” {
@DAD changes bodyColor into Copper 06
goto boy_copperskin_1
} “Copper 07” {
@DAD changes bodyColor into Copper 07
goto boy_copperskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Copper 08” {
@DAD changes bodyColor into Copper 08
goto boy_copperskin_1
} “Copper 09” {
@DAD changes bodyColor into Copper 09
goto boy_copperskin_1
} “Copper 10” {
@DAD changes bodyColor into Copper 10
goto boy_copperskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}
label boy_ashskin_1
NARRATOR
Ash skin tones.
choice [shouldPaginate: YES]
“Ash 00” {
@DAD changes bodyColor into Ash 00
goto boy_ashskin_1
} “Ash 01” {
@DAD changes bodyColor into Ash 01
goto boy_ashskin_1
} “Ash 02” {
@DAD changes bodyColor into Ash 02
goto boy_ashskin_1
} “Ash 03” {
@DAD changes bodyColor into Ash 03
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 04” {
@DAD changes bodyColor into Ash 04
goto boy_ashskin_1
} “Ash 05” {
@DAD changes bodyColor into Ash 05
goto boy_ashskin_1
} “Ash 06” {
@DAD changes bodyColor into Ash 06
goto boy_ashskin_1
} “Ash 07” {
@DAD changes bodyColor into Ash 07
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 08” {
@DAD changes bodyColor into Ash 08
goto boy_ashskin_1
} “Ash 09” {
@DAD changes bodyColor into Ash 09
goto boy_ashskin_1
} “Ash 10” {
@DAD changes bodyColor into Ash 10
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}
####################### EYEBROWs #######################
label boy_brows_1
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Arched Medium”{
@DAD changes eyebrows into Arched Medium
goto boy_brows_1
}“Generic”{
@DAD changes eyebrows into Male Generic
goto boy_brows_1
}“Round Medium”{
@DAD changes eyebrows into Round Medium
goto boy_brows_1
}“Round Soft”{
@DAD changes eyebrows into Round Soft
goto boy_brows_1
} “Change Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Round Thick”{
@DAD changes eyebrows into Round Thick
goto boy_brows_1
}“Straight Medium”{
@DAD changes eyebrows into Straight Medium
goto boy_brows_1
}“Arched Bushy”{
@DAD changes eyebrows into Arched Bushy
goto boy_brows_1
}“Round Thin”{
@DAD changes eyebrows into Round Thin
goto boy_brows_1
} “Change Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Furrowed Straight”{
@DAD changes eyebrows into Furrowed Straight S
goto boy_brows_1
}“Furrowed Raised”{
@DAD changes eyebrows into Furrowed Raised S
goto boy_brows_1
}“Straight Medium Scar”{
@DAD changes eyebrows into Straight Medium Scar
goto boy_brows_1
} “Done”{
goto boy_custom_1
} “Change Color” {
goto boy_browscolor_1
}
####################### EYEBROW COLOR #######################
label boy_browscolor_1
NARRATOR
Eyebrow colors.
choice [shouldPaginate: YES]
“Dirty Blonde” {
@DAD changes eyebrowsColor into Dirty Blonde
goto boy_browscolor_1
} “Honey Blonde” {
@DAD changes eyebrowsColor into Honey Blonde
goto boy_browscolor_1
} “Platinum Blonde” {
@DAD changes eyebrowsColor into Platinum Blonde
goto boy_browscolor_1
} “Strawberry Blonde” {
@DAD changes eyebrowsColor into Strawberry Blonde
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Blonde Medium” {
@DAD changes eyebrowsColor into Blonde Medium
goto boy_browscolor_1
} “Chestnut Brown” {
@DAD changes eyebrowsColor into Chestnut Brown
goto boy_browscolor_1
} “Dark Brown” {
@DAD changes eyebrowsColor into Dark Brown
goto boy_browscolor_1
} “Deep Brown” {
@DAD changes eyebrowsColor into Deep Brown
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Light Brown” {
@DAD changes eyebrowsColor into Light Brown
goto boy_browscolor_1
} “Dark Black” {
@DAD changes eyebrowsColor into Black Dark
goto boy_browscolor_1
} “Jet Black” {
@DAD changes eyebrowsColor into blackJet
goto boy_browscolor_1
} “Light Pink” {
@DAD changes eyebrowsColor into Pink Lt
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Lavender” {
@DAD changes eyebrowsColor into Purple Lilac
goto boy_browscolor_1
} “Mint” {
@DAD changes eyebrowsColor into Green Mint
goto boy_browscolor_1
} “Ginger Red” {
@DAD changes eyebrowsColor into Ginger Red
goto boy_browscolor_1
} “Copper Red” {
@DAD changes eyebrowsColor into Copper Red
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Gray” {
@DAD changes eyebrowsColor into Gray
goto boy_browscolor_1
} “White” {
@DAD changes eyebrowsColor into White
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
####################### FACE SHAPE #######################
label boy_face_1
NARRATOR
Face shapes.
choice
“Clean Shaven” {
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done” {
goto boy_custom_1
}
label boy_face_clean_1
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Soft Diamond” {
@DAD changes face into Diamond Soft
goto boy_face_clean_1
} “Defined Diamond” {
@DAD changes face into Diamond Defined
goto boy_face_clean_1
} “Chiseled” {
@DAD changes face into Chiseled Angular
goto boy_face_clean_1
} “Generic” {
@DAD changes face into Male Generic
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Round” {
@DAD changes face into Round Soft
goto boy_face_clean_1
} “Square Jaw” {
@DAD changes face into Square Jaw
goto boy_face_clean_1
} “Square Defined” {
@DAD changes face into Square Defined
goto boy_face_clean_1
} “Triangle” {
@DAD changes face into Triangle Chiseled
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Mature Square” {
@DAD changes face into Square Jaw Mature
goto boy_face_clean_1
} “Broad Cheeks” {
@DAD changes face into Round Broad Cheeks
goto boy_face_clean_1
} “Triangle Defined Chin” {
@DAD changes face into Triangle Defined Chin
goto boy_face_clean_1
} “Pointed Ear” {
@DAD changes face into Triangle Defined Chin Pointed Ear Skin
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Square Sculpted” {
@DAD changes face into Square Sculpted
goto boy_face_clean_1
} “Cleft Chin” {
@DAD changes face into Square Sculpted Cleft Chin
goto boy_face_clean_1
} “Triangle Sculpted” {
@DAD changes face into Triangle Sculpted
goto boy_face_clean_1
} “Square Youth” {
@DAD changes face into Square Youthful
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Square Aged” {
@DAD changes face into Square Aged
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
} “Facial Hair” {
goto boy_face_beards_1
}
label boy_face_beards_1
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Chiseled Stubble” {
@DAD changes face into Chiseled Angular Stubble
goto boy_face_beards_1
} “Chiseled Shaved” {
@DAD changes face into Chiseled Square Stubble Shaved
goto boy_face_beards_1
} “Long Jaw Stubble” {
@DAD changes face into Square Long Jaw Stubble
goto boy_face_beards_1
} “Long Jaw Shadow” {
@DAD changes face into Square Long Jaw Shadow
goto boy_face_beards_1
} “Clean Shaved” {
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
}
“Roundcheek Stubble” {
@DAD changes face into Square Jaw Roundcheek Stubble
goto boy_face_beards_1
} “Scruffy Beard” {
@DAD changes face into Triangle Chiseled Scruffy Beard
goto boy_face_beards_1
} “Clean Shaved” {
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
}
####################### EYE SHAPE #######################
label boy_eyes_1
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Downturned” {
@DAD changes eyes into Deepset Downturned
goto boy_eyes_1
} “Deepset Heavy” {
@DAD changes eyes into Deepset Heavy Lid
goto boy_eyes_1
} “Deepset Downturned Lid” {
@DAD changes eyes into Deepset Downturned Lidded
goto boy_eyes_1
} “Deepset Mature” {
@DAD changes eyes into Deepset Sloping Mature
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Generic” {
@DAD changes eyes into Male Generic
goto boy_eyes_1
} “Slender” {
@DAD changes eyes into Monolid Slender
goto boy_eyes_1
} “Oval Wide” {
@DAD changes eyes into Oval Wide
goto boy_eyes_1
} “Sloping Heavy Lid” {
@DAD changes eyes into Sloping Heavy Lid
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Deep Sunken” {
@DAD changes eyes into Male Deep Sunken
goto boy_eyes_1
} “Narrow Almond Smiling” {
@DAD changes eyes into Narrow Almond Deep Smiling
goto boy_eyes_1
} “Narrow Almond Sunken” {
@DAD changes eyes into Narrow Almond Deep Sunken
goto boy_eyes_1
} “Hooded Almond” {
@DAD changes eyes into Hooded Almond
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Almond Deep” {
@DAD changes eyes into Wide Almond Deep
goto boy_eyes_1
} “Almond Deep Eyebags” {
@DAD changes eyes into Wide Almond Deep Eyebags
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
####################### EYE COLOR #######################
label boy_eyecolor_1
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@DAD changes eyesColor into Brown Black
goto boy_eyecolor_1
} “Dark Brown” {
@DAD changes eyesColor into Brown Dark
goto boy_eyecolor_1
} “Light Brown” {
@DAD changes eyesColor into Brown Light
goto boy_eyecolor_1
} “Pale Brown” {
@DAD changes eyesColor into Brown Pale
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Ice Blue” {
@DAD changes eyesColor into Ice Blue
goto boy_eyecolor_1
} “Aqua Blue” {
@DAD changes eyesColor into Blue Aqua
goto boy_eyecolor_1
} “Deep Blue” {
@DAD changes eyesColor into Blue Deep
goto boy_eyecolor_1
} “Blue Green” {
@DAD changes eyesColor into Blue Green
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Silver” {
@DAD changes eyesColor into Grey Cool
goto boy_eyecolor_1
} “Green” {
@DAD changes eyesColor into Green Emerald
goto boy_eyecolor_1
} “Hazel” {
@DAD changes eyesColor into Hazel
goto boy_eyecolor_1
} “Dark Hazel” {
@DAD changes eyesColor into Hazel Dark
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Red” {
@DAD changes eyesColor into Red
goto boy_eyecolor_1
} “Violet” {
@DAD changes eyesColor into Violet
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
####################### MOUTH SHAPE #######################
label boy_mouth_1
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Medium Straight” {
@DAD changes mouth into Medium Straight Natural
goto boy_mouth_1
}“Thin Heart” {
@DAD changes mouth into Thin Heart
goto boy_mouth_1
}“Small Heart” {
@DAD changes mouth into Small Heart
goto boy_mouth_1
}“Medium Heart” {
@DAD changes mouth into Medium Heart
goto boy_mouth_1
}“Change Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}
“Full Heart” {
@DAD changes mouth into Full Heart Natural
goto boy_mouth_1
}“Large Heart” {
@DAD changes mouth into Full Heart Large
goto boy_mouth_1
}“Full Flat Top” {
@DAD changes mouth into Full Flat Top Pouty
goto boy_mouth_1
}“Full Lower Lip” {
@DAD changes mouth into Full Lower Lip Sharp
goto boy_mouth_1
}“Change Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}
####################### MOUTH COLOR #######################
label boy_mouthcolor_1
NARRATOR
All lip colors.
choice
“Natural” {
goto boy_NaturalColors_1
} “Gloss” {
goto boy_GlossColors_1
} “Matte” {
goto boy_MatteColors_1
} “Change Lip Shape” {
goto boy_mouth_1
}
label boy_NaturalColors_1
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Fair Rose” {
@DAD changes mouthColor into Fair Rose Matte
goto boy_NaturalColors_1
} “Fair Neutral” {
@DAD changes mouthColor into Fair Neutral Matte
goto boy_NaturalColors_1
} “Fair Gold” {
@DAD changes mouthColor into Fair Gold Matte
goto boy_NaturalColors_1
} “Beige Light Gold” {
@DAD changes mouthColor into Beige Light Gold Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Beige Gold” {
@DAD changes mouthColor into Beige Gold Matte
goto boy_NaturalColors_1
} “Beige Rose” {
@DAD changes mouthColor into Beige Rose
goto boy_NaturalColors_1
} “Beige Deep Neutral” {
@DAD changes mouthColor into Beige Deep Neutral
goto boy_NaturalColors_1
} “Medium Nude” {
@DAD changes mouthColor into Neutral Medium Nude Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Tan Deep Gold” {
@DAD changes mouthColor into Tan Deep Gold
goto boy_NaturalColors_1
} “Tan Deep Neutral” {
@DAD changes mouthColor into Tan Deep Neutral
goto boy_NaturalColors_1
} “Brown Neutral” {
@DAD changes mouthColor into Brown Neutral
goto boy_NaturalColors_1
} “Brown Gold” {
@DAD changes mouthColor into Brown Gold
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Brown Deep Gold” {
@DAD changes mouthColor into Brown Deep Gold
goto boy_NaturalColors_1
} “Brown Deep Rose” {
@DAD changes mouthColor into Brown Deep Rose
goto boy_NaturalColors_1
} “Gold Deep Matte” {
@DAD changes mouthColor into Gold Deep Matte
goto boy_NaturalColors_1
} “Done” {
goto boy_custom_1
} “Try Other Colors” {
goto boy_mouthcolor_1
}
label boy_GlossColors_1
NARRATOR
Gloss lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@DAD changes mouthColor into Peach Gloss
goto boy_GlossColors_1
} “Light Peach” {
@DAD changes mouthColor into Pink Peach Lt Gloss
goto boy_GlossColors_1
} “Beige Pink” {
@DAD changes mouthColor into Pink Beige Gloss
goto boy_GlossColors_1
} “Medium Pink” {
@DAD changes mouthColor into Pink Medium Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Warm Pink” {
@DAD changes mouthColor into Pink Warm Gloss
goto boy_GlossColors_1
} “Hot Pink” {
@DAD changes mouthColor into Pink Hot Gloss
goto boy_GlossColors_1
} “Deep Pink” {
@DAD changes mouthColor into Pink Deep Gloss
goto boy_GlossColors_1
} “Rose” {
@DAD changes mouthColor into Rose Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Pink Peach” {
@DAD changes mouthColor into Pink Peach Medium Gloss
goto boy_GlossColors_1
} “Light Nude” {
@DAD changes mouthColor into Rose Light Nude Gloss
goto boy_GlossColors_1
} “Medium Nude” {
@DAD changes mouthColor into Rose Medium Nude Gloss
goto boy_GlossColors_1
} “Dark Nude” {
@DAD changes mouthColor into Rose Dark Nude Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Mauve” {
@DAD changes mouthColor into Mauve Gloss
goto boy_GlossColors_1
} “Pastel Purple” {
@DAD changes mouthColor into Purple Pastel Gloss
goto boy_GlossColors_1
} “Plum” {
@DAD changes mouthColor into Plum Gloss
goto boy_GlossColors_1
} “Deep Purple” {
@DAD changes mouthColor into Purple Deep Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Red” {
@DAD changes mouthColor into Red Gloss
goto boy_GlossColors_1
} “Deep Red” {
@DAD changes mouthColor into Red Deep Gloss
goto boy_GlossColors_1
} “Violet” {
@DAD changes mouthColor into Violet Gloss
goto boy_GlossColors_1
} “Black” {
@DAD changes mouthColor into Black Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Blood Orange” {
@DAD changes mouthColor into Blood Orange Gloss
goto boy_GlossColors_1
} “Red Garnet” {
@DAD changes mouthColor into Red Garnet Gloss
goto boy_GlossColors_1
} “Blackberry” {
@DAD changes mouthColor into Blackberry Gloss
goto boy_GlossColors_1
} “Pink Cashmere” {
@DAD changes mouthColor into Pink Cashmere Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Ash Deep” {
@DAD changes mouthColor into Ash Deep Gloss
goto boy_GlossColors_1
} “Dark Mauve” {
@DAD changes mouthColor into Dark Mauve Gloss
goto boy_GlossColors_1
} “Dark Amethyst” {
@DAD changes mouthColor into Dark Amethyst Gloss
goto boy_GlossColors_1
} “Royal Blue” {
@DAD changes mouthColor into Royal Blue Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Dark Apricot” {
@DAD changes mouthColor into Dark Apricot Gloss
goto boy_GlossColors_1
} “Copper Deep” {
@DAD changes mouthColor into Copper Deep Gloss
goto boy_GlossColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
label boy_MatteColors_1
NARRATOR
Matte lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@DAD changes mouthColor into Peach Matte
goto boy_MatteColors_1
} “Light Peach” {
@DAD changes mouthColor into Pink Peach Light Matte
goto boy_MatteColors_1
} “Beige Pink” {
@DAD changes mouthColor into Pink Beige Matte
goto boy_MatteColors_1
} “Medium Pink” {
@DAD changes mouthColor into Pink Medium Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Warm Pink” {
@DAD changes mouthColor into Pink Warm Matte
goto boy_MatteColors_1
} “Hot Pink” {
@DAD changes mouthColor into Pink Hot Matte
goto boy_MatteColors_1
} “Deep Pink” {
@DAD changes mouthColor into Pink Deep Matte
goto boy_MatteColors_1
} “Rose” {
@DAD changes mouthColor into Rose Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Pink Peach” {
@DAD changes mouthColor into Pink Peach Medium Matte
goto boy_MatteColors_1
} “Light Nude” {
@DAD changes mouthColor into Rose Light Nude Matte
goto boy_MatteColors_1
} “Medium Nude” {
@DAD changes mouthColor into Rose Medium Nude Matte
goto boy_MatteColors_1
} “Dark Nude” {
@DAD changes mouthColor into Rose Dark Nude Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Mauve” {
@DAD changes mouthColor into Mauve Matte
goto boy_MatteColors_1
} “Pastel Purple” {
@DAD changes mouthColor into Purple Pastel Matte
goto boy_MatteColors_1
} “Plum” {
@DAD changes mouthColor into Plum Matte
goto boy_MatteColors_1
} “Deep Purple” {
@DAD changes mouthColor into Purple Deep Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Red” {
@DAD changes mouthColor into Red Matte
goto boy_MatteColors_1
} “Deep Red” {
@DAD changes mouthColor into Red Deep Matte
goto boy_MatteColors_1
} “Violet” {
@DAD changes mouthColor into Violet Matte
goto boy_MatteColors_1
} “Black” {
@DAD changes mouthColor into Black Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Blood Orange” {
@DAD changes mouthColor into Blood Orange Matte
goto boy_MatteColors_1
} “Red Garnet” {
@DAD changes mouthColor into Red Garnet Matte
goto boy_MatteColors_1
} “Blackberry” {
@DAD changes mouthColor into Blackberry Matte
goto boy_MatteColors_1
} “Pink Cashmere” {
@DAD changes mouthColor into Pink Cashmere Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Ash Deep” {
@DAD changes mouthColor into Ash Deep Matte
goto boy_MatteColors_1
} “Dark Mauve” {
@DAD changes mouthColor into Dark Mauve Matte
goto boy_MatteColors_1
} “Dark Amethyst” {
@DAD changes mouthColor into Dark Amethyst Matte
goto boy_MatteColors_1
} “Royal Blue” {
@DAD changes mouthColor into Royal Blue Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Dark Apricot” {
@DAD changes mouthColor into Dark Apricot Matte
goto boy_MatteColors_1
} “Copper Deep” {
@DAD changes mouthColor into Copper Deep Matte
goto boy_MatteColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
####################### NOSE SHAPE #######################
label boy_nose_1
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button Wide” {
@DAD changes nose into Button Wide
goto boy_nose_1
} “Button Round” {
@DAD changes nose into Button Round
goto boy_nose_1
} “Grecian Narrow” {
@DAD changes nose into Grecian Narrow
goto boy_nose_1
} “Grecian Hooked”{
@DAD changes nose into Hooked Grecian
goto boy_nose_1
} “Grecian Round” {
@DAD changes nose into Grecian Round
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Round Wide” {
@DAD changes nose into Round Wide
goto boy_nose_1
} “Generic” {
@DAD changes nose into Male Generic
goto boy_nose_1
} “Straight Narrow” {
@DAD changes nose into Straight Narrow
goto boy_nose_1
} “Bulbous Downturned” {
@DAD changes nose into Bulbous Downturned
goto boy_nose_1
} “Round Flared Downturned” {
@DAD changes nose into Round Flared Downturned
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Straight Flat” {
@DAD changes nose into Straight Flat
goto boy_nose_1
} “Straight Pointed” {
@DAD changes nose into Straight Pointed
goto boy_nose_1
} “Roman Straight Broad” {
@DAD changes nose into Roman Straight Broad
goto boy_nose_1
} “Done”{
goto boy_custom_1
} “Aquiline Medium” {
@DAD changes nose into Aquiline Medium
goto boy_nose_1
}
####################### HAIR STYLE #######################
label boy_hair_1
NARRATOR
All hairstyles.
choice
“Short Hair” {
goto boy_hair_short_1
} “Medium Hair” {
goto boy_hair_medium_1
} “Long Hair” {
goto boy_hair_long_1
} “Done” {
goto boy_custom_1
} “Change Color” {
goto boy_haircolor_1
}
label boy_hair_short_1
NARRATOR
Short hairstyles.
choice [shouldPaginate: YES]
“Military Fade” {
@DAD changes hair into Military Fade Cut
goto boy_hair_short_1
} “Slicked Back” {
@DAD changes hair into Slicked Back Solid
goto boy_hair_short_1
} “Curly Fade” {
@DAD changes hair into Short Curly Fade
goto boy_hair_short_1
} “Curly Mohawk” {
@DAD changes hair into Curly Mohawk
goto boy_hair_short_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Crew Cut” {
@DAD changes hair into Crew Cut
goto boy_hair_short_1
} “Conservative Cut” {
@DAD changes hair into Conservative Cut
goto boy_hair_short_1
} “Undercut Short” {
@DAD changes hair into Undercut Short Straight Texture
goto boy_hair_short_1
} “Receding Short” {
@DAD changes hair into Receding Short Straight
goto boy_hair_short_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Receded Hairline” {
@DAD changes hair into Receded Hairline
goto boy_hair_short_1
} “Back to Hairstyles” {
goto boy_hair_1
} “Change Color” {
goto boy_haircolor_1
}
label boy_hair_medium_1
NARRATOR
Medium hairstyles.
choice [shouldPaginate: YES]
“Taper Wavy” {
@DAD changes hair into Medium Taper Wavy
goto boy_hair_medium_1
} “Side Curls” {
@DAD changes hair into Medium Side Curls
goto boy_hair_medium_1
} “Mohawk Dreads” {
@DAD changes hair into Mohawk Dreads Short
goto boy_hair_medium_1
} “Top Dreads Loose” {
@DAD changes hair into Dreads Loose Top Short
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Long Messy Top Curls” {
@DAD changes hair into Long Top Messy Curls
goto boy_hair_medium_1
} “Side Part Curly” {
@DAD changes hair into Short Side Part Curly
goto boy_hair_medium_1
} “Messy Undercut” {
@DAD changes hair into Messy Undercut
goto boy_hair_medium_1
} “Natural Waves” {
@DAD changes hair into Medium Waves Natural
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Medium Wavy Messy” {
@DAD changes hair into Medium Wavy Messy
goto boy_hair_medium_1
} “Tousled Curls” {
@DAD changes hair into Tousled Loose Curls Long
goto boy_hair_medium_1
} “Parted Bangs” {
@DAD changes hair into Long Bang Short Hair
goto boy_hair_medium_1
} “Generic Short” {
@DAD changes hair into Generic Short
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Twists” {
@DAD changes hair into Short Twists
goto boy_hair_medium_1
} “Messy Curls” {
@DAD changes hair into Short Messy Curls
goto boy_hair_medium_1
} “Messy Wavy” {
@DAD changes hair into Wavy Messy
goto boy_hair_medium_1
} “Quiff” {
@DAD changes hair into Wavy Quiff
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Dreads Mohawk” {
@DAD changes hair into Dreads Mohawk Wrap Up Hair
goto boy_hair_medium_1
} “Small Bun” {
@DAD changes hair into Small Bun
goto boy_hair_medium_1
} “Manbun” {
@DAD changes hair into Manbun
goto boy_hair_medium_1
} “Side Shave” {
@DAD changes hair into Short Side Shave
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Pixie” {
@DAD changes hair into Short Pixie
goto boy_hair_medium_1
} “Messy Side Part” {
@DAD changes hair into Medium Side Part Flip
goto boy_hair_medium_1
} “Messy Fluffy” {
@DAD changes hair into Medium Messy Fluffy Parted
goto boy_hair_medium_1
} “Bangs Fluffy” {
@DAD changes hair into Straight Bang Fluffy Hair Hair
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
label boy_hair_long_1
NARRATOR
Long hairstyles.
choice [shouldPaginate: YES]
“Shaggy” {
@DAD changes hair into Short Shaggy
goto boy_hair_long_1
} “Ponytail Wavy” {
@DAD changes hair into Small Ponytail Wavy Parted Hair
goto boy_hair_long_1
} “Side Swept” {
@DAD changes hair into Side Swept Medium Hair Solid
goto boy_hair_long_1
} “Messy Wild Unkempt” {
@DAD changes hair into Messy Wild Unkempt
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Afro” {
@DAD changes hair into Afro
goto boy_hair_long_1
} “Curly Afro” {
@DAD changes hair into Curly Loose Afro Hair
goto boy_hair_long_1
} “Medium Dreadlocks” {
@DAD changes hair into Medium Dreadlocks
goto boy_hair_long_1
} “Long Dreadlocks” {
@DAD changes hair into Long Dreadlocks
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Braided” {
@DAD changes hair into Long Braided
goto boy_hair_long_1
} “Dreads Bun” {
@DAD changes hair into Dreads Long Loose Bun
goto boy_hair_long_1
} “Medium Shoulder Dreads” {
@DAD changes hair into Dreads Loose Medium Shoulder Hair
goto boy_hair_long_1
} “Medium Curly” {
@DAD changes hair into Medium Curly
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Short Wavy” {
@DAD changes hair into Short Wavy
goto boy_hair_long_1
} “Parted Straight” {
@DAD changes hair into Straight Medium
goto boy_hair_long_1
} “Long Wavy” {
@DAD changes hair into Wavy Long
goto boy_hair_long_1
} “Long Curls” {
@DAD changes hair into Long Curls
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Emo Hair” {
@DAD changes hair into Emo Pixie
goto boy_hair_long_1
} “Scene Hair” {
@DAD changes hair into Scene Swoosh
goto boy_hair_long_1
} “Punk Hair” {
@DAD changes hair into Cropped Punk Cut
goto boy_hair_long_1
} “Long Slicked Back” {
@DAD changes hair into Long Straight Slicked Back
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Messy Curls” {
@DAD changes hair into Medium Messy Curls
goto boy_hair_long_1
} “Long Wavy Ponytail” {
@DAD changes hair into Updo Pony Wavy Long
goto boy_hair_long_1
} “Layered Side Part” {
@DAD changes hair into Long Layered Side Part
goto boy_hair_long_1
} “Loose Curls” {
@DAD changes hair into Long Loose Curls
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Wavy Blowout” {
@DAD changes hair into Long Wavy Blowout
goto boy_hair_long_1
} “Thick Curls” {
@DAD changes hair into Long Thick Curls
goto boy_hair_long_1
} “Widows Peak” {
@DAD changes hair into Long Tapered Widows Peak
goto boy_hair_long_1
} “Wavy Parted” {
@DAD changes hair into Long Wavy Parted
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
####################### HAIR COLOR #######################
label boy_haircolor_1
NARRATOR
All hair colors.
choice
“Dark”{
goto boy_hairDark_1
}“Light” {
goto boy_hairLight_1
}“Dyed”{
goto boy_hairDye_1
} “Back to Styles” {
goto boy_hair_1
}
label boy_hairDark_1
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Light Brown” {
@DAD changes hairColor into Light Brown
goto boy_hairDark_1
}“Warm Brown” {
@DAD changes hairColor into Medium Warm Brown
goto boy_hairDark_1
}“Medium Brown” {
@DAD changes hairColor into Medium Brown
goto boy_hairDark_1
}“Chestnut Brown”{
@DAD changes hairColor into Chestnut Brown
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Dark Brown”{
@DAD changes hairColor into Dark Brown
goto boy_hairDark_1
}“Brunette Brown”{
@DAD changes hairColor into Brunette Brown
goto boy_hairDark_1
}“Ginger Red” {
@DAD changes hairColor into Ginger Red
goto boy_hairDark_1
}“Burgundy Red” {
@DAD changes hairColor into Burgundy Red
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Deep Brown” {
@DAD changes hairColor into Deep Brown
goto boy_hairDark_1
}“Brown Black” {
@DAD changes hairColor into Brown Black
goto boy_hairDark_1
}“Dark Black” {
@DAD changes hairColor into Black Dark
goto boy_hairDark_1
}“Jet Black” {
@DAD changes hairColor into Black Jet
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
label boy_hairLight_1
NARRATOR
Light hair colors.
choice [shouldPaginate: YES]
“Platinum Blonde” {
@DAD changes hairColor into Platinum Blonde
goto boy_hairLight_1
}“Dirty Blonde” {
@DAD changes hairColor into Dirty Blonde
goto boy_hairLight_1
}“Honey Blonde” {
@DAD changes hairColor into Honey Blonde
goto boy_hairLight_1
}“Strawberry Blonde” {
@DAD changes hairColor into Strawberry Blonde
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Medium Blonde” {
@DAD changes hairColor into Blonde Medium
goto boy_hairLight_1
}“Ash Blonde” {
@DAD changes hairColor into Ash Blonde
goto boy_hairLight_1
}“Peach Blonde” {
@DAD changes hairColor into Peach Blonde
goto boy_hairLight_1
}“Platinum White” {
@DAD changes hairColor into Platinum White
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
label boy_hairDye_1
NARRATOR
Dyed hair colors.
choice
“Pink/Purple” {
goto boy_hairDye_Pink_1
}“Blue/Green” {
goto boy_hairDye_Blue_1
}“Red/Yellow” {
goto boy_hairDye_Red_1
}“White/Grey” {
goto boy_hairDye_White_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
label boy_hairDye_Pink_1
NARRATOR
Pink and purple hair colors.
choice [shouldPaginate: YES]
“Hot Pink” {
@DAD changes hairColor into Hot Pink
goto boy_hairDye_Pink_1
} “Light Pink” {
@DAD changes hairColor into Pink Lt
goto boy_hairDye_Pink_1
} “Warm Pink” {
@DAD changes hairColor into Warm Pink
goto boy_hairDye_Pink_1
} “Rose Gold” {
@DAD changes hairColor into Rose Gold
goto boy_hairDye_Pink_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Purple” {
@DAD changes hairColor into Red Purple
goto boy_hairDye_Pink_1
} “Purple Lilac” {
@DAD changes hairColor into Purple Lilac
goto boy_hairDye_Pink_1
} “Plum” {
@DAD changes hairColor into Plum
goto boy_hairDye_Pink_1
} “Dark Purple” {
@DAD changes hairColor into Purple
goto boy_hairDye_Pink_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Pastel Lavender” {
@DAD changes hairColor into Pastel Purple Lavender
goto boy_hairDye_Pink_1
}“Done” {
goto boy_custom_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}
label boy_hairDye_Blue_1
NARRATOR
Blue and green hair colors.
choice [shouldPaginate: YES]
“Blue” {
@DAD changes hairColor into Blue
goto boy_hairDye_Blue_1
} “Light Blue” {
@DAD changes hairColor into Cornflower Blue
goto boy_hairDye_Blue_1
} “Aqua Blue” {
@DAD changes hairColor into Aqua Blue
goto boy_hairDye_Blue_1
} “Dark Blue” {
@DAD changes hairColor into Blue Black
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Green” {
@DAD changes hairColor into Green
goto boy_hairDye_Blue_1
} “Lime Green” {
@DAD changes hairColor into Yellow Green
goto boy_hairDye_Blue_1
} “Mint” {
@DAD changes hairColor into Mint
goto boy_hairDye_Blue_1
} “Aqua Green” {
@DAD changes hairColor into Aqua Green
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Pastel Blue” {
@DAD changes hairColor into Pastel Blue
goto boy_hairDye_Blue_1
} “Pastel Mint” {
@DAD changes hairColor into Pastel Mint
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
label boy_hairDye_Red_1
NARRATOR
Red, yellow, & orange hair colors.
choice [shouldPaginate: YES]
“Yellow” {
@DAD changes hairColor into Yellow
goto boy_hairDye_Red_1
} “Orange” {
@DAD changes hairColor into Orange
goto boy_hairDye_Red_1
} “Red” {
@DAD changes hairColor into Red
goto boy_hairDye_Red_1
} “Copper Red” {
@DAD changes hairColor into Copper Red
goto boy_hairDye_Red_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
label boy_hairDye_White_1
NARRATOR
White & grey hair colors.
choice [shouldPaginate: YES]
“Grey” {
@DAD changes hairColor into Cool Gray
goto boy_hairDye_White_1
} “Light Grey” {
@DAD changes hairColor into Aqua Gray
goto boy_hairDye_White_1
}“White” {
@DAD changes hairColor into Warm White
goto boy_hairDye_White_1
}“Ice” {
@DAD changes hairColor into Platinum Ice
goto boy_hairDye_White_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
label boy_end_1
NARRATOR
Are you happy with how he looks?
choice
“Yes, he looks great!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@DAD is primp_neutral
} “No, I want to change something.” {
goto boy_custom_1
}
@DAD exits right
@pause for 0.5
@transition fade out black in 2
Here’s how mom should look:
Correct:
This is how mom looks in the story:
INCORRECT!
I am getting very frustrated someone, anyone, HELP ME!!! Episode is broken!!!