Hey! im having a huge problem with labels

https://www.episodeinteractive.com/write/story/I_WANT_EVERYONE_TO_KNOW_SOMETHING./1 @Dara.Amarie OR ANYONE PLEASE HELP ME …

The link doesn’t work could you describe your problem

1 Like

INT. BLACK - NIGHT
NARRATOR
CHAPTER : ONE
EXT. ASIAN MARKET - NIGHT

@STAMATINA enters from left to screen center
@STAMATINA stands screen center AND STAMATINA faces right

@pause for a beat

    STAMATINA (talk_agree_happy)
HELLO EVERYONE!! I'M STAMATINA NICE TO MEET YOU!!!
    STAMATINA (talk_armraised_sad)
So this story will be only 4 chapters..
Why? Bc i want to let EVERYONE of you know something.
    STAMATINA (talk_flirt_charming)
But FIRST.

label choose_gender

    NARRATOR
Who do you want to play as?

choice
“Female” {

    NARRATOR
Are you sure you want to play as a female?

choice
“Yes!” {
gain MC_female
goto female_story_branch
} “No” {
goto choose_gender
}

} “Male” {

    NARRATOR
Are you sure you want to play as a male?

choice
“Yes!” {
gain MC_male
goto male_story_branch
} “No” {
goto choose_gender
}
}

label female_story_branch

@pause for 0
label female_custom_1
@STAMATINA spot 2.400 170 -520 and STAMATINA faces right and STAMATINA starts idle

    NARRATOR
What do you look like?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face” {
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Lips” {
goto fem_mouth_1
} “This is perfect!” {
goto female_1_end
}

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

label fem_skin_1

    NARRATOR
All skin tones.

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

label fem_neutralskin_1

    NARRATOR
Neutral skin tones.

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

label fem_roseskin_1

    NARRATOR
Rose skin tones.

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

label fem_goldskin_1

    NARRATOR
Gold skin tones.

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

label fem_copperskin_1

    NARRATOR
Copper skin tones.

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

label fem_ashskin_1

    NARRATOR
Ash skin tones.

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

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

label fem_brows_1

    NARRATOR
Eyebrow shapes.

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

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

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@STAMATINA changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@STAMATINA changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@STAMATINA changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@STAMATINA changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@STAMATINA changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@STAMATINA changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@STAMATINA changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@STAMATINA changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@STAMATINA changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@STAMATINA changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@STAMATINA changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@STAMATINA changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@STAMATINA changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@STAMATINA changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@STAMATINA changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@STAMATINA changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@STAMATINA changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@STAMATINA changes eyebrowsColor into White
goto fem_browscolor_1
} “Brow Shapes” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

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

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@STAMATINA changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@STAMATINA changes face into Diamond Long
goto fem_face_1
} “Defined Diamond” {
@STAMATINA changes face into Diamond Defined Contour
goto fem_face_1
} “Defined Heart” {
@STAMATINA changes face into Heart Defined
goto fem_face_1
} “Defined Squared” {
@STAMATINA changes face into Square Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Soft Heart” {
@STAMATINA changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@STAMATINA changes face into Triangle Defined
goto fem_face_1
} “Mature Square” {
@STAMATINA changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@STAMATINA changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@STAMATINA changes face into Round Soft
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Double Chin” {
@STAMATINA changes face into Heart Mature Double Chin
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Round Puffy” {
@STAMATINA changes face into Round Puffy Cheek
goto fem_face_1
}

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

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Round Wide” {
@STAMATINA changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@STAMATINA changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@STAMATINA changes eyes into Sharp Almond
goto fem_eyes_1
} “Generic” {
@STAMATINA changes eyes into Female Generic
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Deepset Downturned” {
@STAMATINA changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Wide” {
@STAMATINA changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@STAMATINA changes eyes into Deepset Almond
goto fem_eyes_1
} “Deepset Smokey Eye” {
@STAMATINA changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Monolid Slender” {
@STAMATINA changes eyes into Monolid Slender
goto fem_eyes_1
} “Angular Slender” {
@STAMATINA changes eyes into Angular Slender
goto fem_eyes_1
} “Almond Slender” {
@STAMATINA changes eyes into Hooded Slender Almond
goto fem_eyes_1
} “Almond Slender Eyeliner” {
@STAMATINA changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

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

label fem_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Black” {
@STAMATINA changes eyesColor into Brown Black
goto fem_eyecolor_1
} “Dark Brown” {
@STAMATINA changes eyesColor into Brown Dark
goto fem_eyecolor_1
} “Light Brown” {
@STAMATINA changes eyesColor into Brown Light
goto fem_eyecolor_1
} “Pale Brown” {
@STAMATINA changes eyesColor into Brown Pale
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Ice Blue” {
@STAMATINA changes eyesColor into Ice Blue
goto fem_eyecolor_1
} “Aqua Blue” {
@STAMATINA changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} “Deep Blue” {
@STAMATINA changes eyesColor into Blue Deep
goto fem_eyecolor_1
} “Blue Green” {
@STAMATINA changes eyesColor into Blue Green
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Silver” {
@STAMATINA changes eyesColor into Grey Cool
goto fem_eyecolor_1
} “Green” {
@STAMATINA changes eyesColor into Green Emerald
goto fem_eyecolor_1
} “Hazel” {
@STAMATINA changes eyesColor into Hazel
goto fem_eyecolor_1
} “Dark Hazel” {
@STAMATINA changes eyesColor into Hazel Dark
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Red” {
@STAMATINA changes eyesColor into Red
goto fem_eyecolor_1
} “Violet” {
@STAMATINA changes eyesColor into Violet
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

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

label fem_mouth_1

    NARRATOR
Lip shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@STAMATINA changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@STAMATINA changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Heart” {
@STAMATINA changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@STAMATINA changes mouth into Medium Thin
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@STAMATINA changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@STAMATINA changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@STAMATINA changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}“Medium Downturned” {
@STAMATINA changes mouth into Medium Downturned Pout
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Full Flat Top” {
@STAMATINA changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}“Full Wide” {
@STAMATINA changes mouth into Full Wide
goto fem_mouth_1
}“Heart Shaped” {
@STAMATINA changes mouth into Heart Shaped Pout
goto fem_mouth_1
}“Heart with Braces” {
@STAMATINA changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}

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

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Done” {
goto female_custom_1
} “Lip Shapes” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors.

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

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors.

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

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors.

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

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

label fem_nose_1

    NARRATOR
Nose shapes.

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

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

label fem_hair_1

    NARRATOR
All hairstyles.

choice
“Short Hair”{
goto fem_hairShort_1
}“Mid-length Hair”{
goto fem_hairMedium_1
}“Long Hair”{
goto fem_hairLong_1
}“Styled Hair”{
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairShort_1

    NARRATOR
Short hairstyles.

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

label fem_hairMedium_1

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@STAMATINA changes hair into Medium Braided
goto fem_hairMedium_1
}“Medium Dreadlocks” {
@STAMATINA changes hair into Medium Dreadlocks
goto fem_hairMedium_1
}“Hair Flip” {
@STAMATINA changes hair into Hair Flip
goto fem_hairMedium_1
}“Straight” {
@STAMATINA changes hair into Straight Medium
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Lob Bangs” {
@STAMATINA changes hair into Lob Bangs Blunt
goto fem_hairMedium_1
}“Overgrown Bangs” {
@STAMATINA changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_1
}“Wavy Ombre” {
@STAMATINA changes hair into Short Wavy Ombre
goto fem_hairMedium_1
}“Medium Curly” {
@STAMATINA changes hair into Medium Curly Solid
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Voluminous Curls” {
@STAMATINA changes hair into Voluminous Curls
goto fem_hairMedium_1
} “Parted Wavy” {
@STAMATINA changes hair into Short Wavy Asymmetrical
goto fem_hairMedium_1
} “Wavy Side Curls” {
@STAMATINA changes hair into Wavy Side Curls
goto fem_hairMedium_1
} “Layered Wavy Bob” {
@STAMATINA changes hair into Layered Wavy Bob
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairLong_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@STAMATINA changes hair into Beach Wave Hair
goto fem_hairLong_1
}“Long Braided” {
@STAMATINA changes hair into Long Braided
goto fem_hairLong_1
}“Long Dreadlocks” {
@STAMATINA changes hair into Long Dreadlocks
goto fem_hairLong_1
}“Feathered” {
@STAMATINA changes hair into Long Feathered
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@STAMATINA changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}“Sideswept Bangs” {
@STAMATINA changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}“Straight” {
@STAMATINA changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}“Wavy Long” {
@STAMATINA changes hair into Wavy Long
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Parted” {
@STAMATINA changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}“Feathered Bangs” {
@STAMATINA changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}“Braided Dreads Parted” {
@STAMATINA changes hair into Dreads Braided
goto fem_hairLong_1
}“Long Voluminous Curls” {
@STAMATINA changes hair into Long Voluminous Curls Loose
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Curls” {
@STAMATINA changes hair into Long Curls
goto fem_hairLong_1
}“Side Shave” {
@STAMATINA changes hair into Long Side Shave
goto fem_hairLong_1
}“Slicked Back” {
@STAMATINA changes hair into Long Straight Slicked Back
goto fem_hairLong_1
}“Bouffant Wavy” {
@STAMATINA changes hair into Bouffant Long Wavy
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairUp_1

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@STAMATINA changes hair into Braided Bun
goto fem_hairUp_1
}“Short Ponytail” {
@STAMATINA changes hair into Short High Ponytail
goto fem_hairUp_1
}“Long Ponytail” {
@STAMATINA changes hair into Long High Ponytail
goto fem_hairUp_1
}“Morning Updo” {
@STAMATINA changes hair into Morning Updo
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@STAMATINA changes hair into Small Bun
goto fem_hairUp_1
}“Double Dutch Braids” {
@STAMATINA changes hair into Long Double Dutch Braids
goto fem_hairUp_1
}“Pinup Rolls” {
@STAMATINA changes hair into Pinup Victory Rolls
goto fem_hairUp_1
}“Sleek Ponytail” {
@STAMATINA changes hair into Sleek Ponytail
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Shoulder Braid” {
@STAMATINA changes hair into Over Shoulder Braid
goto fem_hairUp_1
}“Full Pigtail” {
@STAMATINA changes hair into Full Pigtail
goto fem_hairUp_1
}“Updo Braids” {
@STAMATINA changes hair into Braids Updo
goto fem_hairUp_1
}“Double Buns” {
@STAMATINA changes hair into Double Buns
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Double Afro Puffs” {
@STAMATINA changes hair into Curly Double Afro Puffs
goto fem_hairUp_1
}“Curly Bun Half-up” {
@STAMATINA changes hair into Medium Shoulder Curly Bun Hair
goto fem_hairUp_1
}“Messy Sock Bun” {
@STAMATINA changes hair into Messy Sock Bun
goto fem_hairUp_1
}“Messy Ponytail” {
@STAMATINA changes hair into Short Messy Pony Tail
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Blunt Bangs Ponytail” {
@STAMATINA changes hair into Pony Tail Blunt Bangs
goto fem_hairUp_1
}“Side Swept Updo” {
@STAMATINA changes hair into Side Swept Updo Long
goto fem_hairUp_1
}“Scene Hair” {
@STAMATINA changes hair into Scene Swoosh
goto fem_hairUp_1
}“Punk Hair” {
@STAMATINA changes hair into Cropped Punk Cut
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

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

label fem_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto fem_hairDark_1
}“Light” {
goto fem_hairLight_1
}“Dyed”{
goto fem_hairDye_1
}“Done”{
goto female_custom_1
} “Back to Styles” {
goto fem_hair_1
}

label fem_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@STAMATINA changes hairColor into Light Brown
goto fem_hairDark_1
}“Warm Brown” {
@STAMATINA changes hairColor into Medium Warm Brown
goto fem_hairDark_1
}“Medium Brown” {
@STAMATINA changes hairColor into Medium Brown
goto fem_hairDark_1
}“Chestnut Brown”{
@STAMATINA changes hairColor into Chestnut Brown
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Dark Brown”{
@STAMATINA changes hairColor into Dark Brown
goto fem_hairDark_1
}“Brunette Brown”{
@STAMATINA changes hairColor into Brunette Brown
goto fem_hairDark_1
}“Ginger Red” {
@STAMATINA changes hairColor into Ginger Red
goto fem_hairDark_1
}“Burgundy Red” {
@STAMATINA changes hairColor into Burgundy Red
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@STAMATINA changes hairColor into Deep Brown
goto fem_hairDark_1
}“Brown Black” {
@STAMATINA changes hairColor into Brown Black
goto fem_hairDark_1
}“Dark Black” {
@STAMATINA changes hairColor into Black Dark
goto fem_hairDark_1
}“Jet Black” {
@STAMATINA changes hairColor into Black Jet
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@STAMATINA changes hairColor into Platinum Blonde
goto fem_hairLight_1
}“Dirty Blonde” {
@STAMATINA changes hairColor into Dirty Blonde
goto fem_hairLight_1
}“Honey Blonde” {
@STAMATINA changes hairColor into Honey Blonde
goto fem_hairLight_1
}“Strawberry Blonde” {
@STAMATINA changes hairColor into Strawberry Blonde
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@STAMATINA changes hairColor into Blonde Medium
goto fem_hairLight_1
}“Ash Blonde” {
@STAMATINA changes hairColor into Ash Blonde
goto fem_hairLight_1
}“Peach Blonde” {
@STAMATINA changes hairColor into Peach Blonde
goto fem_hairLight_1
}“Platinum White” {
@STAMATINA changes hairColor into Platinum White
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto fem_hairDye_Pink_1
}“Blue/Green” {
goto fem_hairDye_Blue_1
}“Red/Yellow” {
goto fem_hairDye_Red_1
}“White/Grey” {
goto fem_hairDye_White_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@STAMATINA changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} “Light Pink” {
@STAMATINA changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} “Warm Pink” {
@STAMATINA changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} “Rose Gold” {
@STAMATINA changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Purple” {
@STAMATINA changes hairColor into Red Purple
goto fem_hairDye_Pink_1
} “Purple Lilac” {
@STAMATINA changes hairColor into Purple Lilac
goto fem_hairDye_Pink_1
} “Plum” {
@STAMATINA changes hairColor into Plum
goto fem_hairDye_Pink_1
} “Dark Purple” {
@STAMATINA changes hairColor into Purple
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Lavender” {
@STAMATINA changes hairColor into Pastel Purple Lavender
goto fem_hairDye_Pink_1
}“Done” {
goto female_custom_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}

label fem_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@STAMATINA changes hairColor into Blue
goto fem_hairDye_Blue_1
} “Light Blue” {
@STAMATINA changes hairColor into Cornflower Blue
goto fem_hairDye_Blue_1
} “Aqua Blue” {
@STAMATINA changes hairColor into Aqua Blue
goto fem_hairDye_Blue_1
} “Dark Blue” {
@STAMATINA changes hairColor into Blue Black
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Green” {
@STAMATINA changes hairColor into Green
goto fem_hairDye_Blue_1
} “Lime Green” {
@STAMATINA changes hairColor into Yellow Green
goto fem_hairDye_Blue_1
} “Mint” {
@STAMATINA changes hairColor into Mint
goto fem_hairDye_Blue_1
} “Aqua Green” {
@STAMATINA changes hairColor into Aqua Green
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Blue” {
@STAMATINA changes hairColor into Pastel Blue
goto fem_hairDye_Blue_1
} “Pastel Mint” {
@STAMATINA changes hairColor into Pastel Mint
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label fem_hairDye_Red_1

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@STAMATINA changes hairColor into Yellow
goto fem_hairDye_Red_1
} “Orange” {
@STAMATINA changes hairColor into Orange
goto fem_hairDye_Red_1
} “Red” {
@STAMATINA changes hairColor into Red
goto fem_hairDye_Red_1
} “Copper Red” {
@STAMATINA changes hairColor into Copper Red
goto fem_hairDye_Red_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label fem_hairDye_White_1

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@STAMATINA changes hairColor into Cool Gray
goto fem_hairDye_White_1
} “Light Grey” {
@STAMATINA changes hairColor into Aqua Gray
goto fem_hairDye_White_1
}“White” {
@STAMATINA changes hairColor into Warm White
goto fem_hairDye_White_1
}“Ice” {
@STAMATINA changes hairColor into Platinum Ice
goto fem_hairDye_White_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

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

@STAMATINA exits right
goto end_chapter

label male_story_branch

@pause for 0

@AJ spot 2.400 170 -520 and AJ faces right and AJ starts idle

    NARRATOR
What does he look like?

choice
“Skin Tone” {
goto boy_skin_1
} “Hair” {
goto boy_hair_1
} “Eyes” {
goto boy_eyes_1
} “Eyebrows” {
goto boy_brows_1
} “Face Shape”{
goto boy_face_1
} “Nose” {
goto boy_nose_1
} “Mouth” {
goto boy_mouth_1
} “This is perfect!” {
goto boy_end_1
}

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

label boy_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto boy_neutralskin_1
} “Rose Shades” {
goto boy_roseskin_1
} “Gold Shades” {
goto boy_goldskin_1
} “Copper Shades” {
goto boy_copperskin_1
} “Ash Shades” {
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
}

label boy_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@AJ changes bodyColor into Neutral 00
goto boy_neutralskin_1
} “Neutral 01” {
@AJ changes bodyColor into Neutral 01
goto boy_neutralskin_1
} “Neutral 02” {
@AJ changes bodyColor into Neutral 02
goto boy_neutralskin_1
} “Neutral 03” {
@AJ changes bodyColor into Neutral 03
goto boy_neutralskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Neutral 04” {
@AJ changes bodyColor into Neutral 04
goto boy_neutralskin_1
} “Neutral 05” {
@AJ changes bodyColor into Neutral 05
goto boy_neutralskin_1
} “Neutral 06” {
@AJ changes bodyColor into Neutral 06
goto boy_neutralskin_1
} “Neutral 07” {
@AJ changes bodyColor into Neutral 07
goto boy_neutralskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Neutral 08” {
@AJ changes bodyColor into Neutral 08
goto boy_neutralskin_1
} “Neutral 09” {
@AJ changes bodyColor into Neutral 09
goto boy_neutralskin_1
} “Neutral 10” {
@AJ changes bodyColor into Neutral 10
goto boy_neutralskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_roseskin_1

    NARRATOR
Rose skin tones.

choice [shouldPaginate: YES]
“Rose 00” {
@AJ changes bodyColor into Rose 00
goto boy_roseskin_1
} “Rose 01” {
@AJ changes bodyColor into Rose 01
goto boy_roseskin_1
} “Rose 02” {
@AJ changes bodyColor into Rose 02
goto boy_roseskin_1
} “Rose 03” {
@AJ changes bodyColor into Rose 03
goto boy_roseskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Rose 04” {
@AJ changes bodyColor into Rose 04
goto boy_roseskin_1
} “Rose 05” {
@AJ changes bodyColor into Rose 05
goto boy_roseskin_1
} “Rose 06” {
@AJ changes bodyColor into Rose 06
goto boy_roseskin_1
} “Rose 07” {
@AJ changes bodyColor into Rose 07
goto boy_roseskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Rose 08” {
@AJ changes bodyColor into Rose 08
goto boy_roseskin_1
} “Rose 09” {
@AJ changes bodyColor into Rose 09
goto boy_roseskin_1
} “Rose 10” {
@AJ changes bodyColor into Rose 10
goto boy_roseskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_goldskin_1

    NARRATOR
Gold skin tones.

choice [shouldPaginate: YES]
“Gold 00” {
@AJ changes bodyColor into Gold 00
goto boy_goldskin_1
} “Gold 01” {
@AJ changes bodyColor into Gold 01
goto boy_goldskin_1
} “Gold 02” {
@AJ changes bodyColor into Gold 02
goto boy_goldskin_1
} “Gold 03” {
@AJ changes bodyColor into Gold 03
goto boy_goldskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Gold 04” {
@AJ changes bodyColor into Gold 04
goto boy_goldskin_1
} “Gold 05” {
@AJ changes bodyColor into Gold 05
goto boy_goldskin_1
} “Gold 06” {
@AJ changes bodyColor into Gold 06
goto boy_goldskin_1
} “Gold 07” {
@AJ changes bodyColor into Gold 07
goto boy_goldskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Gold 08” {
@AJ changes bodyColor into Gold 08
goto boy_goldskin_1
} “Gold 09” {
@AJ changes bodyColor into Gold 09
goto boy_goldskin_1
} “Gold 10” {
@AJ changes bodyColor into Gold 10
goto boy_goldskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_copperskin_1

    NARRATOR
Copper skin tones.

choice [shouldPaginate: YES]
“Copper 00” {
@AJ changes bodyColor into Copper 00
goto boy_copperskin_1
} “Copper 01” {
@AJ changes bodyColor into Copper 01
goto boy_copperskin_1
} “Copper 02” {
@AJ changes bodyColor into Copper 02
goto boy_copperskin_1
} “Copper 03” {
@AJ changes bodyColor into Copper 03
goto boy_copperskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Copper 04” {
@AJ changes bodyColor into Copper 04
goto boy_copperskin_1
} “Copper 05” {
@AJ changes bodyColor into Copper 05
goto boy_copperskin_1
} “Copper 06” {
@AJ changes bodyColor into Copper 06
goto boy_copperskin_1
} “Copper 07” {
@AJ changes bodyColor into Copper 07
goto boy_copperskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Copper 08” {
@AJ changes bodyColor into Copper 08
goto boy_copperskin_1
} “Copper 09” {
@AJ changes bodyColor into Copper 09
goto boy_copperskin_1
} “Copper 10” {
@AJ changes bodyColor into Copper 10
goto boy_copperskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 00” {
@AJ changes bodyColor into Ash 00
goto boy_ashskin_1
} “Ash 01” {
@AJ changes bodyColor into Ash 01
goto boy_ashskin_1
} “Ash 02” {
@AJ changes bodyColor into Ash 02
goto boy_ashskin_1
} “Ash 03” {
@AJ changes bodyColor into Ash 03
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 04” {
@AJ changes bodyColor into Ash 04
goto boy_ashskin_1
} “Ash 05” {
@AJ changes bodyColor into Ash 05
goto boy_ashskin_1
} “Ash 06” {
@AJ changes bodyColor into Ash 06
goto boy_ashskin_1
} “Ash 07” {
@AJ changes bodyColor into Ash 07
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 08” {
@AJ changes bodyColor into Ash 08
goto boy_ashskin_1
} “Ash 09” {
@AJ changes bodyColor into Ash 09
goto boy_ashskin_1
} “Ash 10” {
@AJ changes bodyColor into Ash 10
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

####################### EYEBROWs #######################

label boy_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Medium”{
@AJ changes eyebrows into Arched Medium
goto boy_brows_1
}“Generic”{
@AJ changes eyebrows into Male Generic
goto boy_brows_1
}“Round Medium”{
@AJ changes eyebrows into Round Medium
goto boy_brows_1
}“Round Soft”{
@AJ changes eyebrows into Round Soft
goto boy_brows_1
} “Change Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Round Thick”{
@AJ changes eyebrows into Round Thick
goto boy_brows_1
}“Straight Medium”{
@AJ changes eyebrows into Straight Medium
goto boy_brows_1
}“Arched Bushy”{
@AJ changes eyebrows into Arched Bushy
goto boy_brows_1
}“Round Thin”{
@AJ changes eyebrows into Round Thin
goto boy_brows_1
} “Change Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Furrowed Straight”{
@AJ changes eyebrows into Furrowed Straight S
goto boy_brows_1
}“Furrowed Raised”{
@AJ changes eyebrows into Furrowed Raised S
goto boy_brows_1
}“Straight Medium Scar”{
@AJ changes eyebrows into Straight Medium Scar
goto boy_brows_1
} “Done”{
goto boy_custom_1
} “Change Color” {
goto boy_browscolor_1
}

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

label boy_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@AJ changes eyebrowsColor into Dirty Blonde
goto boy_browscolor_1
} “Honey Blonde” {
@AJ changes eyebrowsColor into Honey Blonde
goto boy_browscolor_1
} “Platinum Blonde” {
@AJ changes eyebrowsColor into Platinum Blonde
goto boy_browscolor_1
} “Strawberry Blonde” {
@AJ changes eyebrowsColor into Strawberry Blonde
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Blonde Medium” {
@AJ changes eyebrowsColor into Blonde Medium
goto boy_browscolor_1
} “Chestnut Brown” {
@AJ changes eyebrowsColor into Chestnut Brown
goto boy_browscolor_1
} “Dark Brown” {
@AJ changes eyebrowsColor into Dark Brown
goto boy_browscolor_1
} “Deep Brown” {
@AJ changes eyebrowsColor into Deep Brown
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Light Brown” {
@AJ changes eyebrowsColor into Light Brown
goto boy_browscolor_1
} “Dark Black” {
@AJ changes eyebrowsColor into Black Dark
goto boy_browscolor_1
} “Jet Black” {
@AJ changes eyebrowsColor into blackJet
goto boy_browscolor_1
} “Light Pink” {
@AJ changes eyebrowsColor into Pink Lt
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Lavender” {
@AJ changes eyebrowsColor into Purple Lilac
goto boy_browscolor_1
} “Mint” {
@AJ changes eyebrowsColor into Green Mint
goto boy_browscolor_1
} “Ginger Red” {
@AJ changes eyebrowsColor into Ginger Red
goto boy_browscolor_1
} “Copper Red” {
@AJ changes eyebrowsColor into Copper Red
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}
“Gray” {
@AJ changes eyebrowsColor into Gray
goto boy_browscolor_1
} “White” {
@AJ changes eyebrowsColor into White
goto boy_browscolor_1
} “Change Brow Shape” {
goto boy_brows_1
} “Done” {
goto boy_custom_1
}

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

label boy_face_1

    NARRATOR
Face shapes.

choice
“Clean Shaven” {
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done” {
goto boy_custom_1
}

label boy_face_clean_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Soft Diamond” {
@AJ changes face into Diamond Soft
goto boy_face_clean_1
} “Defined Diamond” {
@AJ changes face into Diamond Defined
goto boy_face_clean_1
} “Chiseled” {
@AJ changes face into Chiseled Angular
goto boy_face_clean_1
} “Generic” {
@AJ changes face into Male Generic
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Round” {
@AJ changes face into Round Soft
goto boy_face_clean_1
} “Square Jaw” {
@AJ changes face into Square Jaw
goto boy_face_clean_1
} “Square Defined” {
@AJ changes face into Square Defined
goto boy_face_clean_1
} “Triangle” {
@AJ changes face into Triangle Chiseled
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Mature Square” {
@AJ changes face into Square Jaw Mature
goto boy_face_clean_1
} “Broad Cheeks” {
@AJ changes face into Round Broad Cheeks
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}

label boy_face_beards_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Chiseled Stubble” {
@AJ changes face into Chiseled Angular Stubble
goto boy_face_beards_1
} “Chiseled Shaved” {
@AJ changes face into Chiseled Square Stubble Shaved
goto boy_face_beards_1
} “Long Jaw Stubble” {
@AJ changes face into Square Long Jaw Stubble
goto boy_face_beards_1
} “Long Jaw Shadow” {
@AJ changes face into Square Long Jaw Shadow
goto boy_face_beards_1
} “Clean Shaved” {
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
}
“Roundcheek Stubble” {
@AJ changes face into Square Jaw Roundcheek Stubble
goto boy_face_beards_1
} “Scruffy Beard” {
@AJ changes face into Triangle Chiseled Scruffy Beard
goto boy_face_beards_1
} “Clean Shaved” {
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
}

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

label boy_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Deepset Downturned” {
@AJ changes eyes into Deepset Downturned
goto boy_eyes_1
} “Deepset Heavy” {
@AJ changes eyes into Deepset Heavy Lid
goto boy_eyes_1
} “Deepset Downturned Lid” {
@AJ changes eyes into Deepset Downturned Lidded
goto boy_eyes_1
} “Deepset Mature” {
@AJ changes eyes into Deepset Sloping Mature
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Generic” {
@AJ changes eyes into Male Generic
goto boy_eyes_1
} “Slender” {
@AJ changes eyes into Monolid Slender
goto boy_eyes_1
} “Oval Wide” {
@AJ changes eyes into Oval Wide
goto boy_eyes_1
} “Sloping Heavy Lid” {
@AJ changes eyes into Sloping Heavy Lid
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Deep Sunken” {
@AJ changes eyes into Male Deep Sunken
goto boy_eyes_1
} “Narrow Almond Smiling” {
@AJ changes eyes into Narrow Almond Deep Smiling
goto boy_eyes_1
} “Narrow Almond Sunken” {
@AJ changes eyes into Narrow Almond Deep Sunken
goto boy_eyes_1
} “Hooded Almond” {
@AJ changes eyes into Hooded Almond
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}

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

label boy_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Black” {
@AJ changes eyesColor into Brown Black
goto boy_eyecolor_1
} “Dark Brown” {
@AJ changes eyesColor into Brown Dark
goto boy_eyecolor_1
} “Light Brown” {
@AJ changes eyesColor into Brown Light
goto boy_eyecolor_1
} “Pale Brown” {
@AJ changes eyesColor into Brown Pale
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Ice Blue” {
@AJ changes eyesColor into Ice Blue
goto boy_eyecolor_1
} “Aqua Blue” {
@AJ changes eyesColor into Blue Aqua
goto boy_eyecolor_1
} “Deep Blue” {
@AJ changes eyesColor into Blue Deep
goto boy_eyecolor_1
} “Blue Green” {
@AJ changes eyesColor into Blue Green
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Silver” {
@AJ changes eyesColor into Grey Cool
goto boy_eyecolor_1
} “Green” {
@AJ changes eyesColor into Green Emerald
goto boy_eyecolor_1
} “Hazel” {
@AJ changes eyesColor into Hazel
goto boy_eyecolor_1
} “Dark Hazel” {
@AJ changes eyesColor into Hazel Dark
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Red” {
@AJ changes eyesColor into Red
goto boy_eyecolor_1
} “Violet” {
@AJ changes eyesColor into Violet
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}

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

label boy_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Medium Straight” {
@AJ changes mouth into Medium Straight Natural
goto boy_mouth_1
}“Thin Heart” {
@AJ changes mouth into Thin Heart
goto boy_mouth_1
}“Small Heart” {
@AJ changes mouth into Small Heart
goto boy_mouth_1
}“Medium Heart” {
@AJ changes mouth into Medium Heart
goto boy_mouth_1
}“Change Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}
“Full Heart” {
@AJ changes mouth into Full Heart Natural
goto boy_mouth_1
}“Large Heart” {
@AJ changes mouth into Full Heart Large
goto boy_mouth_1
}“Full Flat Top” {
@AJ changes mouth into Full Flat Top Pouty
goto boy_mouth_1
}“Full Lower Lip” {
@AJ changes mouth into Full Lower Lip Sharp
goto boy_mouth_1
}“Change Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}

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

label boy_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto boy_NaturalColors_1
} “Gloss” {
goto boy_GlossColors_1
} “Matte” {
goto boy_MatteColors_1
} “Change Lip Shape” {
goto boy_mouth_1
}

label boy_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@AJ changes mouthColor into Fair Rose Matte
goto boy_NaturalColors_1
} “Fair Neutral” {
@AJ changes mouthColor into Fair Neutral Matte
goto boy_NaturalColors_1
} “Fair Gold” {
@AJ changes mouthColor into Fair Gold Matte
goto boy_NaturalColors_1
} “Beige Light Gold” {
@AJ changes mouthColor into Beige Light Gold Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Beige Gold” {
@AJ changes mouthColor into Beige Gold Matte
goto boy_NaturalColors_1
} “Beige Rose” {
@AJ changes mouthColor into Beige Rose
goto boy_NaturalColors_1
} “Beige Deep Neutral” {
@AJ changes mouthColor into Beige Deep Neutral
goto boy_NaturalColors_1
} “Medium Nude” {
@AJ changes mouthColor into Neutral Medium Nude Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Tan Deep Gold” {
@AJ changes mouthColor into Tan Deep Gold
goto boy_NaturalColors_1
} “Tan Deep Neutral” {
@AJ changes mouthColor into Tan Deep Neutral
goto boy_NaturalColors_1
} “Brown Neutral” {
@AJ changes mouthColor into Brown Neutral
goto boy_NaturalColors_1
} “Brown Gold” {
@AJ changes mouthColor into Brown Gold
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Brown Deep Gold” {
@AJ changes mouthColor into Brown Deep Gold
goto boy_NaturalColors_1
} “Brown Deep Rose” {
@AJ changes mouthColor into Brown Deep Rose
goto boy_NaturalColors_1
} “Gold Deep Matte” {
@AJ changes mouthColor into Gold Deep Matte
goto boy_NaturalColors_1
} “Done” {
goto boy_custom_1
} “Try Other Colors” {
goto boy_mouthcolor_1
}

label boy_GlossColors_1

    NARRATOR
Gloss lipstick colors.

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

label boy_MatteColors_1

    NARRATOR
Matte lipstick colors.

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

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

label boy_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Button Wide” {
@AJ changes nose into Button Wide
goto boy_nose_1
} “Button Round” {
@AJ changes nose into Button Round
goto boy_nose_1
} “Grecian Narrow” {
@AJ changes nose into Grecian Narrow
goto boy_nose_1
} “Grecian Hooked”{
@AJ changes nose into Hooked Grecian
goto boy_nose_1
} “Grecian Round” {
@AJ changes nose into Grecian Round
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Round Wide” {
@AJ changes nose into Round Wide
goto boy_nose_1
} “Generic” {
@AJ changes nose into Male Generic
goto boy_nose_1
} “Straight Narrow” {
@AJ changes nose into Straight Narrow
goto boy_nose_1
} “Bulbous Downturned” {
@AJ changes nose into Bulbous Downturned
goto boy_nose_1
} “Round Flared Downturned” {
@AJ changes nose into Round Flared Downturned
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Straight Flat” {
@AJ changes nose into Straight Flat
goto boy_nose_1
} “Straight Pointed” {
@AJ changes nose into Straight Pointed
goto boy_nose_1
} “Roman Straight Broad” {
@AJ changes nose into Roman Straight Broad
goto boy_nose_1
} “Done”{
goto boy_custom_1
}

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

label boy_hair_1

    NARRATOR
All hairstyles.

choice
“Short Hair” {
goto boy_hair_short_1
} “Medium Hair” {
goto boy_hair_medium_1
} “Long Hair” {
goto boy_hair_long_1
} “Done” {
goto boy_custom_1
} “Change Color” {
goto boy_haircolor_1
}

label boy_hair_short_1

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Military Fade” {
@AJ changes hair into Military Fade Cut
goto boy_hair_short_1
} “Slicked Back” {
@AJ changes hair into Slicked Back Solid
goto boy_hair_short_1
} “Curly Fade” {
@AJ changes hair into Short Curly Fade
goto boy_hair_short_1
} “Curly Mohawk” {
@AJ changes hair into Curly Mohawk
goto boy_hair_short_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Crew Cut” {
@AJ changes hair into Crew Cut
goto boy_hair_short_1
} “Conservative Cut” {
@AJ changes hair into Conservative Cut
goto boy_hair_short_1
} “Receding Short” {
@AJ changes hair into Receding Short Straight
goto boy_hair_short_1
} “Receded Hairline” {
@AJ changes hair into Receded Hairline
goto boy_hair_short_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}

label boy_hair_medium_1

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Taper Wavy” {
@AJ changes hair into Medium Taper Wavy
goto boy_hair_medium_1
} “Side Curls” {
@AJ changes hair into Medium Side Curls
goto boy_hair_medium_1
} “Mohawk Dreads” {
@AJ changes hair into Mohawk Dreads Short
goto boy_hair_medium_1
} “Top Dreads Loose” {
@AJ changes hair into Dreads Loose Top Short
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Long Messy Top Curls” {
@AJ changes hair into Long Top Messy Curls
goto boy_hair_medium_1
} “Side Part Curly” {
@AJ changes hair into Short Side Part Curly
goto boy_hair_medium_1
} “Messy Undercut” {
@AJ changes hair into Messy Undercut
goto boy_hair_medium_1
} “Natural Waves” {
@AJ changes hair into Medium Waves Natural
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Medium Wavy Messy” {
@AJ changes hair into Medium Wavy Messy
goto boy_hair_medium_1
} “Tousled Curls” {
@AJ changes hair into Tousled Loose Curls Long
goto boy_hair_medium_1
} “Parted Bangs” {
@AJ changes hair into Long Bang Short Hair
goto boy_hair_medium_1
} “Generic Short” {
@AJ changes hair into Generic Short
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Twists” {
@AJ changes hair into Short Twists
goto boy_hair_medium_1
} “Messy Curls” {
@AJ changes hair into Short Messy Curls
goto boy_hair_medium_1
} “Messy Wavy” {
@AJ changes hair into Wavy Messy
goto boy_hair_medium_1
} “Quiff” {
@AJ changes hair into Wavy Quiff
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Dreads Mohawk” {
@AJ changes hair into Dreads Mohawk Wrap Up Hair
goto boy_hair_medium_1
} “Small Bun” {
@AJ changes hair into Small Bun
goto boy_hair_medium_1
} “Manbun” {
@AJ changes hair into Manbun
goto boy_hair_medium_1
} “Side Shave” {
@AJ changes hair into Short Side Shave
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}

label boy_hair_long_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Shaggy” {
@AJ changes hair into Short Shaggy
goto boy_hair_long_1
} “Parted Straight” {
@AJ changes hair into Straight Medium
goto boy_hair_long_1
} “Afro” {
@AJ changes hair into Afro
goto boy_hair_long_1
} “Curly Afro” {
@AJ changes hair into Curly Loose Afro Hair
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Medium Dreadlocks” {
@AJ changes hair into Medium Dreadlocks
goto boy_hair_long_1
} “Long Dreadlocks” {
@AJ changes hair into Long Dreadlocks
goto boy_hair_long_1
} “Braided” {
@AJ changes hair into Long Braided
goto boy_hair_long_1
} “Dreads Bun” {
@AJ changes hair into Dreads Long Loose Bun
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Medium Shoulder Dreads” {
@AJ changes hair into Dreads Loose Medium Shoulder Hair
goto boy_hair_long_1
} “Long Wavy” {
@AJ changes hair into Wavy Long
goto boy_hair_long_1
} “Long Curls” {
@AJ changes hair into Long Curls
goto boy_hair_long_1
} “Medium Curly” {
@AJ changes hair into Medium Curly
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Emo Hair” {
@AJ changes hair into Emo Pixie
goto boy_hair_long_1
} “Scene Hair” {
@AJ changes hair into Scene Swoosh
goto boy_hair_long_1
} “Punk Hair” {
@AJ changes hair into Cropped Punk Cut
goto boy_hair_long_1
} “Long Slicked Back” {
@AJ changes hair into Long Straight Slicked Back
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}

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

label boy_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto boy_hairDark_1
}“Light” {
goto boy_hairLight_1
}“Dyed”{
goto boy_hairDye_1
} “Back to Styles” {
goto boy_hair_1
}

label boy_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@AJ changes hairColor into Light Brown
goto boy_hairDark_1
}“Warm Brown” {
@AJ changes hairColor into Medium Warm Brown
goto boy_hairDark_1
}“Medium Brown” {
@AJ changes hairColor into Medium Brown
goto boy_hairDark_1
}“Chestnut Brown”{
@AJ changes hairColor into Chestnut Brown
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Dark Brown”{
@AJ changes hairColor into Dark Brown
goto boy_hairDark_1
}“Brunette Brown”{
@AJ changes hairColor into Brunette Brown
goto boy_hairDark_1
}“Ginger Red” {
@AJ changes hairColor into Ginger Red
goto boy_hairDark_1
}“Burgundy Red” {
@AJ changes hairColor into Burgundy Red
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Deep Brown” {
@AJ changes hairColor into Deep Brown
goto boy_hairDark_1
}“Brown Black” {
@AJ changes hairColor into Brown Black
goto boy_hairDark_1
}“Dark Black” {
@AJ changes hairColor into Black Dark
goto boy_hairDark_1
}“Jet Black” {
@AJ changes hairColor into Black Jet
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@AJ changes hairColor into Platinum Blonde
goto boy_hairLight_1
}“Dirty Blonde” {
@AJ changes hairColor into Dirty Blonde
goto boy_hairLight_1
}“Honey Blonde” {
@AJ changes hairColor into Honey Blonde
goto boy_hairLight_1
}“Strawberry Blonde” {
@AJ changes hairColor into Strawberry Blonde
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Medium Blonde” {
@AJ changes hairColor into Blonde Medium
goto boy_hairLight_1
}“Ash Blonde” {
@AJ changes hairColor into Ash Blonde
goto boy_hairLight_1
}“Peach Blonde” {
@AJ changes hairColor into Peach Blonde
goto boy_hairLight_1
}“Platinum White” {
@AJ changes hairColor into Platinum White
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto boy_hairDye_Pink_1
}“Blue/Green” {
goto boy_hairDye_Blue_1
}“Red/Yellow” {
goto boy_hairDye_Red_1
}“White/Grey” {
goto boy_hairDye_White_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@AJ changes hairColor into Hot Pink
goto boy_hairDye_Pink_1
} “Light Pink” {
@AJ changes hairColor into Pink Lt
goto boy_hairDye_Pink_1
} “Warm Pink” {
@AJ changes hairColor into Warm Pink
goto boy_hairDye_Pink_1
} “Rose Gold” {
@AJ changes hairColor into Rose Gold
goto boy_hairDye_Pink_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Purple” {
@AJ changes hairColor into Red Purple
goto boy_hairDye_Pink_1
} “Purple Lilac” {
@AJ changes hairColor into Purple Lilac
goto boy_hairDye_Pink_1
} “Plum” {
@AJ changes hairColor into Plum
goto boy_hairDye_Pink_1
} “Dark Purple” {
@AJ changes hairColor into Purple
goto boy_hairDye_Pink_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Pastel Lavender” {
@AJ changes hairColor into Pastel Purple Lavender
goto boy_hairDye_Pink_1
}“Done” {
goto boy_custom_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}

label boy_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@AJ changes hairColor into Blue
goto boy_hairDye_Blue_1
} “Light Blue” {
@AJ changes hairColor into Cornflower Blue
goto boy_hairDye_Blue_1
} “Aqua Blue” {
@AJ changes hairColor into Aqua Blue
goto boy_hairDye_Blue_1
} “Dark Blue” {
@AJ changes hairColor into Blue Black
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Green” {
@AJ changes hairColor into Green
goto boy_hairDye_Blue_1
} “Lime Green” {
@AJ changes hairColor into Yellow Green
goto boy_hairDye_Blue_1
} “Mint” {
@AJ changes hairColor into Mint
goto boy_hairDye_Blue_1
} “Aqua Green” {
@AJ changes hairColor into Aqua Green
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Pastel Blue” {
@AJ changes hairColor into Pastel Blue
goto boy_hairDye_Blue_1
} “Pastel Mint” {
@AJ changes hairColor into Pastel Mint
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_Red_1

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@AJ changes hairColor into Yellow
goto boy_hairDye_Red_1
} “Orange” {
@AJ changes hairColor into Orange
goto boy_hairDye_Red_1
} “Red” {
@AJ changes hairColor into Red
goto boy_hairDye_Red_1
} “Copper Red” {
@AJ changes hairColor into Copper Red
goto boy_hairDye_Red_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_White_1

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@AJ changes hairColor into Cool Gray
goto boy_hairDye_White_1
} “Light Grey” {
@AJ changes hairColor into Aqua Gray
goto boy_hairDye_White_1
}“White” {
@AJ changes hairColor into Warm White
goto boy_hairDye_White_1
}“Ice” {
@AJ changes hairColor into Platinum Ice
goto boy_hairDye_White_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}

label boy_end_1
NARRATOR
Are you happy with how he looks?
choice
“Yes, he looks amazing!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@AJ is primp_neutral
} “No, I want to change something.” {
goto boy_custom_1
}

#MALE STORY LINE GOES HERE

goto end_chapter

label end_chapter
#END OF EPISODE GOES HERE

if (MC_male) {
goto male_story_branch
} else {
goto female_story_branch
}

label female_story_branch

@STAMATINA
goto end_chapter

label male_story_branch

@AJ
goto end_chapter

label end_chapter
#END OF CHAPTER GOES HERE

    NARRATOR




To be continued...

WHAT AM I DOING WRONG WITH THE LABELS?

1 Like

when it says NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@STAMATINA is primp_neutral

YOU FORGOT TO PUT GOTO female_story_branch HERE

} “No, I want to change something.” {
goto female_custom_1
}
And do the same for the male as you did with female
NARRATOR
Are you happy with how he looks?
choice
“Yes, he looks amazing!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@AJ is primp_neutral
goto male_story_branch
} “No, I want to change something.” {
goto boy_custom_1
}

1 Like

and what exactly is the problem do you have some error?

1 Like

but it says the label boy_costum_1 doesnt exist

it says the label boy_costum_1 does not exist

well that means you have somewhere

goto boy_costum_1

but you forgot to write the

label boy_costum_1 where you wanted it to be

1 Like

label male_story_branch

@pause for 0

@AJ spot 2.400 170 -520 and AJ faces right and AJ starts idle

    NARRATOR
MALE?

choice
“Male” {
goto boy_costum_1

}
{
goto after_template
}
#TEMPLATE GOES HERE

label after_template

#CONTINUE STORY HERE

    NARRATOR
What does he look like?

choice
“Skin Tone” {
goto boy_skin_1
} “Hair” {
goto boy_hair_1
} “Eyes” {
goto boy_eyes_1
} “Eyebrows” {
goto boy_brows_1
} “Face Shape”{
goto boy_face_1
} “Nose” {
goto boy_nose_1
} “Mouth” {
goto boy_mouth_1
} “This is perfect!” {
goto boy_end_1
}

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

label boy_skin_1
please have a look and tell me

Isnt it mispelled should it be boy_custom?
Because in the script you use custom not costum

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