By Dara

  1. Highlight “FEMALEAVATAR” in your script
  2. Press Ctrl + F on your keyboard (Cmd + F for Macs)
  3. A small grey box will pop up, click on ALL first!
  4. Type in your character’s name in all caps
label fem_custom_btx

@FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and FEMALEAVATAR starts idle

        NARRATOR
    What does your character look like?

choice [layout]
"Body Type" {
goto fem_body_btx
} "Skin Tone" {
goto fem_skin_btx
} "Hairstyle & Color" {
goto fem_hair_btx
} "Facial Features" {
goto fem_faceoptions_btx
} <PREMIUM> "This is perfect!" {
goto fem_end_btx
}

####################### BODY TYPE #######################

label fem_body_btx

@FEMALEAVATAR previews outfit BIKINI_outfit

        NARRATOR
    Body types.

choice
"Generic" {
@FEMALEAVATAR changes body into Female Generic Body
@pause for 1
goto fem_body_btx
} "Athletic" {
@FEMALEAVATAR changes body into Female Athletic Body
@pause for 1
goto fem_body_btx
} "Soft" {
@FEMALEAVATAR changes body into Female Soft Body
@pause for 1
goto fem_body_btx
} <PREMIUM> "Done" {
@FEMALEAVATAR unpreviews outfit BIKINI_outfit
goto fem_end_btx
}

####################### FACE APPEARANCE #######################

label fem_faceoptions_btx

        NARRATOR
    Facial features.

choice
"Face Shape" {
goto fem_face_btx
} "Eyes" {
goto fem_eyes_btx
} "Eyebrows" {
goto fem_brows_btx
} "Nose" {
goto fem_nose_btx
} "Lips" {
goto fem_mouth_btx
} <PREMIUM> "Main Menu" {
goto fem_custom_btx
}

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

label fem_skin_btx

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto fem_neutralskin_btx
} "Rose Shades" {
goto fem_roseskin_btx
} "Gold Shades" {
goto fem_goldskin_btx
} "Copper Shades" {
goto fem_copperskin_btx
} "Ash Shades" {
goto fem_ashskin_btx
} <PREMIUM> "Main Menu" {
goto fem_custom_btx
}

label fem_neutralskin_btx

        NARRATOR
    Neutral skin tones.

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

label fem_roseskin_btx

        NARRATOR
    Rose skin tones.

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

label fem_goldskin_btx

        NARRATOR
    Gold skin tones.

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

label fem_copperskin_btx

        NARRATOR
    Copper skin tones.

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

label fem_ashskin_btx

        NARRATOR
    Ash skin tones.

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

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

label fem_brows_btx

        NARRATOR
    Eyebrow shapes.

choice [shouldPaginate: YES]
"Arched Natural"{
@FEMALEAVATAR changes eyebrows into Arched Natural
goto fem_brows_btx
}"Arched Thick"{
@FEMALEAVATAR changes eyebrows into Arched Thick Styled
goto fem_brows_btx
}"Arched Thin"{
@FEMALEAVATAR changes eyebrows into Arched Thin
goto fem_brows_btx
}"Arched Thin High"{
@FEMALEAVATAR changes eyebrows into Arched Thin High
goto fem_brows_btx
}<GREEN> "Change Color" {
goto fem_browscolor_btx
}<PREMIUM> "Done"{
goto fem_custom_btx
}
"Round Medium"{
@FEMALEAVATAR changes eyebrows into Round Medium
goto fem_brows_btx
}"Round Thick"{
@FEMALEAVATAR changes eyebrows into Round Thick
goto fem_brows_btx
}"Round Thin High"{
@FEMALEAVATAR changes eyebrows into Round Thin High
goto fem_brows_btx
}"Straight Medium"{
@FEMALEAVATAR changes eyebrows into Straight Medium
goto fem_brows_btx
}<GREEN> "Change Color" {
goto fem_browscolor_btx
}<PREMIUM> "Done"{
goto fem_custom_btx
}
"Arched Natural Scar"{
@FEMALEAVATAR changes eyebrows into Arched Natural Scar
goto fem_brows_btx
}"High Arch Angled"{
@FEMALEAVATAR changes eyebrows into High Arch Angled
goto fem_brows_btx
}"Arched Short"{
@FEMALEAVATAR changes eyebrows into Arched Short
goto fem_brows_btx
}"Bushy Thick"{
@FEMALEAVATAR changes eyebrows into Bushy Thick
goto fem_brows_btx
}<GREEN> "Change Color" {
goto fem_browscolor_btx
}<PREMIUM> "Done"{
goto fem_custom_btx
}
"Straight Thin"{
@FEMALEAVATAR changes eyebrows into Straight Thin
goto fem_brows_btx
}"Round Thick Styled"{
@FEMALEAVATAR changes eyebrows into Round Thick Styled
goto fem_brows_btx
}<GREEN> "Change Color" {
goto fem_browscolor_btx
}<PREMIUM> "Done"{
goto fem_faceoptions_btx
}

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

label fem_browscolor_btx

        NARRATOR
    All brow colors.

choice [layout]
"Natural" {
goto fem_naturalbrowcolors_btx
}"Dyed"{
goto fem_dyedbrowcolors_btx
} <GREEN> "Brow Shapes" {
goto fem_brows_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}

label fem_naturalbrowcolors_btx

        NARRATOR
    Dark brow colors.

choice [shouldPaginate: YES]
"Jet Black" {
@FEMALEAVATAR changes eyebrowsColor into blackJet
goto fem_naturalbrowcolors_btx
}"Dark Black" {
@FEMALEAVATAR changes eyebrowsColor into Black Dark
goto fem_naturalbrowcolors_btx
}"Deep Brown" {
@FEMALEAVATAR changes eyebrowsColor into Deep Brown
goto fem_naturalbrowcolors_btx
}"Dark Brown"{
@FEMALEAVATAR changes eyebrowsColor into Dark Brown
goto fem_naturalbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Chestnut Brown"{
@FEMALEAVATAR changes eyebrowsColor into Chestnut Brown
goto fem_naturalbrowcolors_btx
}"Warm Brown" {
@FEMALEAVATAR changes eyebrowsColor into Medium Warm Brown
goto fem_naturalbrowcolors_btx
}"Light Brown" {
@FEMALEAVATAR changes eyebrowsColor into Light Brown
goto fem_naturalbrowcolors_btx
}"Burgundy Red" {
@FEMALEAVATAR changes eyebrowsColor into Burgundy Red
goto fem_naturalbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Ginger Red" {
@FEMALEAVATAR changes eyebrowsColor into Ginger Red
goto fem_naturalbrowcolors_btx
}"Platinum Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Platinum Blonde
goto fem_naturalbrowcolors_btx
}"Dirty Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Dirty Blonde
goto fem_naturalbrowcolors_btx
}"Honey Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Honey Blonde
goto fem_naturalbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Strawberry Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Strawberry Blonde
goto fem_naturalbrowcolors_btx
}"Medium Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Blonde Medium
goto fem_naturalbrowcolors_btx
}"Ash Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Ash Blonde
goto fem_naturalbrowcolors_btx
}"Peach Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Peach Blonde
goto fem_naturalbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}

label fem_dyedbrowcolors_btx

        NARRATOR
    Dyed brow colors.

choice [shouldPaginate: YES]
"Hot Pink" {
@FEMALEAVATAR changes eyebrowsColor into Hot Pink
goto fem_dyedbrowcolors_btx
} "Light Pink" {
@FEMALEAVATAR changes eyebrowsColor into Pink Lt
goto fem_dyedbrowcolors_btx
} "Rose Gold" {
@FEMALEAVATAR changes eyebrowsColor into Rose Gold
goto fem_dyedbrowcolors_btx
} "Purple" {
@FEMALEAVATAR changes eyebrowsColor into Red Purple
goto fem_dyedbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Purple Lilac" {
@FEMALEAVATAR changes eyebrowsColor into Purple Lilac
goto fem_dyedbrowcolors_btx
} "Plum" {
@FEMALEAVATAR changes eyebrowsColor into Plum
goto fem_dyedbrowcolors_btx
} "Dark Purple" {
@FEMALEAVATAR changes eyebrowsColor into Purple
goto fem_dyedbrowcolors_btx
} "Blue" {
@FEMALEAVATAR changes eyebrowsColor into Blue
goto fem_dyedbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Light Blue" {
@FEMALEAVATAR changes eyebrowsColor into Cornflower Blue
goto fem_dyedbrowcolors_btx
} "Aqua Blue" {
@FEMALEAVATAR changes eyebrowsColor into Aqua Blue
goto fem_dyedbrowcolors_btx
} "Dark Blue" {
@FEMALEAVATAR changes eyebrowsColor into Blue Black
goto fem_dyedbrowcolors_btx
} "Green" {
@FEMALEAVATAR changes eyebrowsColor into Green
goto fem_dyedbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Lime Green" {
@FEMALEAVATAR changes eyebrowsColor into Yellow Green
goto fem_dyedbrowcolors_btx
} "Aqua Green" {
@FEMALEAVATAR changes eyebrowsColor into Aqua Green
goto fem_dyedbrowcolors_btx
} "Yellow" {
@FEMALEAVATAR changes eyebrowsColor into Yellow
goto fem_dyedbrowcolors_btx
} "Orange" {
@FEMALEAVATAR changes eyebrowsColor into Orange
goto fem_dyedbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Red" {
@FEMALEAVATAR changes eyebrowsColor into Red
goto fem_dyedbrowcolors_btx
} "Copper Red" {
@FEMALEAVATAR changes eyebrowsColor into Copper Red
goto fem_dyedbrowcolors_btx
} "Grey" {
@FEMALEAVATAR changes eyebrowsColor into Cool Gray
goto fem_dyedbrowcolors_btx
} "Light Grey" {
@FEMALEAVATAR changes eyebrowsColor into Aqua Gray
goto fem_dyedbrowcolors_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"White" {
@FEMALEAVATAR changes eyebrowsColor into Warm White
goto fem_dyedbrowcolors_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
} <GREEN> "Different Colors" {
goto fem_browscolor_btx
}

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

label fem_face_btx

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Diamond" {
@FEMALEAVATAR changes face into Diamond
goto fem_face_btx
} "Long Diamond" {
@FEMALEAVATAR changes face into Diamond Long
goto fem_face_btx
} "Defined Diamond" {
@FEMALEAVATAR changes face into Diamond Defined Contour
goto fem_face_btx
} "Defined Heart" {
@FEMALEAVATAR changes face into Heart Defined
goto fem_face_btx
} "Defined Squared" {
@FEMALEAVATAR changes face into Square Defined
goto fem_face_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Soft Heart" {
@FEMALEAVATAR changes face into Heart Soft
goto fem_face_btx
} "Defined Triangle" {
@FEMALEAVATAR changes face into Triangle Defined
goto fem_face_btx
} "Mature Square" {
@FEMALEAVATAR changes face into Square Mature
goto fem_face_btx
} "Mature Heart" {
@FEMALEAVATAR changes face into Heart Mature
goto fem_face_btx
} "Soft Round" {
@FEMALEAVATAR changes face into Round Soft
goto fem_face_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Square Soft" {
@FEMALEAVATAR changes face into Square Soft
goto fem_face_btx
} "Round Puffy" {
@FEMALEAVATAR changes face into Round Puffy Cheek
goto fem_face_btx
} "Heart Double Chin" {
@FEMALEAVATAR changes face into Heart Mature Double Chin
goto fem_face_btx
} "Round Double Chin" {
@FEMALEAVATAR changes face into Round Double Chin
goto fem_face_btx
} "Long Double Chin" {
@FEMALEAVATAR changes face into Long Double Chin
goto fem_face_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Square Youth" {
@FEMALEAVATAR changes face into Square Youthful
goto fem_face_btx
} "Square Aged" {
@FEMALEAVATAR changes face into Square Aged
goto fem_face_btx
} "Square Chiseled" {
@FEMALEAVATAR changes face into Square Chiseled
goto fem_face_btx
} "Square Chiseled Cheekbones" {
@FEMALEAVATAR changes face into Square Chiseled Cheekbones
goto fem_face_btx
} "Triangle Chiseled" {
@FEMALEAVATAR changes face into Triangle Chiseled
goto fem_face_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}

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

label fem_eyes_btx

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Round Wide" {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto fem_eyes_btx
} "Round Medium" {
@FEMALEAVATAR changes eyes into Round Medium
goto fem_eyes_btx
} "Sharp Almond" {
@FEMALEAVATAR changes eyes into Sharp Almond
goto fem_eyes_btx
} "Generic" {
@FEMALEAVATAR changes eyes into Female Generic
goto fem_eyes_btx
} <GREEN>"Change Color"{
goto fem_eyecolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Deepset Downturned" {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto fem_eyes_btx
} "Deepset Wide" {
@FEMALEAVATAR changes eyes into Deepset Upturned Wide
goto fem_eyes_btx
} "Deepset Almond" {
@FEMALEAVATAR changes eyes into Deepset Almond
goto fem_eyes_btx
} "Monolid Defined" {
@FEMALEAVATAR changes eyes into Monolid Defined
goto fem_eyes_btx
} <GREEN>"Change Color"{
goto fem_eyecolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Monolid Slender" {
@FEMALEAVATAR changes eyes into Monolid Slender
goto fem_eyes_btx
} "Angular Slender" {
@FEMALEAVATAR changes eyes into Angular Slender
goto fem_eyes_btx
} "Almond Slender" {
@FEMALEAVATAR changes eyes into Hooded Slender Almond
goto fem_eyes_btx
} "Almond Slender Eyeliner" {
@FEMALEAVATAR changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_btx
} <GREEN>"Change Color"{
goto fem_eyecolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Heavy Lid Upturned" {
@FEMALEAVATAR changes eyes into Heavy Lid Upturned
goto fem_eyes_btx
}"Heavy Lid Upturned Falsies" {
@FEMALEAVATAR changes eyes into Heavy Lid Upturned Falsies
goto fem_eyes_btx
} "Delicate Almond" {
@FEMALEAVATAR changes eyes into Delicate Almond
goto fem_eyes_btx
} "Delicate Almond Falsies" {
@FEMALEAVATAR changes eyes into Delicate Almond Falsies
goto fem_eyes_btx
} <GREEN>"Change Color"{
goto fem_eyecolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Deepset Downturned Wide" {
@FEMALEAVATAR changes eyes into Deepset Downturned Wide
goto fem_eyes_btx
}"Deepset Mature" {
@FEMALEAVATAR changes eyes into Deepset Mature
goto fem_eyes_btx
} "Deepset Smokey Eye" {
@FEMALEAVATAR changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
} <GREEN>"Change Color"{
goto fem_eyecolor_btx
}

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

label fem_eyecolor_btx

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Black" {
@FEMALEAVATAR changes eyesColor into Brown Black
goto fem_eyecolor_btx
} "Dark Brown" {
@FEMALEAVATAR changes eyesColor into Brown Dark
goto fem_eyecolor_btx
} "Light Brown" {
@FEMALEAVATAR changes eyesColor into Brown Light
goto fem_eyecolor_btx
} "Pale Brown" {
@FEMALEAVATAR changes eyesColor into Brown Pale
goto fem_eyecolor_btx
} <GREEN> "Eye Shapes" {
goto fem_eyes_btx
} <PREMIUM> "Done"{
goto fem_faceoptions_btx
}
"Medium Brown" {
@FEMALEAVATAR changes eyesColor into Brown Medium
goto fem_eyecolor_btx
} "Deep Brown" {
@FEMALEAVATAR changes eyesColor into Brown Deep
goto fem_eyecolor_btx
} "Sand Brown" {
@FEMALEAVATAR changes eyesColor into Brown Sand
goto fem_eyecolor_btx
} "Green" {
@FEMALEAVATAR changes eyesColor into Green Emerald
goto fem_eyecolor_btx
} <GREEN> "Eye Shapes" {
goto fem_eyes_btx
} <PREMIUM> "Done"{
goto fem_faceoptions_btx
}
"Ice Blue" {
@FEMALEAVATAR changes eyesColor into Ice Blue
goto fem_eyecolor_btx
} "Aqua Blue" {
@FEMALEAVATAR changes eyesColor into Blue Aqua
goto fem_eyecolor_btx
} "Deep Blue" {
@FEMALEAVATAR changes eyesColor into Blue Deep
goto fem_eyecolor_btx
} "Blue Green" {
@FEMALEAVATAR changes eyesColor into Blue Green
goto fem_eyecolor_btx
} <GREEN> "Eye Shapes" {
goto fem_eyes_btx
} <PREMIUM> "Done"{
goto fem_faceoptions_btx
}
"Silver" {
@FEMALEAVATAR changes eyesColor into Grey Cool
goto fem_eyecolor_btx
} "Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel
goto fem_eyecolor_btx
} "Dark Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel Dark
goto fem_eyecolor_btx
} "Red" {
@FEMALEAVATAR changes eyesColor into Red
goto fem_eyecolor_btx
} <GREEN> "Eye Shapes" {
goto fem_eyes_btx
} <PREMIUM> "Done"{
goto fem_faceoptions_btx
}
"Violet" {
@FEMALEAVATAR changes eyesColor into Violet
goto fem_eyecolor_btx
} <PREMIUM> "Done"{
goto fem_faceoptions_btx
} <GREEN> "Eye Shapes" {
goto fem_eyes_btx
}

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

label fem_mouth_btx

        NARRATOR
    Lip shapes.

choice [shouldPaginate: YES]
"Full Heart" {
@FEMALEAVATAR changes mouth into Full Heart Pouty
goto fem_mouth_btx
}"Full Round" {
@FEMALEAVATAR changes mouth into Full Round Pouty
goto fem_mouth_btx
}"Medium Heart" {
@FEMALEAVATAR changes mouth into Medium Heart Natural
goto fem_mouth_btx
}"Medium Thin" {
@FEMALEAVATAR changes mouth into Medium Thin
goto fem_mouth_btx
}<GREEN>"Change Color"{
goto fem_mouthcolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Thin Heart" {
@FEMALEAVATAR changes mouth into Thin Heart
goto fem_mouth_btx
}"Small Heart" {
@FEMALEAVATAR changes mouth into Small Heart
goto fem_mouth_btx
}"Flat Round" {
@FEMALEAVATAR changes mouth into Full Round Flat Top Skin
goto fem_mouth_btx
}"Medium Downturned" {
@FEMALEAVATAR changes mouth into Medium Downturned Pout
goto fem_mouth_btx
}<GREEN>"Change Color"{
goto fem_mouthcolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Full Flat Top" {
@FEMALEAVATAR changes mouth into Full Flat Top Pouty
goto fem_mouth_btx
}"Full Wide" {
@FEMALEAVATAR changes mouth into Full Wide
goto fem_mouth_btx
}"Heart Shaped" {
@FEMALEAVATAR changes mouth into Heart Shaped Pout
goto fem_mouth_btx
}"Heart with Braces" {
@FEMALEAVATAR changes mouth into Heart Shaped Pout Braces
goto fem_mouth_btx
}<GREEN>"Change Color"{
goto fem_mouthcolor_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}

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

label fem_mouthcolor_btx

        NARRATOR
    All lip colors.

choice
"Natural" {
goto fem_NaturalColors_btx
} "Gloss" {
goto fem_GlossColors_btx
} "Matte" {
goto fem_MatteColors_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
} <GREEN> "Lip Shapes" {
goto fem_mouth_btx
}

label fem_NaturalColors_btx

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@FEMALEAVATAR changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_btx
} "Fair Neutral" {
@FEMALEAVATAR changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_btx
} "Fair Gold" {
@FEMALEAVATAR changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_btx
} "Beige Light Gold" {
@FEMALEAVATAR changes mouthColor into Beige Light Gold Matte
goto fem_NaturalColors_btx
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Beige Gold" {
@FEMALEAVATAR changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_btx
} "Beige Rose" {
@FEMALEAVATAR changes mouthColor into Beige Rose
goto fem_NaturalColors_btx
} "Beige Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_btx
} "Tan Deep Gold" {
@FEMALEAVATAR changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_btx
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Tan Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_btx
} "Brown Neutral" {
@FEMALEAVATAR changes mouthColor into Brown Neutral
goto fem_NaturalColors_btx
} "Brown Gold" {
@FEMALEAVATAR changes mouthColor into Brown Gold
goto fem_NaturalColors_btx
} "Brown Deep Gold" {
@FEMALEAVATAR changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_btx
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
}
"Brown Deep Rose" {
@FEMALEAVATAR changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_btx
} <PREMIUM> "Done" {
goto fem_faceoptions_btx
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor_btx
}

label fem_GlossColors_btx

        NARRATOR
    Gloss lipstick colors.

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

label fem_MatteColors_btx

        NARRATOR
    Matte lipstick colors.

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

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

label fem_nose_btx

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Defined Natural" {
@FEMALEAVATAR changes nose into Defined Natural
goto fem_nose_btx
} "Grecian Soft" {
@FEMALEAVATAR changes nose into Grecian Soft
goto fem_nose_btx
} "Round Broad" {
@FEMALEAVATAR changes nose into Round Broad
goto fem_nose_btx
} "Round Button" {
@FEMALEAVATAR changes nose into Round Button
goto fem_nose_btx
} "Round Button Upturned" {
@FEMALEAVATAR changes nose into Round Button Upturned
goto fem_nose_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Round Downturned" {
@FEMALEAVATAR changes nose into Round Downturned
goto fem_nose_btx
} "Round Flared Upturned" {
@FEMALEAVATAR changes nose into Round Flared Upturned
goto fem_nose_btx
} "Round Flared Downturned" {
@FEMALEAVATAR changes nose into Round Flared Downturned
goto fem_nose_btx
} "Pointed Downturned" {
@FEMALEAVATAR changes nose into Pointed Downturned
goto fem_nose_btx
} "Broad Wide" {
@FEMALEAVATAR changes nose into Broad Wide
goto fem_nose_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Round Flared Downturned Broad" {
@FEMALEAVATAR changes nose into Round Flared Downturned Broad
goto fem_nose_btx
} "Round Button Wide" {
@FEMALEAVATAR changes nose into Round Button Wide
goto fem_nose_btx
} "Round Broad Downturned" {
@FEMALEAVATAR changes nose into Round Broad Downturned
goto fem_nose_btx
} "Narrow Flared" {
@FEMALEAVATAR changes nose into Narrow Flared
goto fem_nose_btx
} "Broad Flat" {
@FEMALEAVATAR changes nose into Broad Flat
goto fem_nose_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Grecian Angular" {
@FEMALEAVATAR changes nose into Grecian Angular
goto fem_nose_btx
} <PREMIUM>"Done"{
goto fem_faceoptions_btx
}
"Wide Broad Downturned" {
@FEMALEAVATAR changes nose into Wide Broad Downturned
goto fem_nose_btx
}

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

label fem_hair_btx

        NARRATOR
    All hairstyles.

choice [shouldPaginate: YES]
"Shorter"{
goto fem_hairShort_btx
}"Medium"{
goto fem_hairMedium_btx
}"Longer"{
goto fem_hairLong_btx
}"Afro-Textured" {
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
} <PREMIUM> "Main Menu" {
goto fem_custom_btx
}
"Updo's" {
goto fem_hairUp_btx
}"Low Styled" {
goto fem_hairStyled_btx
}"Special Dyed Styles" {
goto fem_hairSpecial_btx
} <PREMIUM> "Main Menu" {
goto fem_custom_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}

label fem_hairShort_btx

        NARRATOR
    Short hairstyles.

choice [shouldPaginate: YES]
"Classic Bob" {
@FEMALEAVATAR changes hair into Classic Bob
goto fem_hairShort_btx
} "Curly Bob" {
@FEMALEAVATAR changes hair into Curly Bob
goto fem_hairShort_btx
}"Pixie" {
@FEMALEAVATAR changes hair into Short Pixie
goto fem_hairShort_btx
}"Punk Pixie" {
@FEMALEAVATAR changes hair into Punk Pixie
goto fem_hairShort_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Short Wavy" {
@FEMALEAVATAR changes hair into Short Wavy Hair Solid
goto fem_hairShort_btx
}"Blunt Bangs" {
@FEMALEAVATAR changes hair into Blunt Bangs Short
goto fem_hairShort_btx
} "Wavy Side Shaved" {
@FEMALEAVATAR changes hair into Short Wavy Side Shave
goto fem_hairShort_btx
}"Curly Blow Out" {
@FEMALEAVATAR changes hair into Short Curly Blow Out
goto fem_hairShort_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Crew Cut" {
@FEMALEAVATAR changes hair into Crew Cut
goto fem_hairShort_btx
}"Short Fringe" {
@FEMALEAVATAR changes hair into Short Layered Fringe
goto fem_hairShort_btx
}"Straight Tucked" {
@FEMALEAVATAR changes hair into Short Straight Tucked
goto fem_hairShort_btx
}"Emo Pixie" {
@FEMALEAVATAR changes hair into Emo Pixie
goto fem_hairShort_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Conservative Cut" {
@FEMALEAVATAR changes hair into Conservative Cut
goto fem_hairShort_btx
}"Parted Bangs" {
@FEMALEAVATAR changes hair into Long Bang Short Hair
goto fem_hairShort_btx
}"Side Part Curly" {
@FEMALEAVATAR changes hair into Side Part Curly Asymmetrical
goto fem_hairShort_btx
}"Short Flipped" {
@FEMALEAVATAR changes hair into Short Flipped Wavy Solid
goto fem_hairShort_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Buzz Cut" {
@FEMALEAVATAR changes hair into Buzz Cut
goto fem_hairShort_btx
}"Faux Hawk" {
@FEMALEAVATAR changes hair into Long Faux Hawk Solid
goto fem_hairShort_btx
}"Finger Waves" {
@FEMALEAVATAR changes hair into Finger Waves Hair
goto fem_hairShort_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}

label fem_hairMedium_btx

        NARRATOR
    Medium hairstyles.

choice [shouldPaginate: YES]
"Hair Flip" {
@FEMALEAVATAR changes hair into Hair Flip
goto fem_hairMedium_btx
}"Straight" {
@FEMALEAVATAR changes hair into Straight Medium
goto fem_hairMedium_btx
}"Lob Bangs" {
@FEMALEAVATAR changes hair into Lob Bangs Blunt
goto fem_hairMedium_btx
}"Overgrown Bangs" {
@FEMALEAVATAR changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Wavy Ombre" {
@FEMALEAVATAR changes hair into Short Wavy Ombre
goto fem_hairMedium_btx
}"Medium Curly" {
@FEMALEAVATAR changes hair into Medium Curly Solid
goto fem_hairMedium_btx
}"Parted Wavy" {
@FEMALEAVATAR changes hair into Short Wavy Asymmetrical
goto fem_hairMedium_btx
} "Wavy Side Curls" {
@FEMALEAVATAR changes hair into Wavy Side Curls
goto fem_hairMedium_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Layered Wavy Bob" {
@FEMALEAVATAR changes hair into Layered Wavy Bob
goto fem_hairMedium_btx
}"Straight Down" {
@FEMALEAVATAR changes hair into Medium Straight Down
goto fem_hairMedium_btx
} "Shoulder Curly" {
@FEMALEAVATAR changes hair into Medium Shoulder Curly
goto fem_hairMedium_btx
} "3A Shoulder Curls" {
@FEMALEAVATAR changes hair into 3A Shoulder Length Curls Hair
goto fem_hairMedium_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Voluminous Curls" {
@FEMALEAVATAR changes hair into Voluminous Curls
goto fem_hairMedium_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}

label fem_hairLong_btx

        NARRATOR
    Long hairstyles.

choice [shouldPaginate: YES]
"Straight" {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto fem_hairLong_btx
}"Feathered" {
@FEMALEAVATAR changes hair into Long Feathered
goto fem_hairLong_btx
}"Long Blunt Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_btx
}"Sideswept Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto fem_hairLong_btx
}"Wavy Long" {
@FEMALEAVATAR changes hair into Wavy Long
goto fem_hairLong_btx
}"Wavy Parted" {
@FEMALEAVATAR changes hair into Long Wavy Parted Hair
goto fem_hairLong_btx
}"Feathered Bangs" {
@FEMALEAVATAR changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Long Voluminous Curls" {
@FEMALEAVATAR changes hair into Long Voluminous Curls Loose
goto fem_hairLong_btx
}"Long Curls" {
@FEMALEAVATAR changes hair into Long Curls
goto fem_hairLong_btx
}"Wavy Princess Braid" {
@FEMALEAVATAR changes hair into Long Down Wavy Princess Braid
goto fem_hairLong_btx
}"Loose Curls" {
@FEMALEAVATAR changes hair into Long Loose Curls
goto fem_hairLong_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Wavy Blowout" {
@FEMALEAVATAR changes hair into Long Wavy Blowout
goto fem_hairLong_btx
}"Side Shave" {
@FEMALEAVATAR changes hair into Long Side Shave
goto fem_hairLong_btx
}"Scene Hair" {
@FEMALEAVATAR changes hair into Scene Swoosh
goto fem_hairLong_btx
}"Slicked Back" {
@FEMALEAVATAR changes hair into Long Straight Slicked Back
goto fem_hairLong_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Thick Curls" {
@FEMALEAVATAR changes hair into Long Thick Curls
goto fem_hairLong_btx
}"Loose Bangs Sideswept" {
@FEMALEAVATAR changes hair into Long Wavy Loose Bangs Sideswept
goto fem_hairLong_btx
}"Layered Side Part" {
@FEMALEAVATAR changes hair into Long Layered Side Part
goto fem_hairLong_btx
}"Widows Peak" {
@FEMALEAVATAR changes hair into Long Tapered Widows Peak
goto fem_hairLong_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Long Straight Wavy Parted Ends" {
@FEMALEAVATAR changes hair into Long Straight Wavy Ends Parted
goto fem_hairLong_btx
}"Side Swept Wavy Long" {
@FEMALEAVATAR changes hair into Side Swept Wavy Long Solid
goto fem_hairLong_btx
}"Shoulder Length Curly" {
@FEMALEAVATAR changes hair into Shoulder Length Curly Hair
goto fem_hairLong_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}


label fem_hairAfro_btx

        NARRATOR
    Afro-textured hairstyles.

choice [shouldPaginate: YES]
"Afro" {
@FEMALEAVATAR changes hair into Afro
goto fem_hairAfro_btx
} "Short Afro" {
@FEMALEAVATAR changes hair into Short Afro
goto fem_hairAfro_btx
}"Type 4 Afro" {
@FEMALEAVATAR changes hair into Type 4 Afro
goto fem_hairAfro_btx
}"Natural Afro" {
@FEMALEAVATAR changes hair into Natural Afro
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Type 4 High Puff" {
@FEMALEAVATAR changes hair into Type 4 High Puff Hair
goto fem_hairAfro_btx
}"Braided Afro Bun" {
@FEMALEAVATAR changes hair into Braided Afro Bun
goto fem_hairAfro_btx
}"Double Afro Puffs" {
@FEMALEAVATAR changes hair into Curly Double Afro Puffs
goto fem_hairAfro_btx
}"Natural Pulled Updo" {
@FEMALEAVATAR changes hair into Natural Curly Pulled Updo Hair
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Short Fade" {
@FEMALEAVATAR changes hair into Short Curly Fade
goto fem_hairAfro_btx
}"Bantu Knots" {
@FEMALEAVATAR changes hair into Bantu Knots
goto fem_hairAfro_btx
}"Updo Braids" {
@FEMALEAVATAR changes hair into Braids Updo
goto fem_hairAfro_btx
}"Braided Bun" {
@FEMALEAVATAR changes hair into Braided Bun
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Dreads Braided Parted" {
@FEMALEAVATAR changes hair into Dreads Braided
goto fem_hairAfro_btx
}"Locks" {
@FEMALEAVATAR changes hair into Shoulder Length Locks Hair
goto fem_hairAfro_btx
}"Side Shave Braids" {
@FEMALEAVATAR changes hair into Curly Braids Hair
goto fem_hairAfro_btx
}"Half Up Locs" {
@FEMALEAVATAR changes hair into Half Up Locs Long Hair
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Medium Braided" {
@FEMALEAVATAR changes hair into Medium Braided
goto fem_hairAfro_btx
}"Long Braided" {
@FEMALEAVATAR changes hair into Long Braided
goto fem_hairAfro_btx
}"Medium Dreadlocks" {
@FEMALEAVATAR changes hair into Medium Dreadlocks
goto fem_hairAfro_btx
}"Long Dreadlocks" {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Over Shoulder Locs" {
@FEMALEAVATAR changes hair into Over Shoulder Locs Hair
goto fem_hairAfro_btx
}"Barrel Roll Locs" {
@FEMALEAVATAR changes hair into Barrel Roll Locs Updo Solid
goto fem_hairAfro_btx
}"Slicked Down Type4 Curls" {
@FEMALEAVATAR changes hair into Slicked Down Type4 Curls Hair
goto fem_hairAfro_btx
}"Slicked Down Type3 Curls" {
@FEMALEAVATAR changes hair into Slicked Down Type3 Curls Hair
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"High Bun Twists" {
@FEMALEAVATAR changes hair into High Bun 4C Long Twists
goto fem_hairAfro_btx
}"Short Top Dreads" {
@FEMALEAVATAR changes hair into Dreads Loose Top Short
goto fem_hairAfro_btx
}"Mohawk Locs" {
@FEMALEAVATAR changes hair into Mohawk Locs Short
goto fem_hairAfro_btx
}"Low Pigtails Type 3" {
@FEMALEAVATAR changes hair into Low Pony Pigtails Type3
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Boho Braids" {
@FEMALEAVATAR changes hair into Medium Boho Braids
goto fem_hairAfro_btx
}"Lemonade Braids" {
@FEMALEAVATAR changes hair into Lemonade Braids
goto fem_hairAfro_btx
}"Double Braided Buns" {
@FEMALEAVATAR changes hair into Double Braided Buns
goto fem_hairAfro_btx
}"Locs Updo" {
@FEMALEAVATAR changes hair into Locs Updo
goto fem_hairAfro_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}

label fem_hairUp_btx

        NARRATOR
    Updo hairstyles.

choice [shouldPaginate: YES]
"Updo Low Bun" {
@FEMALEAVATAR changes hair into Updo
goto fem_hairUp_btx
}"Updo Curly Messy" {
@FEMALEAVATAR changes hair into Updo Curly Messy
goto fem_hairUp_btx
}"Updo Twist Bangs" {
@FEMALEAVATAR changes hair into Updo High Twist Bangs Blunt
goto fem_hairUp_btx
}"Morning Updo" {
@FEMALEAVATAR changes hair into Morning Updo
goto fem_hairUp_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Small Bun" {
@FEMALEAVATAR changes hair into Small Bun
goto fem_hairUp_btx
}"Messy Sock Bun" {
@FEMALEAVATAR changes hair into Messy Sock Bun
goto fem_hairUp_btx
}"Double Buns" {
@FEMALEAVATAR changes hair into Double Buns
goto fem_hairUp_btx
}"Blunt Bangs Ponytail" {
@FEMALEAVATAR changes hair into Pony Tail Blunt Bangs
goto fem_hairUp_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Braided Curly Pony" {
@FEMALEAVATAR changes hair into Braided Curly Pony
goto fem_hairUp_btx
}"Messy Ponytail" {
@FEMALEAVATAR changes hair into Short Messy Pony Tail
goto fem_hairUp_btx
}"Updo Princess Braid" {
@FEMALEAVATAR changes hair into Long Updo Wavy Princess Braid
goto fem_hairUp_btx
}"High Spiral Pigtail" {
@FEMALEAVATAR changes hair into High Spiral Pigtail Hair
goto fem_hairUp_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Short Ponytail" {
@FEMALEAVATAR changes hair into Short High Ponytail
goto fem_hairUp_btx
}"Long Ponytail" {
@FEMALEAVATAR changes hair into Long High Ponytail
goto fem_hairUp_btx
}"Updo Wide Bangs" {
@FEMALEAVATAR changes hair into Updo Wide Bangs
goto fem_hairUp_btx
}"Updo Wavy Sleek" {
@FEMALEAVATAR changes hair into Updo Wavy Sleek
goto fem_hairUp_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Bun Low Sleek" {
@FEMALEAVATAR changes hair into Bun Low Sleek
goto fem_hairUp_btx
}"Shoulder Curly Half Bun" {
@FEMALEAVATAR changes hair into Medium Shoulder Curly Bun Hair
goto fem_hairUp_btx
}"High Bun Coil" {
@FEMALEAVATAR changes hair into Type 3 High Bun Coil Hair
goto fem_hairUp_btx
}"Large Messy Bun Updo" {
@FEMALEAVATAR changes hair into Updo Large Messy Bun Solid
goto fem_hairUp_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Updo Craxis" {
@FEMALEAVATAR changes hair into Updo Craxis
goto fem_hairUp_btx
}"Braided Ponytail" {
@FEMALEAVATAR changes hair into Braided Ponytail Hair Complex Color
goto fem_hairUp_btx
}"Bee Hive Bun" {
@FEMALEAVATAR changes hair into Bee Hive Bun
goto fem_hairUp_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}

label fem_hairStyled_btx

        NARRATOR
    Low styled hairstyles.

choice [shouldPaginate: YES]
"Sleek Ponytail" {
@FEMALEAVATAR changes hair into Sleek Ponytail
goto fem_hairStyled_btx
}"Over Shoulder Braid" {
@FEMALEAVATAR changes hair into Over Shoulder Braid
goto fem_hairStyled_btx
}"Double Dutch Braids" {
@FEMALEAVATAR changes hair into Long Double Dutch Braids
goto fem_hairStyled_btx
}"Side Swept" {
@FEMALEAVATAR changes hair into Side Swept Updo Long
goto fem_hairStyled_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Pinup Rolls" {
@FEMALEAVATAR changes hair into Pinup Victory Rolls
goto fem_hairStyled_btx
}"High Wavy Pony Tail Over Shoulder" {
@FEMALEAVATAR changes hair into High Wavy Pony Tail Over Shoulder Solid
goto fem_hairStyled_btx
}"Bouffant Wavy" {
@FEMALEAVATAR changes hair into Bouffant Long Wavy
goto fem_hairStyled_btx
}"Long Wavy Ponytail" {
@FEMALEAVATAR changes hair into Updo Pony Wavy Long
goto fem_hairStyled_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Half Up Top Knot Ponytail" {
@FEMALEAVATAR changes hair into Medium Half Up Top Knot Ponytail
goto fem_hairStyled_btx
}"Long Half Up Ponytail" {
@FEMALEAVATAR changes hair into Long Half Up Ponytail Hair
goto fem_hairStyled_btx
}"Side Bang Double Bun" {
@FEMALEAVATAR changes hair into Medium Side Bang Double Bun
goto fem_hairStyled_btx
}"Double Bun Half Down" {
@FEMALEAVATAR changes hair into Double Bun Half Down Hair
goto fem_hairStyled_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}
"Updo Curly Long" {
@FEMALEAVATAR changes hair into Updo Curly Long
goto fem_hairStyled_btx
}"Long Curl Half Updo" {
@FEMALEAVATAR changes hair into Long Curl Half Updo
goto fem_hairStyled_btx
}"Full Pigtail" {
@FEMALEAVATAR changes hair into Full Pigtail
goto fem_hairStyled_btx
}"Punk Hair" {
@FEMALEAVATAR changes hair into Cropped Punk Cut
goto fem_hairStyled_btx
}<GREEN>"Change Color"{
goto fem_haircolor_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}

label fem_hairSpecial_btx

        NARRATOR
    Specially dyed hairstyles. Cannot change color.

choice [layout, shouldPaginate: YES]
"Lob Bangs Purple Orange" {
@FEMALEAVATAR changes hair into Lob Bangs Blunt Hair Purple Orange
goto fem_hairSpecial_btx
}"Over Shoulder Braid Black Pink" {
@FEMALEAVATAR changes hair into Over Shoulder Braid Hair Black Pink
goto fem_hairSpecial_btx
}"Side Part Curly Blonde Pink" {
@FEMALEAVATAR changes hair into Side Part Curly Asymmetrical Hair Blonde Pink
goto fem_hairSpecial_btx
}<PREMIUM>"Back to Styles"{
goto fem_hair_btx
}

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

label fem_haircolor_btx

        NARRATOR
    All hair colors.

choice
"Dark"{
goto fem_hairDark_btx
}"Light" {
goto fem_hairLight_btx
}"Dyed"{
goto fem_hairDye_btx
} <PREMIUM> "Main Menu" {
goto fem_custom_btx
}<GREEN> "Back to Styles" {
goto fem_hair_btx
}

label fem_hairDark_btx

        NARRATOR
    Dark hair colors.

choice [shouldPaginate: YES]
"Light Brown" {
@FEMALEAVATAR changes hairColor into Light Brown
goto fem_hairDark_btx
}"Warm Brown" {
@FEMALEAVATAR changes hairColor into Medium Warm Brown
goto fem_hairDark_btx
}"Medium Brown" {
@FEMALEAVATAR changes hairColor into Medium Brown
goto fem_hairDark_btx
}"Chestnut Brown"{
@FEMALEAVATAR changes hairColor into Chestnut Brown
goto fem_hairDark_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Done"{
goto fem_custom_btx
}
"Dark Brown"{
@FEMALEAVATAR changes hairColor into Dark Brown
goto fem_hairDark_btx
}"Brunette Brown"{
@FEMALEAVATAR changes hairColor into Brunette Brown
goto fem_hairDark_btx
}"Ginger Red" {
@FEMALEAVATAR changes hairColor into Ginger Red
goto fem_hairDark_btx
}"Burgundy Red" {
@FEMALEAVATAR changes hairColor into Burgundy Red
goto fem_hairDark_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Done"{
goto fem_custom_btx
}
"Deep Brown" {
@FEMALEAVATAR changes hairColor into Deep Brown
goto fem_hairDark_btx
}"Brown Black" {
@FEMALEAVATAR changes hairColor into Brown Black
goto fem_hairDark_btx
}"Dark Black" {
@FEMALEAVATAR changes hairColor into Black Dark
goto fem_hairDark_btx
}"Jet Black" {
@FEMALEAVATAR changes hairColor into Black Jet
goto fem_hairDark_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Done"{
goto fem_custom_btx
}
"Golden Brown" {
@FEMALEAVATAR changes hairColor into Golden Brown
goto fem_hairDark_btx
}"Ash Brown" {
@FEMALEAVATAR changes hairColor into Ash Brown
goto fem_hairDark_btx
}"Auburn Brown" {
@FEMALEAVATAR changes hairColor into Auburn Brown
goto fem_hairDark_btx
}"Cool Dark Brown" {
@FEMALEAVATAR changes hairColor into Cool Dark Brown
goto fem_hairDark_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Done"{
goto fem_custom_btx
}

label fem_hairLight_btx

        NARRATOR
    Light hair colors.

choice [shouldPaginate: YES]
"Platinum Blonde" {
@FEMALEAVATAR changes hairColor into Platinum Blonde
goto fem_hairLight_btx
}"Dirty Blonde" {
@FEMALEAVATAR changes hairColor into Dirty Blonde
goto fem_hairLight_btx
}"Honey Blonde" {
@FEMALEAVATAR changes hairColor into Honey Blonde
goto fem_hairLight_btx
}"Strawberry Blonde" {
@FEMALEAVATAR changes hairColor into Strawberry Blonde
goto fem_hairLight_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Done"{
goto fem_custom_btx
}
"Medium Blonde" {
@FEMALEAVATAR changes hairColor into Blonde Medium
goto fem_hairLight_btx
}"Ash Blonde" {
@FEMALEAVATAR changes hairColor into Ash Blonde
goto fem_hairLight_btx
}"Peach Blonde" {
@FEMALEAVATAR changes hairColor into Peach Blonde
goto fem_hairLight_btx
}"Platinum White" {
@FEMALEAVATAR changes hairColor into Platinum White
goto fem_hairLight_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Done"{
goto fem_custom_btx
}

label fem_hairDye_btx

        NARRATOR
    Dyed hair colors.

choice
"Pink/Purple" {
goto fem_hairDye_Pink_btx
}"Blue/Green" {
goto fem_hairDye_Blue_btx
}"Red/Yellow" {
goto fem_hairDye_Red_btx
}"White/Grey" {
goto fem_hairDye_White_btx
}<GREEN>"Different Colors"{
goto fem_haircolor_btx
}<PREMIUM>"Hairstyles"{
goto fem_hair_btx
}

label fem_hairDye_Pink_btx

        NARRATOR
    Pink and purple hair colors.

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

label fem_hairDye_Blue_btx

        NARRATOR
    Blue and green hair colors.

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

label fem_hairDye_Red_btx

        NARRATOR
    Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
"Yellow" {
@FEMALEAVATAR changes hairColor into Yellow
goto fem_hairDye_Red_btx
} "Orange" {
@FEMALEAVATAR changes hairColor into Orange
goto fem_hairDye_Red_btx
} "Red" {
@FEMALEAVATAR changes hairColor into Red
goto fem_hairDye_Red_btx
} "Copper Red" {
@FEMALEAVATAR changes hairColor into Copper Red
goto fem_hairDye_Red_btx
}<GREEN>"Back to Dyed Colors"{
goto fem_hairDye_btx
}<PREMIUM>"Done" {
goto fem_custom_btx
}

label fem_hairDye_White_btx

        NARRATOR
    White & grey hair colors.

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

label fem_end_btx
        NARRATOR
    Are you happy with how your character looks?
choice
<PREMIUM> "Yes, she looks gorgeous!" {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@FEMALEAVATAR is primp_neutral
} <GREEN> "No, I want to change something." {
goto fem_custom_btx
}