Problem with Templates! (LL)

Hey guys.
I’ve been trying to use Dara Emelie’s Templates for Female hair and lip color only, but I can’t put my characters name in it! (Alexis) Can someone please help me do it?
Thank you so much!
x

Yes i know, but I can’t do that and I don’t know why :frowning:

Copy & paste this code.

label female_custom_1
@ALEXIS spot 2.400 170 -520 and ALEXIS faces right and ALEXIS starts idle

        NARRATOR
    What do you look like?

choice
"Skin Tone" {
goto fem_skin_1
} "Hair" {
goto fem_hair_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
} <PREMIUM> "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
} <GREEN> "Done" {
goto female_custom_1
}

label fem_neutralskin_1

        NARRATOR
    Neutral skin tones.

choice [shouldPaginate: YES]
"Neutral 00" {
@ALEXIS changes bodyColor into Neutral 00
goto fem_neutralskin_1
} "Neutral 01" {
@ALEXIS changes bodyColor into Neutral 01
goto fem_neutralskin_1
} "Neutral 02" {
@ALEXIS changes bodyColor into Neutral 02
goto fem_neutralskin_1
} "Neutral 03" {
@ALEXIS changes bodyColor into Neutral 03
goto fem_neutralskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Neutral 04" {
@ALEXIS changes bodyColor into Neutral 04
goto fem_neutralskin_1
} "Neutral 05" {
@ALEXIS changes bodyColor into Neutral 05
goto fem_neutralskin_1
} "Neutral 06" {
@ALEXIS changes bodyColor into Neutral 06
goto fem_neutralskin_1
} "Neutral 07" {
@ALEXIS changes bodyColor into Neutral 07
goto fem_neutralskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Neutral 08" {
@ALEXIS changes bodyColor into Neutral 08
goto fem_neutralskin_1
} "Neutral 09" {
@ALEXIS changes bodyColor into Neutral 09
goto fem_neutralskin_1
} "Neutral 10" {
@ALEXIS changes bodyColor into Neutral 10
goto fem_neutralskin_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Different Shades" {
goto fem_skin_1
}

label fem_roseskin_1

        NARRATOR
    Rose skin tones.

choice [shouldPaginate: YES]
"Rose 00" {
@ALEXIS changes bodyColor into Rose 00
goto fem_roseskin_1
} "Rose 01" {
@ALEXIS changes bodyColor into Rose 01
goto fem_roseskin_1
} "Rose 02" {
@ALEXIS changes bodyColor into Rose 02
goto fem_roseskin_1
} "Rose 03" {
@ALEXIS changes bodyColor into Rose 03
goto fem_roseskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Rose 04" {
@ALEXIS changes bodyColor into Rose 04
goto fem_roseskin_1
} "Rose 05" {
@ALEXIS changes bodyColor into Rose 05
goto fem_roseskin_1
} "Rose 06" {
@ALEXIS changes bodyColor into Rose 06
goto fem_roseskin_1
} "Rose 07" {
@ALEXIS changes bodyColor into Rose 07
goto fem_roseskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Rose 08" {
@ALEXIS changes bodyColor into Rose 08
goto fem_roseskin_1
} "Rose 09" {
@ALEXIS changes bodyColor into Rose 09
goto fem_roseskin_1
} "Rose 10" {
@ALEXIS changes bodyColor into Rose 10
goto fem_roseskin_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Different Shades" {
goto fem_skin_1
}

label fem_goldskin_1

        NARRATOR
    Gold skin tones.

choice [shouldPaginate: YES]
"Gold 00" {
@ALEXIS changes bodyColor into Gold 00
goto fem_goldskin_1
} "Gold 01" {
@ALEXIS changes bodyColor into Gold 01
goto fem_goldskin_1
} "Gold 02" {
@ALEXIS changes bodyColor into Gold 02
goto fem_goldskin_1
} "Gold 03" {
@ALEXIS changes bodyColor into Gold 03
goto fem_goldskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Gold 04" {
@ALEXIS changes bodyColor into Gold 04
goto fem_goldskin_1
} "Gold 05" {
@ALEXIS changes bodyColor into Gold 05
goto fem_goldskin_1
} "Gold 06" {
@ALEXIS changes bodyColor into Gold 06
goto fem_goldskin_1
} "Gold 07" {
@ALEXIS changes bodyColor into Gold 07
goto fem_goldskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Gold 08" {
@ALEXIS changes bodyColor into Gold 08
goto fem_goldskin_1
} "Gold 09" {
@ALEXIS changes bodyColor into Gold 09
goto fem_goldskin_1
} "Gold 10" {
@ALEXIS changes bodyColor into Gold 10
goto fem_goldskin_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Different Shades" {
goto fem_skin_1
}

label fem_copperskin_1

        NARRATOR
    Copper skin tones.

choice [shouldPaginate: YES]
"Copper 00" {
@ALEXIS changes bodyColor into Copper 00
goto fem_copperskin_1
} "Copper 01" {
@ALEXIS changes bodyColor into Copper 01
goto fem_copperskin_1
} "Copper 02" {
@ALEXIS changes bodyColor into Copper 02
goto fem_copperskin_1
} "Copper 03" {
@ALEXIS changes bodyColor into Copper 03
goto fem_copperskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Copper 04" {
@ALEXIS changes bodyColor into Copper 04
goto fem_copperskin_1
} "Copper 05" {
@ALEXIS changes bodyColor into Copper 05
goto fem_copperskin_1
} "Copper 06" {
@ALEXIS changes bodyColor into Copper 06
goto fem_copperskin_1
} "Copper 07" {
@ALEXIS changes bodyColor into Copper 07
goto fem_copperskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Copper 08" {
@ALEXIS changes bodyColor into Copper 08
goto fem_copperskin_1
} "Copper 09" {
@ALEXIS changes bodyColor into Copper 09
goto fem_copperskin_1
} "Copper 10" {
@ALEXIS changes bodyColor into Copper 10
goto fem_copperskin_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Different Shades" {
goto fem_skin_1
}

label fem_ashskin_1

        NARRATOR
    Ash skin tones.

choice [shouldPaginate: YES]
"Ash 00" {
@ALEXIS changes bodyColor into Ash 00
goto fem_ashskin_1
} "Ash 01" {
@ALEXIS changes bodyColor into Ash 01
goto fem_ashskin_1
} "Ash 02" {
@ALEXIS changes bodyColor into Ash 02
goto fem_ashskin_1
} "Ash 03" {
@ALEXIS changes bodyColor into Ash 03
goto fem_ashskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Ash 04" {
@ALEXIS changes bodyColor into Ash 04
goto fem_ashskin_1
} "Ash 05" {
@ALEXIS changes bodyColor into Ash 05
goto fem_ashskin_1
} "Ash 06" {
@ALEXIS changes bodyColor into Ash 06
goto fem_ashskin_1
} "Ash 07" {
@ALEXIS changes bodyColor into Ash 07
goto fem_ashskin_1
} <GREEN> "Different Shades" {
goto fem_skin_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Ash 08" {
@ALEXIS changes bodyColor into Ash 08
goto fem_ashskin_1
} "Ash 09" {
@ALEXIS changes bodyColor into Ash 09
goto fem_ashskin_1
} "Ash 10" {
@ALEXIS changes bodyColor into Ash 10
goto fem_ashskin_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Different Shades" {
goto fem_skin_1
}


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

label fem_brows_1

        NARRATOR
    Eyebrow shapes.

choice [shouldPaginate: YES]
"Arched Natural"{
@ALEXIS changes eyebrows into Arched Natural
goto fem_brows_1
}"Arched Thick"{
@ALEXIS changes eyebrows into Arched Thick Styled
goto fem_brows_1
}"Arched Thin"{
@ALEXIS changes eyebrows into Arched Thin
goto fem_brows_1
}"Arched Thin High"{
@ALEXIS changes eyebrows into Arched Thin High
goto fem_brows_1
}<GREEN> "Select Color" {
goto fem_browscolor_1
}<PREMIUM> "Done"{
goto female_custom_1
}
"Round Medium"{
@ALEXIS changes eyebrows into Round Medium
goto fem_brows_1
}"Round Thick"{
@ALEXIS changes eyebrows into Round Thick
goto fem_brows_1
}"Round Thin High"{
@ALEXIS changes eyebrows into Round Thin High
goto fem_brows_1
}"Straight Medium"{
@ALEXIS changes eyebrows into Straight Medium
goto fem_brows_1
}<GREEN> "Select Color" {
goto fem_browscolor_1
}<PREMIUM> "Done"{
goto female_custom_1
}
"Arched Natural Scar"{
@ALEXIS changes eyebrows into Arched Natural Scar
goto fem_brows_1
}"High Arch Angled"{
@ALEXIS changes eyebrows into High Arch Angled
goto fem_brows_1
}"Arched Short"{
@ALEXIS changes eyebrows into Arched Short
goto fem_brows_1
}"Bushy Thick"{
@ALEXIS changes eyebrows into Bushy Thick
goto fem_brows_1
}<GREEN> "Select Color" {
goto fem_browscolor_1
}<PREMIUM> "Done"{
goto female_custom_1
}

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

label fem_browscolor_1

        NARRATOR
    Eyebrow colors.

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

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

label fem_face_1

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Diamond" {
@ALEXIS changes face into Diamond
goto fem_face_1
} "Long Diamond" {
@ALEXIS changes face into Diamond Long
goto fem_face_1
} "Defined Diamond" {
@ALEXIS changes face into Diamond Defined Contour
goto fem_face_1
} "Defined Heart" {
@ALEXIS changes face into Heart Defined
goto fem_face_1
} "Defined Squared" {
@ALEXIS changes face into Square Defined
goto fem_face_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Soft Heart" {
@ALEXIS changes face into Heart Soft
goto fem_face_1
} "Defined Triangle" {
@ALEXIS changes face into Triangle Defined
goto fem_face_1
} "Mature Square" {
@ALEXIS changes face into Square Mature
goto fem_face_1
} "Mature Heart" {
@ALEXIS changes face into Heart Mature
goto fem_face_1
} "Soft Round" {
@ALEXIS changes face into Round Soft
goto fem_face_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Double Chin" {
@ALEXIS changes face into Heart Mature Double Chin
goto fem_face_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Round Puffy" {
@ALEXIS changes face into Round Puffy Cheek
goto fem_face_1
}

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

label fem_eyes_1

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Round Wide" {
@ALEXIS changes eyes into Round Downturned Wide
goto fem_eyes_1
} "Round Medium" {
@ALEXIS changes eyes into Round Medium
goto fem_eyes_1
} "Sharp Almond" {
@ALEXIS changes eyes into Sharp Almond
goto fem_eyes_1
} "Generic" {
@ALEXIS changes eyes into Female Generic
goto fem_eyes_1
} <GREEN>"Select Color"{
goto fem_eyecolor_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Deepset Downturned" {
@ALEXIS changes eyes into Deepset Downturned
goto fem_eyes_1
} "Deepset Wide" {
@ALEXIS changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} "Deepset Almond" {
@ALEXIS changes eyes into Deepset Almond
goto fem_eyes_1
} "Deepset Smokey Eye" {
@ALEXIS changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} <GREEN>"Select Color"{
goto fem_eyecolor_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Monolid Slender" {
@ALEXIS changes eyes into Monolid Slender
goto fem_eyes_1
} "Angular Slender" {
@ALEXIS changes eyes into Angular Slender
goto fem_eyes_1
} "Almond Slender" {
@ALEXIS changes eyes into Hooded Slender Almond
goto fem_eyes_1
} "Almond Slender Eyeliner" {
@ALEXIS changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_1
} <GREEN>"Select Color"{
goto fem_eyecolor_1
} <PREMIUM>"Done"{
goto female_custom_1
}

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

label fem_eyecolor_1

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Black" {
@ALEXIS changes eyesColor into Brown Black
goto fem_eyecolor_1
} "Dark Brown" {
@ALEXIS changes eyesColor into Brown Dark
goto fem_eyecolor_1
} "Light Brown" {
@ALEXIS changes eyesColor into Brown Light
goto fem_eyecolor_1
} "Pale Brown" {
@ALEXIS changes eyesColor into Brown Pale
goto fem_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto fem_eyes_1
} <PREMIUM> "Done"{
goto female_custom_1
}
"Ice Blue" {
@ALEXIS changes eyesColor into Ice Blue
goto fem_eyecolor_1
} "Aqua Blue" {
@ALEXIS changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} "Deep Blue" {
@ALEXIS changes eyesColor into Blue Deep
goto fem_eyecolor_1
} "Blue Green" {
@ALEXIS changes eyesColor into Blue Green
goto fem_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto fem_eyes_1
} <PREMIUM> "Done"{
goto female_custom_1
}
"Silver" {
@ALEXIS changes eyesColor into Grey Cool
goto fem_eyecolor_1
} "Green" {
@ALEXIS changes eyesColor into Green Emerald
goto fem_eyecolor_1
} "Hazel" {
@ALEXIS changes eyesColor into Hazel
goto fem_eyecolor_1
} "Dark Hazel" {
@ALEXIS changes eyesColor into Hazel Dark
goto fem_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto fem_eyes_1
} <PREMIUM> "Done"{
goto female_custom_1
}
"Red" {
@ALEXIS changes eyesColor into Red
goto fem_eyecolor_1
} "Violet" {
@ALEXIS changes eyesColor into Violet
goto fem_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto fem_eyes_1
} <PREMIUM> "Done"{
goto female_custom_1
}

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

label fem_mouth_1

        NARRATOR
    Mouth shapes.

choice [shouldPaginate: YES]
"Full Heart" {
@ALEXIS changes mouth into Full Heart Pouty
goto fem_mouth_1
}"Full Round" {
@ALEXIS changes mouth into Full Round Pouty
goto fem_mouth_1
}"Medium Heart" {
@ALEXIS changes mouth into Medium Heart Natural
goto fem_mouth_1
}"Medium Thin" {
@ALEXIS changes mouth into Medium Thin
goto fem_mouth_1
}<GREEN>"Select Color"{
goto fem_mouthcolor_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Thin Heart" {
@ALEXIS changes mouth into Thin Heart
goto fem_mouth_1
}"Small Heart" {
@ALEXIS changes mouth into Small Heart
goto fem_mouth_1
}"Flat Round" {
@ALEXIS changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}"Medium Downturned" {
@ALEXIS changes mouth into Medium Downturned Pout
goto fem_mouth_1
}<GREEN>"Select Color"{
goto fem_mouthcolor_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Full Flat Top" {
@ALEXIS changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}"Full Wide" {
@ALEXIS changes mouth into Full Wide
goto fem_mouth_1
}"Heart Shaped" {
@ALEXIS changes mouth into Heart Shaped Pout
goto fem_mouth_1
}"Heart with Braces" {
@ALEXIS changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}<GREEN>"Select Color"{
goto fem_mouthcolor_1
} <PREMIUM>"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
} <GREEN> "Change Lip Shape" {
goto fem_mouth_1
}

label fem_NaturalColors_1

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@ALEXIS changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_1
} "Fair Neutral" {
@ALEXIS changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_1
} "Fair Gold" {
@ALEXIS changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_1
} "Beige Light Gold" {
@ALEXIS changes mouthColor into Beige Light Gold Matte
goto fem_NaturalColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Beige Gold" {
@ALEXIS changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_1
} "Beige Rose" {
@ALEXIS changes mouthColor into Beige Rose
goto fem_NaturalColors_1
} "Beige Deep Neutral" {
@ALEXIS changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_1
} "Medium Nude" {
@ALEXIS changes mouthColor into Neutral Medium Nude Matte
goto fem_NaturalColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Tan Deep Gold" {
@ALEXIS changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_1
} "Tan Deep Neutral" {
@ALEXIS changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_1
} "Brown Neutral" {
@ALEXIS changes mouthColor into Brown Neutral
goto fem_NaturalColors_1
} "Brown Gold" {
@ALEXIS changes mouthColor into Brown Gold
goto fem_NaturalColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Brown Deep Gold" {
@ALEXIS changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_1
} "Brown Deep Rose" {
@ALEXIS changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_1
} "Gold Deep Matte" {
@ALEXIS changes mouthColor into Gold Deep Matte
goto fem_NaturalColors_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
}

label fem_GlossColors_1

        NARRATOR
    Gloss lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@ALEXIS changes mouthColor into Peach Gloss
goto fem_GlossColors_1
} "Light Peach" {
@ALEXIS changes mouthColor into Pink Peach Lt Gloss
goto fem_GlossColors_1
} "Beige Pink" {
@ALEXIS changes mouthColor into Pink Beige Gloss
goto fem_GlossColors_1
} "Medium Pink" {
@ALEXIS changes mouthColor into Pink Medium Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Warm Pink" {
@ALEXIS changes mouthColor into Pink Warm Gloss
goto fem_GlossColors_1
} "Hot Pink" {
@ALEXIS changes mouthColor into Pink Hot Gloss
goto fem_GlossColors_1
} "Deep Pink" {
@ALEXIS changes mouthColor into Pink Deep Gloss
goto fem_GlossColors_1
} "Rose" {
@ALEXIS changes mouthColor into Rose Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Pink Peach" {
@ALEXIS changes mouthColor into Pink Peach Medium Gloss
goto fem_GlossColors_1
} "Light Nude" {
@ALEXIS changes mouthColor into Rose Light Nude Gloss
goto fem_GlossColors_1
} "Medium Nude" {
@ALEXIS changes mouthColor into Rose Medium Nude Gloss
goto fem_GlossColors_1
} "Dark Nude" {
@ALEXIS changes mouthColor into Rose Dark Nude Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Mauve" {
@ALEXIS changes mouthColor into Mauve Gloss
goto fem_GlossColors_1
} "Pastel Purple" {
@ALEXIS changes mouthColor into Purple Pastel Gloss
goto fem_GlossColors_1
} "Plum" {
@ALEXIS changes mouthColor into Plum Gloss
goto fem_GlossColors_1
} "Deep Purple" {
@ALEXIS changes mouthColor into Purple Deep Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Red" {
@ALEXIS changes mouthColor into Red Gloss
goto fem_GlossColors_1
} "Deep Red" {
@ALEXIS changes mouthColor into Red Deep Gloss
goto fem_GlossColors_1
} "Violet" {
@ALEXIS changes mouthColor into Violet Gloss
goto fem_GlossColors_1
} "Black" {
@ALEXIS changes mouthColor into Black Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Blood Orange" {
@ALEXIS changes mouthColor into Blood Orange Gloss
goto fem_GlossColors_1
} "Red Garnet" {
@ALEXIS changes mouthColor into Red Garnet Gloss
goto fem_GlossColors_1
} "Blackberry" {
@ALEXIS changes mouthColor into Blackberry Gloss
goto fem_GlossColors_1
} "Pink Cashmere" {
@ALEXIS changes mouthColor into Pink Cashmere Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Ash Deep" {
@ALEXIS changes mouthColor into Ash Deep Gloss
goto fem_GlossColors_1
} "Dark Mauve" {
@ALEXIS changes mouthColor into Dark Mauve Gloss
goto fem_GlossColors_1
} "Dark Amethyst" {
@ALEXIS changes mouthColor into Dark Amethyst Gloss
goto fem_GlossColors_1
} "Royal Blue" {
@ALEXIS changes mouthColor into Royal Blue Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Dark Apricot" {
@ALEXIS changes mouthColor into Dark Apricot Gloss
goto fem_GlossColors_1
} "Copper Deep" {
@ALEXIS changes mouthColor into Copper Deep Gloss
goto fem_GlossColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}

label fem_MatteColors_1

        NARRATOR
    Matte lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@ALEXIS changes mouthColor into Peach Matte
goto fem_MatteColors_1
} "Light Peach" {
@ALEXIS changes mouthColor into Pink Peach Light Matte
goto fem_MatteColors_1
} "Beige Pink" {
@ALEXIS changes mouthColor into Pink Beige Matte
goto fem_MatteColors_1
} "Medium Pink" {
@ALEXIS changes mouthColor into Pink Medium Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Warm Pink" {
@ALEXIS changes mouthColor into Pink Warm Matte
goto fem_MatteColors_1
} "Hot Pink" {
@ALEXIS changes mouthColor into Pink Hot Matte
goto fem_MatteColors_1
} "Deep Pink" {
@ALEXIS changes mouthColor into Pink Deep Matte
goto fem_MatteColors_1
} "Rose" {
@ALEXIS changes mouthColor into Rose Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Pink Peach" {
@ALEXIS changes mouthColor into Pink Peach Medium Matte
goto fem_MatteColors_1
} "Light Nude" {
@ALEXIS changes mouthColor into Rose Light Nude Matte
goto fem_MatteColors_1
} "Medium Nude" {
@ALEXIS changes mouthColor into Rose Medium Nude Matte
goto fem_MatteColors_1
} "Dark Nude" {
@ALEXIS changes mouthColor into Rose Dark Nude Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Mauve" {
@ALEXIS changes mouthColor into Mauve Matte
goto fem_MatteColors_1
} "Pastel Purple" {
@ALEXIS changes mouthColor into Purple Pastel Matte
goto fem_MatteColors_1
} "Plum" {
@ALEXIS changes mouthColor into Plum Matte
goto fem_MatteColors_1
} "Deep Purple" {
@ALEXIS changes mouthColor into Purple Deep Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Red" {
@ALEXIS changes mouthColor into Red Matte
goto fem_MatteColors_1
} "Deep Red" {
@ALEXIS changes mouthColor into Red Deep Matte
goto fem_MatteColors_1
} "Violet" {
@ALEXIS changes mouthColor into Violet Matte
goto fem_MatteColors_1
} "Black" {
@ALEXIS changes mouthColor into Black Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Blood Orange" {
@ALEXIS changes mouthColor into Blood Orange Matte
goto fem_MatteColors_1
} "Red Garnet" {
@ALEXIS changes mouthColor into Red Garnet Matte
goto fem_MatteColors_1
} "Blackberry" {
@ALEXIS changes mouthColor into Blackberry Matte
goto fem_MatteColors_1
} "Pink Cashmere" {
@ALEXIS changes mouthColor into Pink Cashmere Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Ash Deep" {
@ALEXIS changes mouthColor into Ash Deep Matte
goto fem_MatteColors_1
} "Dark Mauve" {
@ALEXIS changes mouthColor into Dark Mauve Matte
goto fem_MatteColors_1
} "Dark Amethyst" {
@ALEXIS changes mouthColor into Dark Amethyst Matte
goto fem_MatteColors_1
} "Royal Blue" {
@ALEXIS changes mouthColor into Royal Blue Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Dark Apricot" {
@ALEXIS changes mouthColor into Dark Apricot Matte
goto fem_MatteColors_1
} "Copper Deep" {
@ALEXIS changes mouthColor into Copper Deep Matte
goto fem_MatteColors_1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_1
} <PREMIUM> "Done" {
goto female_custom_1
}

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

label fem_nose_1

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Defined Natural" {
@ALEXIS changes nose into Defined Natural
goto fem_nose_1
} "Grecian Soft" {
@ALEXIS changes nose into Grecian Soft
goto fem_nose_1
} "Round Broad" {
@ALEXIS changes nose into Round Broad
goto fem_nose_1
} "Round Button" {
@ALEXIS changes nose into Round Button
goto fem_nose_1
} "Round Button Upturned" {
@ALEXIS changes nose into Round Button Upturned
goto fem_nose_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Round Downturned" {
@ALEXIS changes nose into Round Downturned
goto fem_nose_1
} "Round Flared Upturned" {
@ALEXIS changes nose into Round Flared Upturned
goto fem_nose_1
} "Round Flared Downturned" {
@ALEXIS changes nose into Round Flared Downturned
goto fem_nose_1
} "Pointed Downturned" {
@ALEXIS changes nose into Pointed Downturned
goto fem_nose_1
} "Broad Wide" {
@ALEXIS changes nose into Broad Wide
goto fem_nose_1
} <PREMIUM>"Done"{
goto female_custom_1
}

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

label fem_hair_1

        NARRATOR
    All hairstyles.

choice
"Short Hair"{
goto fem_hairShort_1
}"Mid-length Hair"{
goto fem_hairMedium_1
}"Long Hair"{
goto fem_hairLong_1
}"Styled Hair"{
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}

label fem_hairShort_1

        NARRATOR
    Short hairstyles.

choice [shouldPaginate: YES]
"Afro" {
@ALEXIS changes hair into Afro
goto fem_hairShort_1
} "Short Afro" {
@ALEXIS changes hair into Short Afro
goto fem_hairShort_1
} "Classic Bob" {
@ALEXIS changes hair into Classic Bob
goto fem_hairShort_1
} "Curly Bob" {
@ALEXIS changes hair into Curly Bob
goto fem_hairShort_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Faux Hawk" {
@ALEXIS changes hair into Long Faux Hawk Solid
goto fem_hairShort_1
}"Fade" {
@ALEXIS changes hair into Short Curly Fade
goto fem_hairShort_1
}"Pixie" {
@ALEXIS changes hair into Short Pixie
goto fem_hairShort_1
}"Punk Pixie" {
@ALEXIS changes hair into Punk Pixie
goto fem_hairShort_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Short Wavy" {
@ALEXIS changes hair into Short Wavy Hair Solid
goto fem_hairShort_1
}"Blunt Bangs" {
@ALEXIS changes hair into Blunt Bangs Short
goto fem_hairShort_1
} "Wavy Side Shaved" {
@ALEXIS changes hair into Short Wavy Side Shave
goto fem_hairShort_1
}"Curly Blow Out" {
@ALEXIS changes hair into Short Curly Blow Out
goto fem_hairShort_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Crew Cut" {
@ALEXIS changes hair into Crew Cut
goto fem_hairShort_1
}"Short Fringe" {
@ALEXIS changes hair into Short Layered Fringe
goto fem_hairShort_1
}"Straight Tucked" {
@ALEXIS changes hair into Short Straight Tucked
goto fem_hairShort_1
}"Emo Pixie" {
@ALEXIS changes hair into Emo Pixie
goto fem_hairShort_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}

label fem_hairMedium_1

        NARRATOR
    Medium hairstyles.

choice [shouldPaginate: YES]
"Braided" {
@ALEXIS changes hair into Medium Braided
goto fem_hairMedium_1
}"Medium Dreadlocks" {
@ALEXIS changes hair into Medium Dreadlocks
goto fem_hairMedium_1
}"Hair Flip" {
@ALEXIS changes hair into Hair Flip
goto fem_hairMedium_1
}"Straight" {
@ALEXIS changes hair into Straight Medium
goto fem_hairMedium_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Lob Bangs" {
@ALEXIS changes hair into Lob Bangs Blunt
goto fem_hairMedium_1
}"Overgrown Bangs" {
@ALEXIS changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_1
}"Wavy Ombre" {
@ALEXIS changes hair into Short Wavy Ombre
goto fem_hairMedium_1
}"Medium Curly" {
@ALEXIS changes hair into Medium Curly Solid
goto fem_hairMedium_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Voluminous Curls" {
@ALEXIS changes hair into Voluminous Curls
goto fem_hairMedium_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}

label fem_hairLong_1

        NARRATOR
    Long hairstyles.

choice [shouldPaginate: YES]
"Beach Wave" {
@ALEXIS changes hair into Beach Wave Hair
goto fem_hairLong_1
}"Long Braided" {
@ALEXIS changes hair into Long Braided
goto fem_hairLong_1
}"Long Dreadlocks" {
@ALEXIS changes hair into Long Dreadlocks
goto fem_hairLong_1
}"Feathered" {
@ALEXIS changes hair into Long Feathered
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Long Blunt Bangs" {
@ALEXIS changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}"Sideswept Bangs" {
@ALEXIS changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}"Straight" {
@ALEXIS changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}"Wavy Long" {
@ALEXIS changes hair into Wavy Long
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Wavy Parted" {
@ALEXIS changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}"Feathered Bangs" {
@ALEXIS changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}"Braided Dreads Parted" {
@ALEXIS changes hair into Dreads Braided
goto fem_hairLong_1
}"Long Voluminous Curls" {
@ALEXIS changes hair into Long Voluminous Curls Loose
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}

label fem_hairUp_1

        NARRATOR
    Updo hairstyles.

choice [shouldPaginate: YES]
"Braided Bun" {
@ALEXIS changes hair into Braided Bun
goto fem_hairUp_1
}"Short Ponytail" {
@ALEXIS changes hair into Short High Ponytail
goto fem_hairUp_1
}"Long Ponytail" {
@ALEXIS changes hair into Long High Ponytail
goto fem_hairUp_1
}"Morning Updo" {
@ALEXIS changes hair into Morning Updo
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Small Bun" {
@ALEXIS changes hair into Small Bun
goto fem_hairUp_1
}"Double Dutch Braids" {
@ALEXIS changes hair into Long Double Dutch Braids
goto fem_hairUp_1
}"Pinup Rolls" {
@ALEXIS changes hair into Pinup Victory Rolls
goto fem_hairUp_1
}"Sleek Ponytail" {
@ALEXIS changes hair into Sleek Ponytail
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Shoulder Braid" {
@ALEXIS changes hair into Over Shoulder Braid
goto fem_hairUp_1
}"Full Pigtail" {
@ALEXIS changes hair into Full Pigtail
goto fem_hairUp_1
}"Updo Braids" {
@ALEXIS changes hair into Braids Updo
goto fem_hairUp_1
}"Bantu Knots" {
@ALEXIS changes hair into Bantu Knots
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}

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

label fem_haircolor_1

        NARRATOR
    All hair colors.

choice
"Dark"{
goto fem_hairDark_1
}"Light" {
goto fem_hairLight_1
}"Dyed"{
goto fem_hairDye_1
}<GREEN> "Back to Styles" {
goto fem_hair_1
}

label fem_hairDark_1

        NARRATOR
    Dark hair colors.

choice [shouldPaginate: YES]
"Light Brown" {
@ALEXIS changes hairColor into Light Brown
goto fem_hairDark_1
}"Warm Brown" {
@ALEXIS changes hairColor into Medium Warm Brown
goto fem_hairDark_1
}"Medium Brown" {
@ALEXIS changes hairColor into Medium Brown
goto fem_hairDark_1
}"Chestnut Brown"{
@ALEXIS changes hairColor into Chestnut Brown
goto fem_hairDark_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}
"Dark Brown"{
@ALEXIS changes hairColor into Dark Brown
goto fem_hairDark_1
}"Brunette Brown"{
@ALEXIS changes hairColor into Brunette Brown
goto fem_hairDark_1
}"Ginger Red" {
@ALEXIS changes hairColor into Ginger Red
goto fem_hairDark_1
}"Burgundy Red" {
@ALEXIS changes hairColor into Burgundy Red
goto fem_hairDark_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}
"Deep Brown" {
@ALEXIS changes hairColor into Deep Brown
goto fem_hairDark_1
}"Dark Black" {
@ALEXIS changes hairColor into Black Dark
goto fem_hairDark_1
}"Jet Black" {
@ALEXIS changes hairColor into Black Jet
goto fem_hairDark_1
}<PREMIUM>"Done"{
goto female_custom_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}

label fem_hairLight_1

        NARRATOR
    Light hair colors.

choice [shouldPaginate: YES]
"Platinum Blonde" {
@ALEXIS changes hairColor into Platinum Blonde
goto fem_hairLight_1
}"Dirty Blonde" {
@ALEXIS changes hairColor into Dirty Blonde
goto fem_hairLight_1
}"Honey Blonde" {
@ALEXIS changes hairColor into Honey Blonde
goto fem_hairLight_1
}"Strawberry Blonde" {
@ALEXIS changes hairColor into Strawberry Blonde
goto fem_hairLight_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}
"Medium Blonde" {
@ALEXIS changes hairColor into Blonde Medium
goto fem_hairLight_1
}"Ash Blonde" {
@ALEXIS changes hairColor into Ash Blonde
goto fem_hairLight_1
}"Peach Blonde" {
@ALEXIS changes hairColor into Peach Blonde
goto fem_hairLight_1
}"Platinum White" {
@ALEXIS changes hairColor into Platinum White
goto fem_hairLight_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}

label fem_hairDye_1

        NARRATOR
    Dyed hair colors.

choice
"Pink/Purple" {
goto fem_hairDye_Pink_1
}"Blue/Green" {
goto fem_hairDye_Blue_1
}"Red/Yellow" {
goto fem_hairDye_Red_1
}"White/Grey" {
goto fem_hairDye_White_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}

label fem_hairDye_Pink_1

        NARRATOR
    Pink and purple hair colors.

choice [shouldPaginate: YES]
"Hot Pink" {
@ALEXIS changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} "Light Pink" {
@ALEXIS changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} "Warm Pink" {
@ALEXIS changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} "Rose Gold" {
@ALEXIS changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}
"Purple" {
@ALEXIS changes hairColor into Red Purple
goto fem_hairDye_Pink_1
} "Purple Lilac" {
@ALEXIS changes hairColor into Purple Lilac
goto fem_hairDye_Pink_1
} "Plum" {
@ALEXIS changes hairColor into Plum
goto fem_hairDye_Pink_1
} "Dark Purple" {
@ALEXIS changes hairColor into Purple
goto fem_hairDye_Pink_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}
"Pastel Lavender" {
@ALEXIS changes hairColor into Pastel Purple Lavender
goto fem_hairDye_Pink_1
}<PREMIUM>"Done" {
goto female_custom_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}

label fem_hairDye_Blue_1

        NARRATOR
    Blue and green hair colors.

choice [shouldPaginate: YES]
"Blue" {
@ALEXIS changes hairColor into Blue
goto fem_hairDye_Blue_1
} "Light Blue" {
@ALEXIS changes hairColor into Cornflower Blue
goto fem_hairDye_Blue_1
} "Aqua Blue" {
@ALEXIS changes hairColor into Aqua Blue
goto fem_hairDye_Blue_1
} "Dark Blue" {
@ALEXIS changes hairColor into Blue Black
goto fem_hairDye_Blue_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}
"Green" {
@ALEXIS changes hairColor into Green
goto fem_hairDye_Blue_1
} "Lime Green" {
@ALEXIS changes hairColor into Yellow Green
goto fem_hairDye_Blue_1
} "Mint" {
@ALEXIS changes hairColor into Mint
goto fem_hairDye_Blue_1
} "Aqua Green" {
@ALEXIS changes hairColor into Aqua Green
goto fem_hairDye_Blue_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}
"Pastel Blue" {
@ALEXIS changes hairColor into Pastel Blue
goto fem_hairDye_Blue_1
} "Pastel Mint" {
@ALEXIS changes hairColor into Pastel Mint
goto fem_hairDye_Blue_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label fem_hairDye_Red_1

        NARRATOR
    Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
"Yellow" {
@ALEXIS changes hairColor into Yellow
goto fem_hairDye_Red_1
} "Orange" {
@ALEXIS changes hairColor into Orange
goto fem_hairDye_Red_1
} "Red" {
@ALEXIS changes hairColor into Red
goto fem_hairDye_Red_1
} "Copper Red" {
@ALEXIS changes hairColor into Copper Red
goto fem_hairDye_Red_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label fem_hairDye_White_1

        NARRATOR
    White & grey hair colors.

choice [shouldPaginate: YES]
"Grey" {
@ALEXIS changes hairColor into Cool Gray
goto fem_hairDye_White_1
} "Light Grey" {
@ALEXIS changes hairColor into Aqua Gray
goto fem_hairDye_White_1
}"White" {
@ALEXIS changes hairColor into Warm White
goto fem_hairDye_White_1
}"Ice" {
@ALEXIS changes hairColor into Platinum Ice
goto fem_hairDye_White_1
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label female_1_end
        NARRATOR
    Are you happy with how you look?
choice
<PREMIUM> "Yes, I look gorgeous!" {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@ALEXIS is primp_neutral
} <GREEN> "No, I want to change something" {
goto female_custom_1
}

THANKYOU soooo much :blush:

Wait, this is for everything but I only wanted a template for hair and lip color!

Oof, give me a second and I’ll get the hair and lip colour one. :sweat_smile:

No problem! Take your time :slight_smile:x

Okay, 2nd time’s the charm. :sweat:

Copy and paste this code.

label hair_and_lip

        NARRATOR
    What do you want to change?

choice
"Lipstick" {
goto lip_stick
} "Hairstyle" {
goto hair_styles
} <PREMIUM> "I look amazing!" {
goto hair_and_lip_end
}

label lip_stick

        NARRATOR
    All lip colors.

choice
"Natural" {
goto LS_NaturalColors
} "Gloss" {
goto LS_GlossColors
} "Matte" {
goto LS_MatteColors
}

label LS_NaturalColors

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@ALEXIS changes mouthColor into Fair Rose Matte
goto LS_NaturalColors
} "Fair Neutral" {
@ALEXIS changes mouthColor into Fair Neutral Matte
goto LS_NaturalColors
} "Fair Gold" {
@ALEXIS changes mouthColor into Fair Gold Matte
goto LS_NaturalColors
} "Beige Light Gold" {
@ALEXIS changes mouthColor into Beige Light Gold Matte
goto LS_NaturalColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Beige Gold" {
@ALEXIS changes mouthColor into Beige Gold Matte
goto LS_NaturalColors
} "Beige Rose" {
@ALEXIS changes mouthColor into Beige Rose
goto LS_NaturalColors
} "Beige Deep Neutral" {
@ALEXIS changes mouthColor into Beige Deep Neutral
goto LS_NaturalColors
} "Medium Nude" {
@ALEXIS changes mouthColor into Neutral Medium Nude Matte
goto LS_NaturalColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Tan Deep Gold" {
@ALEXIS changes mouthColor into Tan Deep Gold
goto LS_NaturalColors
} "Tan Deep Neutral" {
@ALEXIS changes mouthColor into Tan Deep Neutral
goto LS_NaturalColors
} "Brown Neutral" {
@ALEXIS changes mouthColor into Brown Neutral
goto LS_NaturalColors
} "Brown Gold" {
@ALEXIS changes mouthColor into Brown Gold
goto LS_NaturalColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Brown Deep Gold" {
@ALEXIS changes mouthColor into Brown Deep Gold
goto LS_NaturalColors
} "Brown Deep Rose" {
@ALEXIS changes mouthColor into Brown Deep Rose
goto LS_NaturalColors
} "Gold Deep Matte" {
@ALEXIS changes mouthColor into Gold Deep Matte
goto LS_NaturalColors
} <PREMIUM> "Done" {
goto hair_and_lip
} <GREEN> "Try Other Colors" {
goto lip_stick
}

label LS_GlossColors

        NARRATOR
    Gloss lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@ALEXIS changes mouthColor into Peach Gloss
goto LS_GlossColors
} "Light Peach" {
@ALEXIS changes mouthColor into Pink Peach Lt Gloss
goto LS_GlossColors
} "Beige Pink" {
@ALEXIS changes mouthColor into Pink Beige Gloss
goto LS_GlossColors
} "Medium Pink" {
@ALEXIS changes mouthColor into Pink Medium Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Warm Pink" {
@ALEXIS changes mouthColor into Pink Warm Gloss
goto LS_GlossColors
} "Hot Pink" {
@ALEXIS changes mouthColor into Pink Hot Gloss
goto LS_GlossColors
} "Deep Pink" {
@ALEXIS changes mouthColor into Pink Deep Gloss
goto LS_GlossColors
} "Rose" {
@ALEXIS changes mouthColor into Rose Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
} 
"Pink Peach" {
@ALEXIS changes mouthColor into Pink Peach Medium Gloss
goto LS_GlossColors
} "Light Nude" {
@ALEXIS changes mouthColor into Rose Light Nude Gloss
goto LS_GlossColors
} "Medium Nude" {
@ALEXIS changes mouthColor into Rose Medium Nude Gloss
goto LS_GlossColors
} "Dark Nude" {
@ALEXIS changes mouthColor into Rose Dark Nude Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
} 
"Mauve" {
@ALEXIS changes mouthColor into Mauve Gloss
goto LS_GlossColors
} "Pastel Purple" {
@ALEXIS changes mouthColor into Purple Pastel Gloss
goto LS_GlossColors
} "Plum" {
@ALEXIS changes mouthColor into Plum Gloss
goto LS_GlossColors
} "Deep Purple" {
@ALEXIS changes mouthColor into Purple Deep Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
} 
"Red" {
@ALEXIS changes mouthColor into Red Gloss
goto LS_GlossColors
} "Deep Red" {
@ALEXIS changes mouthColor into Red Deep Gloss
goto LS_GlossColors
} "Violet" {
@ALEXIS changes mouthColor into Violet Gloss
goto LS_GlossColors
} "Black" {
@ALEXIS changes mouthColor into Black Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Blood Orange" {
@ALEXIS changes mouthColor into Blood Orange Gloss
goto LS_GlossColors
} "Red Garnet" {
@ALEXIS changes mouthColor into Red Garnet Gloss
goto LS_GlossColors
} "Blackberry" {
@ALEXIS changes mouthColor into Blackberry Gloss
goto LS_GlossColors
} "Pink Cashmere" {
@ALEXIS changes mouthColor into Pink Cashmere Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Ash Deep" {
@ALEXIS changes mouthColor into Ash Deep Gloss
goto LS_GlossColors
} "Dark Mauve" {
@ALEXIS changes mouthColor into Dark Mauve Gloss
goto LS_GlossColors
} "Dark Amethyst" {
@ALEXIS changes mouthColor into Dark Amethyst Gloss
goto LS_GlossColors
} "Royal Blue" {
@ALEXIS changes mouthColor into Royal Blue Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Dark Apricot" {
@ALEXIS changes mouthColor into Dark Apricot Gloss
goto LS_GlossColors
} "Copper Deep" {
@ALEXIS changes mouthColor into Copper Deep Gloss
goto LS_GlossColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}

label LS_MatteColors

        NARRATOR
    Matte lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@ALEXIS changes mouthColor into Peach Matte
goto LS_MatteColors
} "Light Peach" {
@ALEXIS changes mouthColor into Pink Peach Light Matte
goto LS_MatteColors
} "Beige Pink" {
@ALEXIS changes mouthColor into Pink Beige Matte
goto LS_MatteColors
} "Medium Pink" {
@ALEXIS changes mouthColor into Pink Medium Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Warm Pink" {
@ALEXIS changes mouthColor into Pink Warm Matte
goto LS_MatteColors
} "Hot Pink" {
@ALEXIS changes mouthColor into Pink Hot Matte
goto LS_MatteColors
} "Deep Pink" {
@ALEXIS changes mouthColor into Pink Deep Matte
goto LS_MatteColors
} "Rose" {
@ALEXIS changes mouthColor into Rose Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Pink Peach" {
@ALEXIS changes mouthColor into Pink Peach Medium Matte
goto LS_MatteColors
} "Light Nude" {
@ALEXIS changes mouthColor into Rose Light Nude Matte
goto LS_MatteColors
} "Medium Nude" {
@ALEXIS changes mouthColor into Rose Medium Nude Matte
goto LS_MatteColors
} "Dark Nude" {
@ALEXIS changes mouthColor into Rose Dark Nude Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Mauve" {
@ALEXIS changes mouthColor into Mauve Matte
goto LS_MatteColors
} "Pastel Purple" {
@ALEXIS changes mouthColor into Purple Pastel Matte
goto LS_MatteColors
} "Plum" {
@ALEXIS changes mouthColor into Plum Matte
goto LS_MatteColors
} "Deep Purple" {
@ALEXIS changes mouthColor into Purple Deep Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Red" {
@ALEXIS changes mouthColor into Red Matte
goto LS_MatteColors
} "Deep Red" {
@ALEXIS changes mouthColor into Red Deep Matte
goto LS_MatteColors
} "Violet" {
@ALEXIS changes mouthColor into Violet Matte
goto LS_MatteColors
} "Black" {
@ALEXIS changes mouthColor into Black Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Blood Orange" {
@ALEXIS changes mouthColor into Blood Orange Matte
goto LS_MatteColors
} "Red Garnet" {
@ALEXIS changes mouthColor into Red Garnet Matte
goto LS_MatteColors
} "Blackberry" {
@ALEXIS changes mouthColor into Blackberry Matte
goto LS_MatteColors
} "Pink Cashmere" {
@ALEXIS changes mouthColor into Pink Cashmere Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Ash Deep" {
@ALEXIS changes mouthColor into Ash Deep Matte
goto LS_MatteColors
} "Dark Mauve" {
@ALEXIS changes mouthColor into Dark Mauve Matte
goto LS_MatteColors
} "Dark Amethyst" {
@ALEXIS changes mouthColor into Dark Amethyst Matte
goto LS_MatteColors
} "Royal Blue" {
@ALEXIS changes mouthColor into Royal Blue Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}
"Dark Apricot" {
@ALEXIS changes mouthColor into Dark Apricot Matte
goto LS_MatteColors
} "Copper Deep" {
@ALEXIS changes mouthColor into Copper Deep Matte
goto LS_MatteColors
} <GREEN> "Try Other Colors" {
goto lip_stick
} <PREMIUM> "Done" {
goto hair_and_lip
}

label hair_styles

        NARRATOR
    All hairstyles.

choice
"Short Hair"{
goto hair_styles_Short
}"Mid-length Hair"{
goto hair_styles_Medium
}"Long Hair"{
goto hair_styles_Long
}"Styled Hair"{
goto hair_styles_Up
}<PREMIUM>"Done"{
goto hair_and_lip
}

label hair_styles_Short

        NARRATOR
    Short hairstyles.

choice [shouldPaginate: YES]
"Afro" {
@ALEXIS changes hair into Afro
goto hair_styles_Short
} "Short Afro" {
@ALEXIS changes hair into Short Afro
goto hair_styles_Short
} "Classic Bob" {
@ALEXIS changes hair into Classic Bob
goto hair_styles_Short
} "Curly Bob" {
@ALEXIS changes hair into Curly Bob
goto hair_styles_Short
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Faux Hawk" {
@ALEXIS changes hair into Long Faux Hawk Solid
goto hair_styles_Short
}"Fade" {
@ALEXIS changes hair into Short Curly Fade
goto hair_styles_Short
}"Pixie" {
@ALEXIS changes hair into Short Pixie
goto hair_styles_Short
}"Punk Pixie" {
@ALEXIS changes hair into Punk Pixie
goto hair_styles_Short
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Short Wavy" {
@ALEXIS changes hair into Short Wavy Hair Solid
goto hair_styles_Short
}"Blunt Bangs" {
@ALEXIS changes hair into Blunt Bangs Short
goto hair_styles_Short
} "Wavy Side Shaved" {
@ALEXIS changes hair into Short Wavy Side Shave
goto hair_styles_Short
}"Curly Blow Out" {
@ALEXIS changes hair into Short Curly Blow Out
goto hair_styles_Short
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Crew Cut" {
@ALEXIS changes hair into Crew Cut
goto hair_styles_Short
}"Short Fringe" {
@ALEXIS changes hair into Short Layered Fringe
goto hair_styles_Short
}"Straight Tucked" {
@ALEXIS changes hair into Short Straight Tucked
goto hair_styles_Short
}"Emo Pixie" {
@ALEXIS changes hair into Emo Pixie
goto hair_styles_Short
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}

label hair_styles_Medium

        NARRATOR
    Medium hairstyles.

choice [shouldPaginate: YES]
"Braided" {
@ALEXIS changes hair into Medium Braided
goto hair_styles_Medium
}"Medium Dreadlocks" {
@ALEXIS changes hair into Medium Dreadlocks
goto hair_styles_Medium
}"Hair Flip" {
@ALEXIS changes hair into Hair Flip
goto hair_styles_Medium
}"Straight" {
@ALEXIS changes hair into Straight Medium
goto hair_styles_Medium
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Lob Bangs" {
@ALEXIS changes hair into Lob Bangs Blunt
goto hair_styles_Medium
}"Overgrown Bangs" {
@ALEXIS changes hair into Medium Straight Overgrown Bangs
goto hair_styles_Medium
}"Wavy Ombre" {
@ALEXIS changes hair into Short Wavy Ombre
goto hair_styles_Medium
}"Medium Curly" {
@ALEXIS changes hair into Medium Curly Solid
goto hair_styles_Medium
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Voluminous Curls" {
@ALEXIS changes hair into Voluminous Curls
goto hair_styles_Medium
}<PREMIUM>"Done"{
goto hair_and_lip
}<GREEN>"Back to Styles"{
goto hair_styles
}

label hair_styles_Long

        NARRATOR
    Long hairstyles.

choice [shouldPaginate: YES]
"Beach Wave" {
@ALEXIS changes hair into Beach Wave Hair
goto hair_styles_Long
}"Long Braided" {
@ALEXIS changes hair into Long Braided
goto hair_styles_Long
}"Long Dreadlocks" {
@ALEXIS changes hair into Long Dreadlocks
goto hair_styles_Long
}"Feathered" {
@ALEXIS changes hair into Long Feathered
goto hair_styles_Long
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Long Blunt Bangs" {
@ALEXIS changes hair into Long Straight Loose Bangs Blunt Solid
goto hair_styles_Long
}"Sideswept Bangs" {
@ALEXIS changes hair into Long Straight Loose Bangs Sideswept Solid
goto hair_styles_Long
}"Straight" {
@ALEXIS changes hair into Long Straight Loose Solid
goto hair_styles_Long
}"Wavy Long" {
@ALEXIS changes hair into Wavy Long
goto hair_styles_Long
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Wavy Parted" {
@ALEXIS changes hair into Long Wavy Parted Hair
goto hair_styles_Long
}"Feathered Bangs" {
@ALEXIS changes hair into Long Feathered Bangs Blunt
goto hair_styles_Long
}"Braided Dreads Parted" {
@ALEXIS changes hair into Dreads Braided
goto hair_styles_Long
}"Long Voluminous Curls" {
@ALEXIS changes hair into Long Voluminous Curls Loose
goto hair_styles_Long
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}

label hair_styles_Up

        NARRATOR
    Updo hairstyles.

choice [shouldPaginate: YES]
"Braided Bun" {
@ALEXIS changes hair into Braided Bun
goto hair_styles_Up
}"Short Ponytail" {
@ALEXIS changes hair into Short High Ponytail
goto hair_styles_Up
}"Long Ponytail" {
@ALEXIS changes hair into Long High Ponytail
goto hair_styles_Up
}"Morning Updo" {
@ALEXIS changes hair into Morning Updo
goto hair_styles_Up
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Small Bun" {
@ALEXIS changes hair into Small Bun
goto hair_styles_Up
}"Double Dutch Braids" {
@ALEXIS changes hair into Long Double Dutch Braids
goto hair_styles_Up
}"Pinup Rolls" {
@ALEXIS changes hair into Pinup Victory Rolls
goto hair_styles_Up
}"Sleek Ponytail" {
@ALEXIS changes hair into Sleek Ponytail
goto hair_styles_Up
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}
"Shoulder Braid" {
@ALEXIS changes hair into Over Shoulder Braid
goto hair_styles_Up
}"Full Pigtail" {
@ALEXIS changes hair into Full Pigtail
goto hair_styles_Up
}"Updo Braids" {
@ALEXIS changes hair into Braids Updo
goto hair_styles_Up
}"Bantu Knots" {
@ALEXIS changes hair into Bantu Knots
goto hair_styles_Up
}<GREEN>"Back to Styles"{
goto hair_styles
}<PREMIUM>"Done"{
goto hair_and_lip
}

label hair_and_lip_end

        NARRATOR
    Is this the look you're going for?
choice
<PREMIUM> "Yes, I look perfect!" {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Hair & Lip Template Credit
@ALEXIS is blush_shy
} "No, I want to change something" {
goto hair_and_lip
}

I use this website for changing lots of words (it comes in handy with templates)
https://textmechanic.com/text-tools/basic-text-tools/find-and-replace-text/

What is spam

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