Is it bad to use a no colors cc template?

for some reason it won’t let me delete them

Odd. I’ve done it with my characters, and the preview and everything is just fine.

1 Like

Oh that’s strange that it won’t let me, yeah I don’t know what’s going on.

1 Like

Just to make sure: is this a limelight female?

Yeah :slight_smile:

1 Like

Oh also what exactly would the code be for changing her dad’s skin tone?

@DAD changes bodyColor into name of skin color You can find the name of the skin color in the portal where you create the characters.

Moved to Directing Help and Tips since this is about coding and not story ideas/reviews. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :smiley:

1 Like

So I just write name of skin color? Or do I have to do each one? How would I ask the question with the choice?

1 Like

Yes, write in the name of the skin color if you want the dad’s skin color to change. I don’t know how to make the dad’s skin color change WITH the MC’s skin color, because female and male characters cannot be matched up using a @CHARACTER becomes CHARACTER command. At least as far as I know.

You could ask a question like this:
NARRATOR
How would you describe your skin tone?
choice “light” {
@DAD changes bodyColor to name of skin color
} “tan”{
@DAD changes bodyColor to name of skin color
} “dark”{
@DAD changes bodyColor to name of skin color {
}

1 Like

alright thank you :slight_smile:

1 Like

Do you think you are able to get rid of the labels for me? If not that’s ok, I’ll try a little longer but I might have to resort to no skin tones.

1 Like

I have gotten rid of the labels. That’s how the template works with no errors.

Just make sure to ctrl H to replace FEMALEAVATAR with your character. I tried it in my computer previewer, and it works fine.

here it is

INT. BLACK - NIGHT
label fem_custom_1

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

    NARRATOR
What does your character look like?

choice [layout]
“Skin Tone” {
goto fem_skin_1
} “Hairstyle” {
goto fem_hair_1
} “Facial Features” {
goto fem_faceoptions_1
} “This is perfect!” {
goto fem_end_1
}

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

label fem_faceoptions_1

    NARRATOR
Facial features.

choice
“Face Shape” {
goto fem_face_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Nose” {
goto fem_nose_1
} “Lips” {
goto fem_mouth_1
} “Done” {
goto fem_custom_1
}

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

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto fem_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@FEMALEAVATAR changes bodyColor into Neutral 00
goto fem_neutralskin_1
} “Neutral 01” {
@FEMALEAVATAR changes bodyColor into Neutral 01
goto fem_neutralskin_1
} “Neutral 02” {
@FEMALEAVATAR changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@FEMALEAVATAR changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Neutral 04” {
@FEMALEAVATAR changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Neutral 05” {
@FEMALEAVATAR changes bodyColor into Neutral 05
goto fem_neutralskin_1
} “Neutral 06” {
@FEMALEAVATAR changes bodyColor into Neutral 06
goto fem_neutralskin_1
} “Neutral 07” {
@FEMALEAVATAR changes bodyColor into Neutral 07
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Neutral 08” {
@FEMALEAVATAR changes bodyColor into Neutral 08
goto fem_neutralskin_1
} “Neutral 09” {
@FEMALEAVATAR changes bodyColor into Neutral 09
goto fem_neutralskin_1
} “Neutral 10” {
@FEMALEAVATAR changes bodyColor into Neutral 10
goto fem_neutralskin_1
} “Done” {
goto fem_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_roseskin_1

    NARRATOR
Rose skin tones.

choice [shouldPaginate: YES]
“Rose 00” {
@FEMALEAVATAR changes bodyColor into Rose 00
goto fem_roseskin_1
} “Rose 01” {
@FEMALEAVATAR changes bodyColor into Rose 01
goto fem_roseskin_1
} “Rose 02” {
@FEMALEAVATAR changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@FEMALEAVATAR changes bodyColor into Rose 03
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Rose 04” {
@FEMALEAVATAR changes bodyColor into Rose 04
goto fem_roseskin_1
} “Rose 05” {
@FEMALEAVATAR changes bodyColor into Rose 05
goto fem_roseskin_1
} “Rose 06” {
@FEMALEAVATAR changes bodyColor into Rose 06
goto fem_roseskin_1
} “Rose 07” {
@FEMALEAVATAR changes bodyColor into Rose 07
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Rose 08” {
@FEMALEAVATAR changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@FEMALEAVATAR changes bodyColor into Rose 09
goto fem_roseskin_1
} “Rose 10” {
@FEMALEAVATAR changes bodyColor into Rose 10
goto fem_roseskin_1
} “Done” {
goto fem_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_goldskin_1

    NARRATOR
Gold skin tones.

choice [shouldPaginate: YES]
“Gold 00” {
@FEMALEAVATAR changes bodyColor into Gold 00
goto fem_goldskin_1
} “Gold 01” {
@FEMALEAVATAR changes bodyColor into Gold 01
goto fem_goldskin_1
} “Gold 02” {
@FEMALEAVATAR changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@FEMALEAVATAR changes bodyColor into Gold 03
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Gold 04” {
@FEMALEAVATAR changes bodyColor into Gold 04
goto fem_goldskin_1
} “Gold 05” {
@FEMALEAVATAR changes bodyColor into Gold 05
goto fem_goldskin_1
} “Gold 06” {
@FEMALEAVATAR changes bodyColor into Gold 06
goto fem_goldskin_1
} “Gold 07” {
@FEMALEAVATAR changes bodyColor into Gold 07
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Gold 08” {
@FEMALEAVATAR changes bodyColor into Gold 08
goto fem_goldskin_1
} “Gold 09” {
@FEMALEAVATAR changes bodyColor into Gold 09
goto fem_goldskin_1
} “Gold 10” {
@FEMALEAVATAR changes bodyColor into Gold 10
goto fem_goldskin_1
} “Done” {
goto fem_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_copperskin_1

    NARRATOR
Copper skin tones.

choice [shouldPaginate: YES]
“Copper 00” {
@FEMALEAVATAR changes bodyColor into Copper 00
goto fem_copperskin_1
} “Copper 01” {
@FEMALEAVATAR changes bodyColor into Copper 01
goto fem_copperskin_1
} “Copper 02” {
@FEMALEAVATAR changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@FEMALEAVATAR changes bodyColor into Copper 03
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Copper 04” {
@FEMALEAVATAR changes bodyColor into Copper 04
goto fem_copperskin_1
} “Copper 05” {
@FEMALEAVATAR changes bodyColor into Copper 05
goto fem_copperskin_1
} “Copper 06” {
@FEMALEAVATAR changes bodyColor into Copper 06
goto fem_copperskin_1
} “Copper 07” {
@FEMALEAVATAR changes bodyColor into Copper 07
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Copper 08” {
@FEMALEAVATAR changes bodyColor into Copper 08
goto fem_copperskin_1
} “Copper 09” {
@FEMALEAVATAR changes bodyColor into Copper 09
goto fem_copperskin_1
} “Copper 10” {
@FEMALEAVATAR changes bodyColor into Copper 10
goto fem_copperskin_1
} “Done” {
goto fem_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 00” {
@FEMALEAVATAR changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 01” {
@FEMALEAVATAR changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 02” {
@FEMALEAVATAR changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 03” {
@FEMALEAVATAR changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Ash 04” {
@FEMALEAVATAR changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 05” {
@FEMALEAVATAR changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 06” {
@FEMALEAVATAR changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 07” {
@FEMALEAVATAR changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto fem_custom_1
}
“Ash 08” {
@FEMALEAVATAR changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 09” {
@FEMALEAVATAR changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 10” {
@FEMALEAVATAR changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto fem_custom_1
} “Different Shades” {
goto fem_skin_1
}

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

label fem_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@FEMALEAVATAR changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@FEMALEAVATAR changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@FEMALEAVATAR changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@FEMALEAVATAR changes eyebrows into Arched Thin High
goto fem_brows_1
} “Done”{
goto fem_custom_1
}
“Round Medium”{
@FEMALEAVATAR changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@FEMALEAVATAR changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin High”{
@FEMALEAVATAR changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@FEMALEAVATAR changes eyebrows into Straight Medium
goto fem_brows_1
} “Done”{
goto fem_custom_1
}
“Arched Natural Scar”{
@FEMALEAVATAR changes eyebrows into Arched Natural Scar
goto fem_brows_1
}“High Arch Angled”{
@FEMALEAVATAR changes eyebrows into High Arch Angled
goto fem_brows_1
}“Arched Short”{
@FEMALEAVATAR changes eyebrows into Arched Short
goto fem_brows_1
}“Bushy Thick”{
@FEMALEAVATAR changes eyebrows into Bushy Thick
goto fem_brows_1
}“Straight Thin”{
@FEMALEAVATAR changes eyebrows into Straight Thin
goto fem_brows_1
}“Round Thick Styled”{
@FEMALEAVATAR changes eyebrows into Round Thick Styled
goto fem_brows_1
} “Done”{
goto fem_custom_1
}

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

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@FEMALEAVATAR changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@FEMALEAVATAR changes face into Diamond Long
goto fem_face_1
} “Defined Diamond” {
@FEMALEAVATAR changes face into Diamond Defined Contour
goto fem_face_1
} “Defined Heart” {
@FEMALEAVATAR changes face into Heart Defined
goto fem_face_1
} “Defined Squared” {
@FEMALEAVATAR changes face into Square Defined
goto fem_face_1
} “Done”{
goto fem_custom_1
}
“Soft Heart” {
@FEMALEAVATAR changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@FEMALEAVATAR changes face into Triangle Defined
goto fem_face_1
} “Mature Square” {
@FEMALEAVATAR changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@FEMALEAVATAR changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@FEMALEAVATAR changes face into Round Soft
goto fem_face_1
} “Done”{
goto fem_custom_1
}
“Square Soft” {
@FEMALEAVATAR changes face into Square Soft
goto fem_face_1
} “Round Puffy” {
@FEMALEAVATAR changes face into Round Puffy Cheek
goto fem_face_1
} “Heart Double Chin” {
@FEMALEAVATAR changes face into Heart Mature Double Chin
goto fem_face_1
} “Round Double Chin” {
@FEMALEAVATAR changes face into Round Double Chin
goto fem_face_1
} “Long Double Chin” {
@FEMALEAVATAR changes face into Long Double Chin
goto fem_face_1
} “Done”{
goto fem_custom_1
}
“Square Youth” {
@FEMALEAVATAR changes face into Square Youthful
goto fem_face_1
} “Square Aged” {
@FEMALEAVATAR changes face into Square Aged
goto fem_face_1
} “Square Chiseled” {
@FEMALEAVATAR changes face into Square Chiseled
goto fem_face_1
} “Square Chiseled Cheekbones” {
@FEMALEAVATAR changes face into Square Chiseled Cheekbones
goto fem_face_1
} “Triangle Chiseled” {
@FEMALEAVATAR changes face into Triangle Chiseled
goto fem_face_1
} “Done”{
goto fem_custom_1
}

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

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Round Wide” {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@FEMALEAVATAR changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@FEMALEAVATAR changes eyes into Sharp Almond
goto fem_eyes_1
} “Generic” {
@FEMALEAVATAR changes eyes into Female Generic
goto fem_eyes_1
}“Done”{
goto fem_custom_1
}
“Deepset Downturned” {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Wide” {
@FEMALEAVATAR changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@FEMALEAVATAR changes eyes into Deepset Almond
goto fem_eyes_1
} “Monolid Defined” {
@FEMALEAVATAR changes eyes into Monolid Defined
goto fem_eyes_1
} “Done”{
goto fem_custom_1
}
“Monolid Slender” {
@FEMALEAVATAR changes eyes into Monolid Slender
goto fem_eyes_1
} “Angular Slender” {
@FEMALEAVATAR changes eyes into Angular Slender
goto fem_eyes_1
} “Almond Slender” {
@FEMALEAVATAR changes eyes into Hooded Slender Almond
goto fem_eyes_1
} “Almond Slender Eyeliner” {
@FEMALEAVATAR changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_1
}“Done”{
goto fem_custom_1
}
“Heavy Lid Upturned” {
@FEMALEAVATAR changes eyes into Heavy Lid Upturned
goto fem_eyes_1
}“Heavy Lid Upturned Falsies” {
@FEMALEAVATAR changes eyes into Heavy Lid Upturned Falsies
goto fem_eyes_1
} “Delicate Almond” {
@FEMALEAVATAR changes eyes into Delicate Almond
goto fem_eyes_1
} “Delicate Almond Falsies” {
@FEMALEAVATAR changes eyes into Delicate Almond Falsies
goto fem_eyes_1
}“Deepset Downturned Wide” {
@FEMALEAVATAR changes eyes into Deepset Downturned Wide
goto fem_eyes_1
}“Deepset Mature” {
@FEMALEAVATAR changes eyes into Deepset Mature
goto fem_eyes_1
} “Deepset Smokey Eye” {
@FEMALEAVATAR changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Done”{
goto fem_custom_1
}

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

label fem_mouth_1

    NARRATOR
Lip shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@FEMALEAVATAR changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@FEMALEAVATAR changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Heart” {
@FEMALEAVATAR changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@FEMALEAVATAR changes mouth into Medium Thin
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto fem_custom_1
}
“Thin Heart” {
@FEMALEAVATAR changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@FEMALEAVATAR changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@FEMALEAVATAR changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}“Medium Downturned” {
@FEMALEAVATAR changes mouth into Medium Downturned Pout
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto fem_custom_1
}
“Full Flat Top” {
@FEMALEAVATAR changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}“Full Wide” {
@FEMALEAVATAR changes mouth into Full Wide
goto fem_mouth_1
}“Heart Shaped” {
@FEMALEAVATAR changes mouth into Heart Shaped Pout
goto fem_mouth_1
}“Heart with Braces” {
@FEMALEAVATAR changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto fem_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
} “Done” {
goto fem_custom_1
} “Lip Shapes” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@FEMALEAVATAR changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_1
} “Fair Neutral” {
@FEMALEAVATAR changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_1
} “Fair Gold” {
@FEMALEAVATAR changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_1
} “Beige Light Gold” {
@FEMALEAVATAR changes mouthColor into Beige Light Gold Matte
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Beige Gold” {
@FEMALEAVATAR changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_1
} “Beige Rose” {
@FEMALEAVATAR changes mouthColor into Beige Rose
goto fem_NaturalColors_1
} “Beige Deep Neutral” {
@FEMALEAVATAR changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_1
} “Tan Deep Gold” {
@FEMALEAVATAR changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Tan Deep Neutral” {
@FEMALEAVATAR changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_1
} “Brown Neutral” {
@FEMALEAVATAR changes mouthColor into Brown Neutral
goto fem_NaturalColors_1
} “Brown Gold” {
@FEMALEAVATAR changes mouthColor into Brown Gold
goto fem_NaturalColors_1
} “Brown Deep Gold” {
@FEMALEAVATAR changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Brown Deep Rose” {
@FEMALEAVATAR changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_1
} “Done” {
goto fem_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors.

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

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@FEMALEAVATAR changes mouthColor into Peach Matte
goto fem_MatteColors_1
} “Light Peach” {
@FEMALEAVATAR changes mouthColor into Pink Peach Light Matte
goto fem_MatteColors_1
} “Beige Pink” {
@FEMALEAVATAR changes mouthColor into Pink Beige Matte
goto fem_MatteColors_1
} “Medium Pink” {
@FEMALEAVATAR changes mouthColor into Pink Medium Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Warm Pink” {
@FEMALEAVATAR changes mouthColor into Pink Warm Matte
goto fem_MatteColors_1
} “Hot Pink” {
@FEMALEAVATAR changes mouthColor into Pink Hot Matte
goto fem_MatteColors_1
} “Deep Pink” {
@FEMALEAVATAR changes mouthColor into Pink Deep Matte
goto fem_MatteColors_1
} “Pink Peach” {
@FEMALEAVATAR changes mouthColor into Pink Peach Medium Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Neutral Nude” {
@FEMALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto fem_MatteColors_1
} “Light Nude” {
@FEMALEAVATAR changes mouthColor into Rose Light Nude Matte
goto fem_MatteColors_1
} “Medium Nude” {
@FEMALEAVATAR changes mouthColor into Rose Medium Nude Matte
goto fem_MatteColors_1
} “Dark Nude” {
@FEMALEAVATAR changes mouthColor into Rose Dark Nude Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Rose” {
@FEMALEAVATAR changes mouthColor into Rose Matte
goto fem_MatteColors_1
} “Mauve” {
@FEMALEAVATAR changes mouthColor into Mauve Matte
goto fem_MatteColors_1
} “Pastel Purple” {
@FEMALEAVATAR changes mouthColor into Purple Pastel Matte
goto fem_MatteColors_1
} “Deep Purple” {
@FEMALEAVATAR changes mouthColor into Purple Deep Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Red” {
@FEMALEAVATAR changes mouthColor into Red Matte
goto fem_MatteColors_1
} “Deep Red” {
@FEMALEAVATAR changes mouthColor into Red Deep Matte
goto fem_MatteColors_1
} “Plum” {
@FEMALEAVATAR changes mouthColor into Plum Matte
goto fem_MatteColors_1
} “Violet” {
@FEMALEAVATAR changes mouthColor into Violet Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Blood Orange” {
@FEMALEAVATAR changes mouthColor into Blood Orange Matte
goto fem_MatteColors_1
} “Red Garnet” {
@FEMALEAVATAR changes mouthColor into Red Garnet Matte
goto fem_MatteColors_1
} “Blackberry” {
@FEMALEAVATAR changes mouthColor into Blackberry Matte
goto fem_MatteColors_1
} “Pink Cashmere” {
@FEMALEAVATAR changes mouthColor into Pink Cashmere Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Ash Deep” {
@FEMALEAVATAR changes mouthColor into Ash Deep Matte
goto fem_MatteColors_1
} “Dark Mauve” {
@FEMALEAVATAR changes mouthColor into Dark Mauve Matte
goto fem_MatteColors_1
} “Dark Amethyst” {
@FEMALEAVATAR changes mouthColor into Dark Amethyst Matte
goto fem_MatteColors_1
} “Royal Blue” {
@FEMALEAVATAR changes mouthColor into Royal Blue Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Dark Apricot” {
@FEMALEAVATAR changes mouthColor into Dark Apricot Matte
goto fem_MatteColors_1
} “Copper Deep” {
@FEMALEAVATAR changes mouthColor into Copper Deep Matte
goto fem_MatteColors_1
} “Gold Deep” {
@FEMALEAVATAR changes mouthColor into Gold Deep Matte
goto fem_MatteColors_1
} “Black” {
@FEMALEAVATAR changes mouthColor into Black Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Deep Rose” {
@FEMALEAVATAR changes mouthColor into Rose Deep Matte
goto fem_MatteColors_1
} “Medium Gold” {
@FEMALEAVATAR changes mouthColor into Gold Medium Matte
goto fem_MatteColors_1
} “Deep Neutral” {
@FEMALEAVATAR changes mouthColor into Neutral Deep Matte
goto fem_MatteColors_1
} “Medium Cooper” {
@FEMALEAVATAR changes mouthColor into Copper Medium Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}
“Dark Pink” {
@FEMALEAVATAR changes mouthColor into Pink Dark Matte
goto fem_MatteColors_1
} “Deep Orange” {
@FEMALEAVATAR changes mouthColor into Orange Deep Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto fem_custom_1
}

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

label fem_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Defined Natural” {
@FEMALEAVATAR changes nose into Defined Natural
goto fem_nose_1
} “Grecian Soft” {
@FEMALEAVATAR changes nose into Grecian Soft
goto fem_nose_1
} “Round Broad” {
@FEMALEAVATAR changes nose into Round Broad
goto fem_nose_1
} “Round Button” {
@FEMALEAVATAR changes nose into Round Button
goto fem_nose_1
} “Round Button Upturned” {
@FEMALEAVATAR changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto fem_custom_1
}
“Round Downturned” {
@FEMALEAVATAR changes nose into Round Downturned
goto fem_nose_1
} “Round Flared Upturned” {
@FEMALEAVATAR changes nose into Round Flared Upturned
goto fem_nose_1
} “Round Flared Downturned” {
@FEMALEAVATAR changes nose into Round Flared Downturned
goto fem_nose_1
} “Pointed Downturned” {
@FEMALEAVATAR changes nose into Pointed Downturned
goto fem_nose_1
} “Broad Wide” {
@FEMALEAVATAR changes nose into Broad Wide
goto fem_nose_1
} “Done”{
goto fem_custom_1
}
“Round Flared Downturned Broad” {
@FEMALEAVATAR changes nose into Round Flared Downturned Broad
goto fem_nose_1
} “Round Button Wide” {
@FEMALEAVATAR changes nose into Round Button Wide
goto fem_nose_1
} “Round Broad Downturned” {
@FEMALEAVATAR changes nose into Round Broad Downturned
goto fem_nose_1
} “Narrow Flared” {
@FEMALEAVATAR changes nose into Narrow Flared
goto fem_nose_1
} “Broad Flat” {
@FEMALEAVATAR changes nose into Broad Flat
goto fem_nose_1
} “Done”{
goto fem_custom_1
}
“Grecian Angular” {
@FEMALEAVATAR changes nose into Grecian Angular
goto fem_nose_1
} “Done”{
goto fem_custom_1
}
“Wide Broad Downturned” {
@FEMALEAVATAR changes nose into Wide Broad Downturned
goto fem_nose_1
}

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

label fem_hair_1

    NARRATOR
All hairstyles.

choice [shouldPaginate: YES]
“Shorter”{
goto fem_hairShort_1
}“Medium”{
goto fem_hairMedium_1
}“Longer”{
goto fem_hairLong_1
}“Afro-Textured” {
goto fem_hairAfro_1
}“Done”{
goto fem_custom_1
}“Updo’s” {
goto fem_hairUp_1
}“Low Styled” {
goto fem_hairStyled_1
}“Done”{
goto fem_custom_1
}

label fem_hairShort_1

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Classic Bob” {
@FEMALEAVATAR changes hair into Classic Bob
goto fem_hairShort_1
} “Curly Bob” {
@FEMALEAVATAR changes hair into Curly Bob
goto fem_hairShort_1
}“Pixie” {
@FEMALEAVATAR changes hair into Short Pixie
goto fem_hairShort_1
}“Punk Pixie” {
@FEMALEAVATAR changes hair into Punk Pixie
goto fem_hairShort_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Wavy” {
@FEMALEAVATAR changes hair into Short Wavy Hair Solid
goto fem_hairShort_1
}“Blunt Bangs” {
@FEMALEAVATAR changes hair into Blunt Bangs Short
goto fem_hairShort_1
} “Wavy Side Shaved” {
@FEMALEAVATAR changes hair into Short Wavy Side Shave
goto fem_hairShort_1
}“Curly Blow Out” {
@FEMALEAVATAR changes hair into Short Curly Blow Out
goto fem_hairShort_1
}“Back to Styles”{
goto fem_hair_1
}
“Crew Cut” {
@FEMALEAVATAR changes hair into Crew Cut
goto fem_hairShort_1
}“Short Fringe” {
@FEMALEAVATAR changes hair into Short Layered Fringe
goto fem_hairShort_1
}“Straight Tucked” {
@FEMALEAVATAR changes hair into Short Straight Tucked
goto fem_hairShort_1
}“Emo Pixie” {
@FEMALEAVATAR changes hair into Emo Pixie
goto fem_hairShort_1
}“Back to Styles”{
goto fem_hair_1
}
“Conservative Cut” {
@FEMALEAVATAR changes hair into Conservative Cut
goto fem_hairShort_1
}“Parted Bangs” {
@FEMALEAVATAR changes hair into Long Bang Short Hair
goto fem_hairShort_1
}“Side Part Curly” {
@FEMALEAVATAR changes hair into Side Part Curly Asymmetrical
goto fem_hairShort_1
}“Short Flipped” {
@FEMALEAVATAR changes hair into Short Flipped Wavy Solid
goto fem_hairShort_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairMedium_1

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Hair Flip” {
@FEMALEAVATAR changes hair into Hair Flip
goto fem_hairMedium_1
}“Straight” {
@FEMALEAVATAR changes hair into Straight Medium
goto fem_hairMedium_1
}“Lob Bangs” {
@FEMALEAVATAR changes hair into Lob Bangs Blunt
goto fem_hairMedium_1
}“Overgrown Bangs” {
@FEMALEAVATAR changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Ombre” {
@FEMALEAVATAR changes hair into Short Wavy Ombre
goto fem_hairMedium_1
}“Medium Curly” {
@FEMALEAVATAR changes hair into Medium Curly Solid
goto fem_hairMedium_1
}“Parted Wavy” {
@FEMALEAVATAR changes hair into Short Wavy Asymmetrical
goto fem_hairMedium_1
} “Wavy Side Curls” {
@FEMALEAVATAR changes hair into Wavy Side Curls
goto fem_hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}
“Layered Wavy Bob” {
@FEMALEAVATAR changes hair into Layered Wavy Bob
goto fem_hairMedium_1
}“Straight Down” {
@FEMALEAVATAR changes hair into Medium Straight Down
goto fem_hairMedium_1
} “Shoulder Curly” {
@FEMALEAVATAR changes hair into Medium Shoulder Curly
goto fem_hairMedium_1
} “3A Shoulder Curls” {
@FEMALEAVATAR changes hair into 3A Shoulder Length Curls Hair
goto fem_hairMedium_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairLong_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Straight” {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}“Feathered” {
@FEMALEAVATAR changes hair into Long Feathered
goto fem_hairLong_1
}“Long Blunt Bangs” {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}“Sideswept Bangs” {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}“Back to Styles”{
goto fem_hair_1
}
“Beach Wave” {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto fem_hairLong_1
}“Wavy Long” {
@FEMALEAVATAR changes hair into Wavy Long
goto fem_hairLong_1
}“Wavy Parted” {
@FEMALEAVATAR changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}“Feathered Bangs” {
@FEMALEAVATAR changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Voluminous Curls” {
@FEMALEAVATAR changes hair into Long Voluminous Curls Loose
goto fem_hairLong_1
}“Long Curls” {
@FEMALEAVATAR changes hair into Long Curls
goto fem_hairLong_1
}“Wavy Princess Braid” {
@FEMALEAVATAR changes hair into Long Down Wavy Princess Braid
goto fem_hairLong_1
}“Loose Curls” {
@FEMALEAVATAR changes hair into Long Loose Curls
goto fem_hairLong_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Blowout” {
@FEMALEAVATAR changes hair into Long Wavy Blowout
goto fem_hairLong_1
}“Side Shave” {
@FEMALEAVATAR changes hair into Long Side Shave
goto fem_hairLong_1
}“Scene Hair” {
@FEMALEAVATAR changes hair into Scene Swoosh
goto fem_hairLong_1
}“Slicked Back” {
@FEMALEAVATAR changes hair into Long Straight Slicked Back
goto fem_hairLong_1
}“Back to Styles”{
goto fem_hair_1
}
“Thick Curls” {
@FEMALEAVATAR changes hair into Long Thick Curls
goto fem_hairLong_1
}“Loose Bangs Sideswept” {
@FEMALEAVATAR changes hair into Long Wavy Loose Bangs Sideswept
goto fem_hairLong_1
}“Layered Side Part” {
@FEMALEAVATAR changes hair into Long Layered Side Part
goto fem_hairLong_1
}“Widows Peak” {
@FEMALEAVATAR changes hair into Long Tapered Widows Peak
goto fem_hairLong_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Straight Wavy Parted Ends” {
@FEMALEAVATAR changes hair into Long Straight Wavy Ends Parted
goto fem_hairLong_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairAfro_1

    NARRATOR
Afro-textured hairstyles.

choice [shouldPaginate: YES]
“Afro” {
@FEMALEAVATAR changes hair into Afro
goto fem_hairAfro_1
} “Short Afro” {
@FEMALEAVATAR changes hair into Short Afro
goto fem_hairAfro_1
}“Type 4 Afro” {
@FEMALEAVATAR changes hair into Type 4 Afro
goto fem_hairAfro_1
}“Natural Afro” {
@FEMALEAVATAR changes hair into Natural Afro
goto fem_hairAfro_1
}“Back to Styles”{
goto fem_hair_1
}
“Type 4 High Puff” {
@FEMALEAVATAR changes hair into Type 4 High Puff Hair
goto fem_hairAfro_1
}“Braided Afro Bun” {
@FEMALEAVATAR changes hair into Braided Afro Bun
goto fem_hairAfro_1
}“Double Afro Puffs” {
@FEMALEAVATAR changes hair into Curly Double Afro Puffs
goto fem_hairAfro_1
}“Natural Pulled Updo” {
@FEMALEAVATAR changes hair into Natural Curly Pulled Updo Hair
goto fem_hairAfro_1
}“Back to Styles”{
goto fem_hair_1
}
“Shoulder Curly” {
@FEMALEAVATAR changes hair into Medium Shoulder Curly
goto fem_hairAfro_1
}“Shoulder Curly Half Bun” {
@FEMALEAVATAR changes hair into Medium Shoulder Curly Bun Hair
goto fem_hairAfro_1
}“Voluminous Curls” {
@FEMALEAVATAR changes hair into Voluminous Curls
goto fem_hairAfro_1
}“High Bun Coil” {
@FEMALEAVATAR changes hair into Type 3 High Bun Coil Hair
goto fem_hairAfro_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Fade” {
@FEMALEAVATAR changes hair into Short Curly Fade
goto fem_hairAfro_1
}“Bantu Knots” {
@FEMALEAVATAR changes hair into Bantu Knots
goto fem_hairAfro_1
}“Updo Braids” {
@FEMALEAVATAR changes hair into Braids Updo
goto fem_hairAfro_1
}“Braided Bun” {
@FEMALEAVATAR changes hair into Braided Bun
goto fem_hairAfro_1
}“Back to Styles”{
goto fem_hair_1
}
“Dreads Braided Parted” {
@FEMALEAVATAR changes hair into Dreads Braided
goto fem_hairAfro_1
}“Locks” {
@FEMALEAVATAR changes hair into Shoulder Length Locks Hair
goto fem_hairAfro_1
}“Side Shave Braids” {
@FEMALEAVATAR changes hair into Curly Braids Hair
goto fem_hairAfro_1
}“Faux Hawk” {
@FEMALEAVATAR changes hair into Long Faux Hawk Solid
goto fem_hairAfro_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Braided” {
@FEMALEAVATAR changes hair into Medium Braided
goto fem_hairAfro_1
}“Long Braided” {
@FEMALEAVATAR changes hair into Long Braided
goto fem_hairAfro_1
}“Medium Dreadlocks” {
@FEMALEAVATAR changes hair into Medium Dreadlocks
goto fem_hairAfro_1
}“Long Dreadlocks” {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto fem_hairAfro_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairUp_1

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Updo Low Bun” {
@FEMALEAVATAR changes hair into Updo
goto fem_hairUp_1
}“Updo Curly Messy” {
@FEMALEAVATAR changes hair into Updo Curly Messy
goto fem_hairUp_1
}“Updo Twist Bangs” {
@FEMALEAVATAR changes hair into Updo High Twist Bangs Blunt
goto fem_hairUp_1
}“Morning Updo” {
@FEMALEAVATAR changes hair into Morning Updo
goto fem_hairUp_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@FEMALEAVATAR changes hair into Small Bun
goto fem_hairUp_1
}“Messy Sock Bun” {
@FEMALEAVATAR changes hair into Messy Sock Bun
goto fem_hairUp_1
}“Double Buns” {
@FEMALEAVATAR changes hair into Double Buns
goto fem_hairUp_1
}“Blunt Bangs Ponytail” {
@FEMALEAVATAR changes hair into Pony Tail Blunt Bangs
goto fem_hairUp_1
}“Back to Styles”{
goto fem_hair_1
}
“Braided Curly Pony” {
@FEMALEAVATAR changes hair into Braided Curly Pony
goto fem_hairUp_1
}“Messy Ponytail” {
@FEMALEAVATAR changes hair into Short Messy Pony Tail
goto fem_hairUp_1
}“Updo Princess Braid” {
@FEMALEAVATAR changes hair into Long Updo Wavy Princess Braid
goto fem_hairUp_1
}“High Spiral Pigtail” {
@FEMALEAVATAR changes hair into High Spiral Pigtail Hair
goto fem_hairUp_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Ponytail” {
@FEMALEAVATAR changes hair into Short High Ponytail
goto fem_hairUp_1
}“Long Ponytail” {
@FEMALEAVATAR changes hair into Long High Ponytail
goto fem_hairUp_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairStyled_1

    NARRATOR
Low styled hairstyles.

choice [shouldPaginate: YES]
“Sleek Ponytail” {
@FEMALEAVATAR changes hair into Sleek Ponytail
goto fem_hairStyled_1
}“Over Shoulder Braid” {
@FEMALEAVATAR changes hair into Over Shoulder Braid
goto fem_hairStyled_1
}“Double Dutch Braids” {
@FEMALEAVATAR changes hair into Long Double Dutch Braids
goto fem_hairStyled_1
}“Side Swept” {
@FEMALEAVATAR changes hair into Side Swept Updo Long
goto fem_hairStyled_1
}“Back to Styles”{
goto fem_hair_1
}
“Pinup Rolls” {
@FEMALEAVATAR changes hair into Pinup Victory Rolls
goto fem_hairStyled_1
}“High Wavy Pony Tail Over Shoulder” {
@FEMALEAVATAR changes hair into High Wavy Pony Tail Over Shoulder Solid
goto fem_hairStyled_1
}“Bouffant Wavy” {
@FEMALEAVATAR changes hair into Bouffant Long Wavy
goto fem_hairStyled_1
}“Long Wavy Ponytail” {
@FEMALEAVATAR changes hair into Updo Pony Wavy Long
goto fem_hairStyled_1
}“Back to Styles”{
goto fem_hair_1
}
“Half Up Top Knot Ponytail” {
@FEMALEAVATAR changes hair into Medium Half Up Top Knot Ponytail
goto fem_hairStyled_1
}“Long Half Up Ponytail” {
@FEMALEAVATAR changes hair into Long Half Up Ponytail Hair
goto fem_hairStyled_1
}“Side Bang Double Bun” {
@FEMALEAVATAR changes hair into Medium Side Bang Double Bun
goto fem_hairStyled_1
}“Double Bun Half Down” {
@FEMALEAVATAR changes hair into Double Bun Half Down Hair
goto fem_hairStyled_1
}“Back to Styles”{
goto fem_hair_1
}
“Updo Curly Long” {
@FEMALEAVATAR changes hair into Updo Curly Long
goto fem_hairStyled_1
}“Long Curl Half Updo” {
@FEMALEAVATAR changes hair into Long Curl Half Updo
goto fem_hairStyled_1
}“Full Pigtail” {
@FEMALEAVATAR changes hair into Full Pigtail
goto fem_hairStyled_1
}“Punk Hair” {
@FEMALEAVATAR changes hair into Cropped Punk Cut
goto fem_hairStyled_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_end_1
NARRATOR
Are you happy with how your character looks?
choice
“Yes, she looks gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@FEMALEAVATAR is primp_neutral
} “No, I want to change something.” {
goto fem_custom_1
}

1 Like

Ok thank you so much! I’ll test it out.

1 Like

Does it work?

It does but there is multiple go back to styles buttons

and other go back to buttons

You can just delete them then.

Actually, I think they’re supposed to be there. I think it’s just how Dara made the templates, because there’s a done/go back button on each “page.”