I could not figure out how to screenshot it off my computer and everytime i printed the screen, the text got all pixelated, I’ll copy & paste it here. in the midst of trying to figure out how to get you a good screenshot I figured out the first problem which was an extra bracket & also replacing all the hairstyle labels with the hair color one instead.
I forgot to mention I also wanted to remove the dyed hair option for the moment.
So now there’s two errors that i’m getting with this…
- Label “female_1_end” does not exist.
- Label fem_hairdye_1" is never used.
Here’s my script:
INT. BLACK - NIGHT
readerMessage I have removed the hairstyle and dyed hair for now.
label female_custom_1
@GEMMA spot 2.400 170 -520 and GEMMA faces right and GEMMA starts idle
NARRATOR
What do you look like?
choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_haircolor_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face Shape”{
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Mouth” {
goto fem_mouth_1
} “This is perfect!” {
goto female_1_end
}
####################### SKIN COLOR #######################
label fem_skin_1
NARRATOR
All skin tones.
choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}
label fem_neutralskin_1
NARRATOR
Neutral skin tones.
choice [shouldPaginate: YES]
“Neutral 00” {
@GEMMA changes bodyColor into Neutral 00
goto fem_neutralskin_1
} “Neutral 01” {
@GEMMA changes bodyColor into Neutral 01
goto fem_neutralskin_1
} “Neutral 02” {
@GEMMA changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@GEMMA changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 04” {
@GEMMA changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Neutral 05” {
@GEMMA changes bodyColor into Neutral 05
goto fem_neutralskin_1
} “Neutral 06” {
@GEMMA changes bodyColor into Neutral 06
goto fem_neutralskin_1
} “Neutral 07” {
@GEMMA changes bodyColor into Neutral 07
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 08” {
@GEMMA changes bodyColor into Neutral 08
goto fem_neutralskin_1
} “Neutral 09” {
@GEMMA changes bodyColor into Neutral 09
goto fem_neutralskin_1
} “Neutral 10” {
@GEMMA changes bodyColor into Neutral 10
goto fem_neutralskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_roseskin_1
NARRATOR
Rose skin tones.
choice [shouldPaginate: YES]
“Rose 00” {
@GEMMA changes bodyColor into Rose 00
goto fem_roseskin_1
} “Rose 01” {
@GEMMA changes bodyColor into Rose 01
goto fem_roseskin_1
} “Rose 02” {
@GEMMA changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@GEMMA changes bodyColor into Rose 03
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 04” {
@GEMMA changes bodyColor into Rose 04
goto fem_roseskin_1
} “Rose 05” {
@GEMMA changes bodyColor into Rose 05
goto fem_roseskin_1
} “Rose 06” {
@GEMMA changes bodyColor into Rose 06
goto fem_roseskin_1
} “Rose 07” {
@GEMMA changes bodyColor into Rose 07
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 08” {
@GEMMA changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@GEMMA changes bodyColor into Rose 09
goto fem_roseskin_1
} “Rose 10” {
@GEMMA changes bodyColor into Rose 10
goto fem_roseskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_goldskin_1
NARRATOR
Gold skin tones.
choice [shouldPaginate: YES]
“Gold 00” {
@GEMMA changes bodyColor into Gold 00
goto fem_goldskin_1
} “Gold 01” {
@GEMMA changes bodyColor into Gold 01
goto fem_goldskin_1
} “Gold 02” {
@GEMMA changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@GEMMA changes bodyColor into Gold 03
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 04” {
@GEMMA changes bodyColor into Gold 04
goto fem_goldskin_1
} “Gold 05” {
@GEMMA changes bodyColor into Gold 05
goto fem_goldskin_1
} “Gold 06” {
@GEMMA changes bodyColor into Gold 06
goto fem_goldskin_1
} “Gold 07” {
@GEMMA changes bodyColor into Gold 07
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 08” {
@GEMMA changes bodyColor into Gold 08
goto fem_goldskin_1
} “Gold 09” {
@GEMMA changes bodyColor into Gold 09
goto fem_goldskin_1
} “Gold 10” {
@GEMMA changes bodyColor into Gold 10
goto fem_goldskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_copperskin_1
NARRATOR
Copper skin tones.
choice [shouldPaginate: YES]
“Copper 00” {
@GEMMA changes bodyColor into Copper 00
goto fem_copperskin_1
} “Copper 01” {
@GEMMA changes bodyColor into Copper 01
goto fem_copperskin_1
} “Copper 02” {
@GEMMA changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@GEMMA changes bodyColor into Copper 03
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 04” {
@GEMMA changes bodyColor into Copper 04
goto fem_copperskin_1
} “Copper 05” {
@GEMMA changes bodyColor into Copper 05
goto fem_copperskin_1
} “Copper 06” {
@GEMMA changes bodyColor into Copper 06
goto fem_copperskin_1
} “Copper 07” {
@GEMMA changes bodyColor into Copper 07
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 08” {
@GEMMA changes bodyColor into Copper 08
goto fem_copperskin_1
} “Copper 09” {
@GEMMA changes bodyColor into Copper 09
goto fem_copperskin_1
} “Copper 10” {
@GEMMA changes bodyColor into Copper 10
goto fem_copperskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_ashskin_1
NARRATOR
Ash skin tones.
choice [shouldPaginate: YES]
“Ash 00” {
@GEMMA changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 01” {
@GEMMA changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 02” {
@GEMMA changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 03” {
@GEMMA changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 04” {
@GEMMA changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 05” {
@GEMMA changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 06” {
@GEMMA changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 07” {
@GEMMA changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 08” {
@GEMMA changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 09” {
@GEMMA changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 10” {
@GEMMA changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
####################### EYEBROWS #######################
label fem_brows_1
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Arched Natural”{
@GEMMA changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@GEMMA changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@GEMMA changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@GEMMA changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@GEMMA changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@GEMMA changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin High”{
@GEMMA changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@GEMMA changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Arched Natural Scar”{
@GEMMA changes eyebrows into Arched Natural Scar
goto fem_brows_1
}“High Arch Angled”{
@GEMMA changes eyebrows into High Arch Angled
goto fem_brows_1
}“Arched Short”{
@GEMMA changes eyebrows into Arched Short
goto fem_brows_1
}“Bushy Thick”{
@GEMMA changes eyebrows into Bushy Thick
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
####################### EYEBROW COLOR #######################
label fem_browscolor_1
NARRATOR
Eyebrow colors.
choice [shouldPaginate: YES]
“Dirty Blonde” {
@GEMMA changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@GEMMA changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@GEMMA changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@GEMMA changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@GEMMA changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@GEMMA changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@GEMMA changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@GEMMA changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@GEMMA changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@GEMMA changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@GEMMA changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@GEMMA changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@GEMMA changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@GEMMA changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@GEMMA changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@GEMMA changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@GEMMA changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@GEMMA changes eyebrowsColor into White
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
####################### FACE SHAPE #######################
label fem_face_1
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Diamond” {
@GEMMA changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@GEMMA changes face into Diamond Long
goto fem_face_1
} “Defined Diamond” {
@GEMMA changes face into Diamond Defined Contour
goto fem_face_1
} “Defined Heart” {
@GEMMA changes face into Heart Defined
goto fem_face_1
} “Defined Squared” {
@GEMMA changes face into Square Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Soft Heart” {
@GEMMA changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@GEMMA changes face into Triangle Defined
goto fem_face_1
} “Mature Square” {
@GEMMA changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@GEMMA changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@GEMMA changes face into Round Soft
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Double Chin” {
@GEMMA changes face into Heart Mature Double Chin
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Round Puffy” {
@GEMMA changes face into Round Puffy Cheek
goto fem_face_1
}
####################### EYE SHAPE #######################
label fem_eyes_1
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Round Wide” {
@GEMMA changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@GEMMA changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@GEMMA changes eyes into Sharp Almond
goto fem_eyes_1
} “Generic” {
@GEMMA changes eyes into Female Generic
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Deepset Downturned” {
@GEMMA changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Wide” {
@GEMMA changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@GEMMA changes eyes into Deepset Almond
goto fem_eyes_1
} “Deepset Smokey Eye” {
@GEMMA changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Monolid Slender” {
@GEMMA changes eyes into Monolid Slender
goto fem_eyes_1
} “Angular Slender” {
@GEMMA changes eyes into Angular Slender
goto fem_eyes_1
} “Almond Slender” {
@GEMMA changes eyes into Hooded Slender Almond
goto fem_eyes_1
} “Almond Slender Eyeliner” {
@GEMMA changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
####################### EYE COLOR #######################
label fem_eyecolor_1
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@GEMMA changes eyesColor into Brown Black
goto fem_eyecolor_1
} “Dark Brown” {
@GEMMA changes eyesColor into Brown Dark
goto fem_eyecolor_1
} “Light Brown” {
@GEMMA changes eyesColor into Brown Light
goto fem_eyecolor_1
} “Pale Brown” {
@GEMMA changes eyesColor into Brown Pale
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Ice Blue” {
@GEMMA changes eyesColor into Ice Blue
goto fem_eyecolor_1
} “Aqua Blue” {
@GEMMA changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} “Deep Blue” {
@GEMMA changes eyesColor into Blue Deep
goto fem_eyecolor_1
} “Blue Green” {
@GEMMA changes eyesColor into Blue Green
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Silver” {
@GEMMA changes eyesColor into Grey Cool
goto fem_eyecolor_1
} “Green” {
@GEMMA changes eyesColor into Green Emerald
goto fem_eyecolor_1
} “Hazel” {
@GEMMA changes eyesColor into Hazel
goto fem_eyecolor_1
} “Dark Hazel” {
@GEMMA changes eyesColor into Hazel Dark
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Red” {
@GEMMA changes eyesColor into Red
goto fem_eyecolor_1
} “Violet” {
@GEMMA changes eyesColor into Violet
goto fem_eyecolor_1
} “Change Eye Shape” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
####################### MOUTH SHAPE #######################
label fem_mouth_1
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Full Heart” {
@GEMMA changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@GEMMA changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Heart” {
@GEMMA changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@GEMMA changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@GEMMA changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@GEMMA changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@GEMMA changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}“Medium Downturned” {
@GEMMA changes mouth into Medium Downturned Pout
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Full Flat Top” {
@GEMMA changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}“Full Wide” {
@GEMMA changes mouth into Full Wide
goto fem_mouth_1
}“Heart Shaped” {
@GEMMA changes mouth into Heart Shaped Pout
goto fem_mouth_1
}“Heart with Braces” {
@GEMMA changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
####################### MOUTH COLOR #######################
label fem_mouthcolor_1
NARRATOR
All lip colors.
choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Change Lip Shape” {
goto fem_mouth_1
}
label fem_NaturalColors_1
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Fair Rose” {
@GEMMA changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_1
} “Fair Neutral” {
@GEMMA changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_1
} “Fair Gold” {
@GEMMA changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_1
} “Beige Light Gold” {
@GEMMA changes mouthColor into Beige Light Gold Matte
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Beige Gold” {
@GEMMA changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_1
} “Beige Rose” {
@GEMMA changes mouthColor into Beige Rose
goto fem_NaturalColors_1
} “Beige Deep Neutral” {
@GEMMA changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_1
} “Medium Nude” {
@GEMMA changes mouthColor into Neutral Medium Nude Matte
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Tan Deep Gold” {
@GEMMA changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_1
} “Tan Deep Neutral” {
@GEMMA changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_1
} “Brown Neutral” {
@GEMMA changes mouthColor into Brown Neutral
goto fem_NaturalColors_1
} “Brown Gold” {
@GEMMA changes mouthColor into Brown Gold
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Deep Gold” {
@GEMMA changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_1
} “Brown Deep Rose” {
@GEMMA changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
label fem_GlossColors_1
NARRATOR
Gloss lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@GEMMA changes mouthColor into Peach Gloss
goto fem_GlossColors_1
} “Light Peach” {
@GEMMA changes mouthColor into Pink Peach Lt Gloss
goto fem_GlossColors_1
} “Beige Pink” {
@GEMMA changes mouthColor into Pink Beige Gloss
goto fem_GlossColors_1
} “Medium Pink” {
@GEMMA changes mouthColor into Pink Medium Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@GEMMA changes mouthColor into Pink Warm Gloss
goto fem_GlossColors_1
} “Hot Pink” {
@GEMMA changes mouthColor into Pink Hot Gloss
goto fem_GlossColors_1
} “Deep Pink” {
@GEMMA changes mouthColor into Pink Deep Gloss
goto fem_GlossColors_1
} “Rose” {
@GEMMA changes mouthColor into Rose Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Pink Peach” {
@GEMMA changes mouthColor into Pink Peach Medium Gloss
goto fem_GlossColors_1
} “Light Nude” {
@GEMMA changes mouthColor into Rose Light Nude Gloss
goto fem_GlossColors_1
} “Medium Nude” {
@GEMMA changes mouthColor into Rose Medium Nude Gloss
goto fem_GlossColors_1
} “Dark Nude” {
@GEMMA changes mouthColor into Rose Dark Nude Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@GEMMA changes mouthColor into Mauve Gloss
goto fem_GlossColors_1
} “Pastel Purple” {
@GEMMA changes mouthColor into Purple Pastel Gloss
goto fem_GlossColors_1
} “Plum” {
@GEMMA changes mouthColor into Plum Gloss
goto fem_GlossColors_1
} “Deep Purple” {
@GEMMA changes mouthColor into Purple Deep Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Red” {
@GEMMA changes mouthColor into Red Gloss
goto fem_GlossColors_1
} “Deep Red” {
@GEMMA changes mouthColor into Red Deep Gloss
goto fem_GlossColors_1
} “Violet” {
@GEMMA changes mouthColor into Violet Gloss
goto fem_GlossColors_1
} “Black” {
@GEMMA changes mouthColor into Black Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
label fem_MatteColors_1
NARRATOR
Matte lipstick colors.
choice [shouldPaginate: YES]
“Peach” {
@GEMMA changes mouthColor into Peach Matte
goto fem_MatteColors_1
} “Light Peach” {
@GEMMA changes mouthColor into Pink Peach Light Matte
goto fem_MatteColors_1
} “Beige Pink” {
@GEMMA changes mouthColor into Pink Beige Matte
goto fem_MatteColors_1
} “Medium Pink” {
@GEMMA changes mouthColor into Pink Medium Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@GEMMA changes mouthColor into Pink Warm Matte
goto fem_MatteColors_1
} “Hot Pink” {
@GEMMA changes mouthColor into Pink Hot Matte
goto fem_MatteColors_1
} “Deep Pink” {
@GEMMA changes mouthColor into Pink Deep Matte
goto fem_MatteColors_1
} “Rose” {
@GEMMA changes mouthColor into Rose Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Pink Peach” {
@GEMMA changes mouthColor into Pink Peach Medium Matte
goto fem_MatteColors_1
} “Light Nude” {
@GEMMA changes mouthColor into Rose Light Nude Matte
goto fem_MatteColors_1
} “Medium Nude” {
@GEMMA changes mouthColor into Rose Medium Nude Matte
goto fem_MatteColors_1
} “Dark Nude” {
@GEMMA changes mouthColor into Rose Dark Nude Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@GEMMA changes mouthColor into Mauve Matte
goto fem_MatteColors_1
} “Pastel Purple” {
@GEMMA changes mouthColor into Purple Pastel Matte
goto fem_MatteColors_1
} “Plum” {
@GEMMA changes mouthColor into Plum Matte
goto fem_MatteColors_1
} “Deep Purple” {
@GEMMA changes mouthColor into Purple Deep Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Red” {
@GEMMA changes mouthColor into Red Matte
goto fem_MatteColors_1
} “Deep Red” {
@GEMMA changes mouthColor into Red Deep Matte
goto fem_MatteColors_1
} “Violet” {
@GEMMA changes mouthColor into Violet Matte
goto fem_MatteColors_1
} “Black” {
@GEMMA changes mouthColor into Black Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
####################### NOSE SHAPE #######################
label fem_nose_1
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Defined Natural” {
@GEMMA changes nose into Defined Natural
goto fem_nose_1
} “Grecian Soft” {
@GEMMA changes nose into Grecian Soft
goto fem_nose_1
} “Round Broad” {
@GEMMA changes nose into Round Broad
goto fem_nose_1
} “Round Button” {
@GEMMA changes nose into Round Button
goto fem_nose_1
} “Round Button Upturned” {
@GEMMA changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto female_custom_1
}
“Round Downturned” {
@GEMMA changes nose into Round Downturned
goto fem_nose_1
} “Round Flared Upturned” {
@GEMMA changes nose into Round Flared Upturned
goto fem_nose_1
} “Round Flared Downturned” {
@GEMMA changes nose into Round Flared Downturned
goto fem_nose_1
} “Pointed Downturned” {
@GEMMA changes nose into Pointed Downturned
goto fem_nose_1
} “Broad Wide” {
@GEMMA changes nose into Broad Wide
goto fem_nose_1
} “Done”{
goto female_custom_1
}
label fem_haircolor_1
NARRATOR
All hair colors.
choice
“Dark”{
goto fem_hairDark_1
}“Light” {
goto fem_hairLight_1
} “Back to Styles” {
goto fem_haircolor_1
}
label fem_hairDark_1
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Light Brown” {
@GEMMA changes hairColor into Light Brown
goto fem_hairDark_1
}“Warm Brown” {
@GEMMA changes hairColor into Medium Warm Brown
goto fem_hairDark_1
}“Medium Brown” {
@GEMMA changes hairColor into Medium Brown
goto fem_hairDark_1
}“Chestnut Brown”{
@GEMMA changes hairColor into Chestnut Brown
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Dark Brown”{
@GEMMA changes hairColor into Dark Brown
goto fem_hairDark_1
}“Brunette Brown”{
@GEMMA changes hairColor into Brunette Brown
goto fem_hairDark_1
}“Ginger Red” {
@GEMMA changes hairColor into Ginger Red
goto fem_hairDark_1
}“Burgundy Red” {
@GEMMA changes hairColor into Burgundy Red
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@GEMMA changes hairColor into Deep Brown
goto fem_hairDark_1
}“Dark Black” {
@GEMMA changes hairColor into Black Dark
goto fem_hairDark_1
}“Jet Black” {
@GEMMA changes hairColor into Black Jet
goto fem_hairDark_1
}“Done”{
goto female_custom_1
}“Different Colors”{
goto fem_haircolor_1
}
label fem_hairLight_1
NARRATOR
Light hair colors.
choice [shouldPaginate: YES]
“Platinum Blonde” {
@GEMMA changes hairColor into Platinum Blonde
goto fem_hairLight_1
}“Dirty Blonde” {
@GEMMA changes hairColor into Dirty Blonde
goto fem_hairLight_1
}“Honey Blonde” {
@GEMMA changes hairColor into Honey Blonde
goto fem_hairLight_1
}“Strawberry Blonde” {
@GEMMA changes hairColor into Strawberry Blonde
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@GEMMA changes hairColor into Blonde Medium
goto fem_hairLight_1
}“Ash Blonde” {
@GEMMA changes hairColor into Ash Blonde
goto fem_hairLight_1
}“Peach Blonde” {
@GEMMA changes hairColor into Peach Blonde
goto fem_hairLight_1
}“Platinum White” {
@GEMMA changes hairColor into Platinum White
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
label fem_hairDye_1
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Template created by @dara.amarie.ep on IG!
@GEMMA is primp_neutral
} “No, I want to change something” {
goto female_custom_1
}