Script Labelling Error?

I keep getting this error, and I have no idea how to fix it.
I can’t continue the writing of my story until it is fixed .u.
Any ideas?

I don’t think labels can have capital letters (I’m not 100% sure but I’ve never seen a capitalized label before), you’ve also misspelt one of them as “lebel” and you can’t have one label directly after another one with nothing between them.

i tried to fix it but it still isnt working, heres the coding I did: skip past the CC for the ending of labels
label minigame

tappable
“BLACK BABY SWADDLE”{
goto SAGE
}“BABY FOOT SWADDLE”{
goto CONAN
}“START”{
goto endminigame​
}

############
label sage

Avatar - Limelight Female1 {

Limelight Female Character Template

This template was created in collaboration with Dara Amarie

Check out more of her work on instagram @dara.amarie.ep

To give her a shoutout in your story,

remove the hash from the reader message at the bottom of this template.

Be sure to replace SAGE with your characters name

To do this:

Highlight SAGE

Press Ctrl + F on your keyboard (Cmd + F for Macs)

Click on “All” on the bar in the pop up

Type in your character’s name in all caps

&SAGE enters from left to screen center

label female_custom_1

@zoom reset
@SAGE starts think_rubchin
@speechbubble reset

    NARRATOR
So, what's your look?

choice
“Skin Tone” {
@SAGE starts idle_happy_loop
goto fem_skin_1
}
“Hair” {

@zoom reset
@zoom on 150 350 to 165% in 0
@SAGE starts idle_happy_loop

goto fem_hair_1
}
“Eyes” {

@SAGE starts idle
@zoom reset
@zoom on 150 350 to 165% in 0

goto fem_eyes_1
}
“Eyebrows” {

@zoom reset
@zoom on 150 350 to 165% in 0
@SAGE starts idle_armscrossed_neutral_loop

goto fem_brows_1
}
“Face Shape”{

@zoom reset
@zoom on 150 350 to 165% in 0
@SAGE starts idle_happy_loop

goto fem_face_1
}
“Nose” {
@zoom reset
@zoom on 150 350 to 165% in 0
@SAGE starts idle

goto fem_nose_1
}
“Mouth” {

@zoom reset
@zoom on 150 350 to 165% in 0
@SAGE starts idle

goto fem_mouth_1
}
“This is perfect!” {
goto female_1_end
}

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

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Lighter Shades” {
goto fem_lightskin_1
} “Medium Shades” {
goto fem_medskin_1
} “Darker Shades” {
goto fem_darkskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}

label fem_lightskin_1

    NARRATOR
Light skin tones.

choice [shouldPaginate: YES]
“Light 1” {
@SAGE changes bodyColor into Neutral 00
goto fem_lightskin_1
} “Light 2” {
@SAGE changes bodyColor into Rose 00
goto fem_lightskin_1
} “Light 3” {
@SAGE changes bodyColor into Gold 00
goto fem_lightskin_1
} “Light 4” {
@SAGE changes bodyColor into Copper 00
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Light 5” {
@SAGE changes bodyColor into Neutral 01
goto fem_lightskin_1
} “Light 6” {
@SAGE changes bodyColor into Rose 01
goto fem_lightskin_1
} “Light 7” {
@SAGE changes bodyColor into Gold 01
goto fem_lightskin_1
} “Light 8” {
@SAGE changes bodyColor into Copper 01
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Light 9” {
@SAGE changes bodyColor into Neutral 02
goto fem_lightskin_1
} “Light 10” {
@SAGE changes bodyColor into Rose 02
goto fem_lightskin_1
} “Light 11” {
@SAGE changes bodyColor into Gold 02
goto fem_lightskin_1
} “Light 12” {
@SAGE changes bodyColor into Copper 02
goto fem_lightskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_medskin_1

    NARRATOR
Medium skin tones.

choice [shouldPaginate: YES]
“Medium 1” {
@SAGE changes bodyColor into Neutral 03
goto fem_medskin_1
} “Medium 2” {
@SAGE changes bodyColor into Rose 03
goto fem_medskin_1
} “Medium 3” {
@SAGE changes bodyColor into Gold 03
goto fem_medskin_1
} “Medium 4” {
@SAGE changes bodyColor into Copper 03
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 5” {
@SAGE changes bodyColor into Neutral 04
goto fem_medskin_1
} “Medium 6” {
@SAGE changes bodyColor into Rose 04
goto fem_medskin_1
} “Medium 7” {
@SAGE changes bodyColor into Gold 04
goto fem_medskin_1
} “Medium 8” {
@SAGE changes bodyColor into Copper 04
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 9” {
@SAGE changes bodyColor into Neutral 05
goto fem_medskin_1
} “Medium 10” {
@SAGE changes bodyColor into Rose 05
goto fem_medskin_1
} “Medium 11” {
@SAGE changes bodyColor into Gold 05
goto fem_medskin_1
} “Medium 12” {
@SAGE changes bodyColor into Copper 05
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Medium 13” {
@SAGE changes bodyColor into Neutral 06
goto fem_medskin_1
} “Medium 14” {
@SAGE changes bodyColor into Rose 06
goto fem_medskin_1
} “Medium 15” {
@SAGE changes bodyColor into Gold 06
goto fem_medskin_1
} “Medium 16” {
@SAGE changes bodyColor into Copper 06
goto fem_medskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_darkskin_1

    NARRATOR
Dark skin tones.

choice [shouldPaginate: YES]
“Dark 1” {
@SAGE changes bodyColor into Neutral 07
goto fem_darkskin_1
} “Dark 2” {
@SAGE changes bodyColor into Rose 07
goto fem_darkskin_1
} “Dark 3” {
@SAGE changes bodyColor into Gold 07
goto fem_darkskin_1
} “Dark 4” {
@SAGE changes bodyColor into Copper 07
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 5” {
@SAGE changes bodyColor into Neutral 08
goto fem_darkskin_1
} “Dark 6” {
@SAGE changes bodyColor into Rose 08
goto fem_darkskin_1
} “Dark 7” {
@SAGE changes bodyColor into Gold 08
goto fem_darkskin_1
} “Dark 8” {
@SAGE changes bodyColor into Copper 08
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 9” {
@SAGE changes bodyColor into Neutral 09
goto fem_darkskin_1
} “Dark 10” {
@SAGE changes bodyColor into Rose 09
goto fem_darkskin_1
} “Dark 11” {
@SAGE changes bodyColor into Gold 09
goto fem_darkskin_1
} “Dark 12” {
@SAGE changes bodyColor into Copper 09
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Dark 13” {
@SAGE changes bodyColor into Neutral 10
goto fem_darkskin_1
} “Dark 14” {
@SAGE changes bodyColor into Rose 10
goto fem_darkskin_1
} “Dark 15” {
@SAGE changes bodyColor into Gold 10
goto fem_darkskin_1
} “Dark 16” {
@SAGE changes bodyColor into Copper 10
goto fem_darkskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}

label fem_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 1” {
@SAGE changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 2” {
@SAGE changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 3” {
@SAGE changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 4” {
@SAGE changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 5” {
@SAGE changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 6” {
@SAGE changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 7” {
@SAGE changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 8” {
@SAGE changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 9” {
@SAGE changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 10” {
@SAGE changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 11” {
@SAGE 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”{
@SAGE changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@SAGE changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@SAGE changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@SAGE changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@SAGE changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@SAGE changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin”{
@SAGE changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@SAGE changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“High Arch Angled”{
@SAGE changes eyebrows into High Arch Angled
goto fem_brows_1
}“Bushy Thick”{
@SAGE changes eyebrows into Bushy Thick
goto fem_brows_1
}“Arched Short”{
@SAGE changes eyebrows into Arched Short
goto fem_brows_1
}“Arched Natural Scar”{
@SAGE changes eyebrows into Arched Natural Scar
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}

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

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

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

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

label fem_face_1

    NARRATOR
Face shapes.

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

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

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Deepset Downturned” {
@SAGE changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Mature” {
@SAGE changes eyes into Deepset Mature
goto fem_eyes_1
} “Generic” {
@SAGE changes eyes into Female Generic
goto fem_eyes_1
} “Slender” {
@SAGE changes eyes into Monolid Slender
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Round Wide” {
@SAGE changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@SAGE changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@SAGE changes eyes into Sharp Almond
goto fem_eyes_1
} “Deepset Almond” {
@SAGE changes eyes into Deepset Almond
goto fem_eyes_1
} “Select Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

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

label fem_eyecolor_1

    NARRATOR
Eye colors.

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

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

label fem_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@SAGE changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@SAGE changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Natural” {
@SAGE changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@SAGE changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@SAGE changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@SAGE changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@SAGE changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Done”{
goto female_custom_1
}“Select Color”{
goto fem_mouthcolor_1
}

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

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto NaturalColors_1
} “Gloss” {
goto GlossColors_1
} “Matte” {
goto MatteColors_1
} “Change Lip Shape” {
goto fem_mouth_1
}

label NaturalColors_1

    NARRATOR
Natural lip colors.

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

label GlossColors_1

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@SAGE changes mouthColor into Peach Gloss
goto GlossColors_1
} “Light Peach” {
@SAGE changes mouthColor into Pink Peach Lt Gloss
goto GlossColors_1
} “Beige Pink” {
@SAGE changes mouthColor into Pink Beige Gloss
goto GlossColors_1
} “Medium Pink” {
@SAGE changes mouthColor into Pink Medium Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@SAGE changes mouthColor into Pink Warm Gloss
goto GlossColors_1
} “Hot Pink” {
@SAGE changes mouthColor into Pink Hot Gloss
goto GlossColors_1
} “Deep Pink” {
@SAGE changes mouthColor into Pink Deep Gloss
goto GlossColors_1
} “Rose” {
@SAGE changes mouthColor into Rose Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@SAGE changes mouthColor into Mauve Gloss
goto GlossColors_1
} “Pastel Purple” {
@SAGE changes mouthColor into Purple Pastel Gloss
goto GlossColors_1
} “Plum” {
@SAGE changes mouthColor into Plum Gloss
goto GlossColors_1
} “Red” {
@SAGE changes mouthColor into Red Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@SAGE changes mouthColor into Red Deep Gloss
goto GlossColors_1
} “Violet” {
@SAGE changes mouthColor into Violet Gloss
goto GlossColors_1
} “Black” {
@SAGE changes mouthColor into Black Gloss
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

label MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@SAGE changes mouthColor into Peach Matte
goto MatteColors_1
} “Light Peach” {
@SAGE changes mouthColor into Pink Peach Light Matte
goto MatteColors_1
} “Beige Pink” {
@SAGE changes mouthColor into Pink Beige Matte
goto MatteColors_1
} “Medium Pink” {
@SAGE changes mouthColor into Pink Medium Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@SAGE changes mouthColor into Pink Warm Matte
goto MatteColors_1
} “Hot Pink” {
@SAGE changes mouthColor into Pink Hot Matte
goto MatteColors_1
} “Deep Pink” {
@SAGE changes mouthColor into Pink Deep Matte
goto MatteColors_1
} “Rose” {
@SAGE changes mouthColor into Rose Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@SAGE changes mouthColor into Mauve Matte
goto GlossColors_1
} “Pastel Purple” {
@SAGE changes mouthColor into Purple Pastel Matte
goto GlossColors_1
} “Plum” {
@SAGE changes mouthColor into Plum Matte
goto GlossColors_1
} “Red” {
@SAGE changes mouthColor into Red Matte
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@SAGE changes mouthColor into Red Deep Matte
goto GlossColors_1
} “Violet” {
@SAGE changes mouthColor into Violet Matte
goto GlossColors_1
} “Black” {
@SAGE changes mouthColor into Black Matte
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

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

label fem_nose_1

    NARRATOR
Nose shapes.

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

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

label fem_hair_1

    NARRATOR
All hair styles.

choice
“Short Hair”{
goto hairShort_1
}“Mid-length Hair”{
goto hairMedium_1
}“Long Hair”{
goto hairLong_1
}“Styled Hair”{
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairShort_1

    NARRATOR
Short hair styles.

choice [shouldPaginate: YES]
“Afro” {
@SAGE changes hair into Afro
goto hairShort_1
}“Blunt Bangs” {
@SAGE changes hair into Blunt Bangs Short
goto hairShort_1
}“Classic Bob” {
@SAGE changes hair into Classic Bob
goto hairShort_1
} “Curly Bob” {
@SAGE changes hair into Curly Bob
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Fade” {
@SAGE changes hair into Short Curly Fade
goto hairShort_1
}“Pixie” {
@SAGE changes hair into Short Pixie
goto hairShort_1
}“Short Wavy” {
@SAGE changes hair into Short Wavy Hair Solid
goto hairShort_1
}“Short Curly Blow Out” {
@SAGE changes hair into Short Curly Blow Out
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Wavy Side Shave” {
@SAGE changes hair into Short Wavy Side Shave
goto hairShort_1
}“Short Afro” {
@SAGE changes hair into Short Afro
goto hairShort_1
}“Crew Cut” {
@SAGE changes hair into Crew Cut
goto hairShort_1
}“Bantu Knots” {
@SAGE changes hair into Bantu Knots
goto hairShort_1
}
“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@SAGE changes hair into Small Bun
goto hairShort_1
}“Short Straight Tucked” {
@SAGE changes hair into Short Straight Tucked
goto hairShort_1
}“Short Layered Fringe” {
@SAGE changes hair into Short Layered Fringe
goto hairShort_1
}
“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label hairMedium_1

    NARRATOR
Medium hair styles.

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

label hairLong_1

    NARRATOR
Long hair styles.

choice [shouldPaginate: YES]
“Beach Wave” {
@SAGE changes hair into Beach Wave Hair
goto hairLong_1
}“Long Braided” {
@SAGE changes hair into Long Braided
goto hairLong_1
}“Long Dreadlocks” {
@SAGE changes hair into Long Dreadlocks
goto hairLong_1
}“Feathered” {
@SAGE changes hair into Long Feathered
goto hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@SAGE changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong_1
}“Sideswept Bangs” {
@SAGE changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong_1
}“Straight” {
@SAGE changes hair into Long Straight Loose Solid
goto hairLong_1
}“Wavy Long” {
@SAGE changes hair into Wavy Long
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}
“Dreads Braided” {
@SAGE changes hair into Dreads Braided
goto hairLong_1
} “Long Voluminous Curls Loose” {
@SAGE changes hair into Long Voluminous Curls Loose
goto hairLong_1
}“Long Wavy Parted Hair” {
@SAGE changes hair into Long Wavy Parted Hair
goto hairLong_1
} “Sleek Ponytail” {
@SAGE changes hair into Sleek Ponytail
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}
“Long Feathered Bangs Blunt” {
@SAGE changes hair into Long Feathered Bangs Blunt
goto hairLong_1
} “Pinup Victory Rolls” {
@SAGE changes hair into Pinup Victory Rolls
goto hairLong_1
} “Over Shoulder Braid” {
@SAGE changes hair into Over Shoulder Braid
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}

label hairUp_1

    NARRATOR
Updo hair styles.

choice [shouldPaginate: YES]
“Braided Bun” {
@SAGE changes hair into Braided Bun
goto hairUp_1
}“Faux Hawk” {
@SAGE changes hair into Long Faux Hawk Solid
goto hairUp_1
}“Short Ponytail” {
@SAGE changes hair into Short High Ponytail
goto hairUp_1
}“Long Ponytail” {
@SAGE changes hair into Long High Ponytail
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Morning Updo” {
@SAGE changes hair into Morning Updo
goto hairUp_1
}“Punk Pixie” {
@SAGE changes hair into Punk Pixie
goto hairUp_1
}“Long Double Dutch Braids” {
@SAGE changes hair into Long Double Dutch Braids
goto hairUp_1
}“Braids Updo” {
@SAGE changes hair into Braids Updo
goto 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 hairDark_1
}“Light” {
goto hairLight_1
}“Dyed”{
goto hairDye_1
}“Done”{
goto female_custom_1
} “Back to Styles” {
goto fem_hair_1
}

label hairDark_1

    NARRATOR
Dark hair colors.

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

label hairLight_1

    NARRATOR
Light hair colors.

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

label hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto hairDye_Pink_1
}“Blue/Green” {
goto hairDye_Blue_1
}“Red/Orange” {
goto hairDye_Red_1
}“White/Grey/Yellow” {
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@SAGE changes hairColor into Hot Pink
goto hairDye_Pink_1
} “Light Pink” {
@SAGE changes hairColor into Pink Lt
goto hairDye_Pink_1
} “Peach” {
@SAGE changes hairColor into Peach Blonde
goto hairDye_Pink_1
} “Rose Gold” {
@SAGE changes hairColor into Rose Gold
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Purple” {
@SAGE changes hairColor into Red Purple
goto hairDye_Pink_1
} “Lavender” {
@SAGE changes hairColor into Purple Lilac
goto hairDye_Pink_1
} “Plum” {
@SAGE changes hairColor into Plum
goto hairDye_Pink_1
} “Dark Purple” {
@SAGE changes hairColor into Purple
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@SAGE changes hairColor into Blue
goto hairDye_Blue_1
} “Light Blue” {
@SAGE changes hairColor into Cornflower Blue
goto hairDye_Blue_1
} “Aqua Blue” {
@SAGE changes hairColor into Aqua Blue
goto hairDye_Blue_1
} “Dark Blue” {
@SAGE changes hairColor into Blue Black
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Green” {
@SAGE changes hairColor into Green
goto hairDye_Blue_1
} “Lime Green” {
@SAGE changes hairColor into Yellow Green
goto hairDye_Blue_1
} “Mint” {
@SAGE changes hairColor into Mint
goto hairDye_Blue_1
} “Aqua Green” {
@SAGE changes hairColor into Aqua Green
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Red_1

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@SAGE changes hairColor into Orange
goto hairDye_Red_1
} “Red” {
@SAGE changes hairColor into Red
goto hairDye_Red_1
} “Copper Red” {
@SAGE changes hairColor into Copper Red
goto hairDye_Red_1
} “Ginger Red” {
@SAGE changes hairColor into Ginger Red
goto hairDye_Red_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Gray_1

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@SAGE changes hairColor into Warm White
goto hairDye_Gray_1
} “Gray” {
@SAGE changes hairColor into Cool Gray
goto hairDye_Gray_1
} “Light Gray” {
@SAGE changes hairColor into Aqua Gray
goto hairDye_Gray_1
} “Yellow” {
@SAGE changes hairColor into Yellow
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label female_1_end
@pause for 0

#readerMessage This template was created in collaboration with @dara.amarie.ep on IG!

#}

goto minigame
############
label conan

@MALEAVATAR spot 2.400 170 -520 and MALEAVATAR faces right and MALEAVATAR starts idle
label boylcc_custom_1
@MALEAVATAR spot 2.400 170 -520 and MALEAVATAR faces right and MALEAVATAR starts idle

    NARRATOR
What does he look like?

choice
“Skin Tone” {
goto boylcc_skin_1
} “Hair” {
goto boylcc_hair_1
} “Eyes” {
goto boylcc_eyes_1
} “Eyebrows” {
goto boylcc_brows_1
} “Face Shape”{
goto boylcc_face_1
} “Nose” {
goto boylcc_nose_1
} “Lip Color” {
goto boylcc_mouthcolor_1
} “This is perfect!” {
goto boylcc_end_1
}

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

label boylcc_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto boylcc_neutralskin_1
} “Rose Shades” {
goto boylcc_roseskin_1
} “Gold Shades” {
goto boylcc_goldskin_1
} “Copper Shades” {
goto boylcc_copperskin_1
} “Ash Shades” {
goto boylcc_ashskin_1
} “Done” {
goto boylcc_custom_1
}

label boylcc_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@MALEAVATAR changes bodyColor into Neutral 00
goto boylcc_neutralskin_1
} “Neutral 01” {
@MALEAVATAR changes bodyColor into Neutral 01
goto boylcc_neutralskin_1
} “Neutral 02” {
@MALEAVATAR changes bodyColor into Neutral 02
goto boylcc_neutralskin_1
} “Neutral 03” {
@MALEAVATAR changes bodyColor into Neutral 03
goto boylcc_neutralskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Neutral 04” {
@MALEAVATAR changes bodyColor into Neutral 04
goto boylcc_neutralskin_1
} “Neutral 05” {
@MALEAVATAR changes bodyColor into Neutral 05
goto boylcc_neutralskin_1
} “Neutral 06” {
@MALEAVATAR changes bodyColor into Neutral 06
goto boylcc_neutralskin_1
} “Neutral 07” {
@MALEAVATAR changes bodyColor into Neutral 07
goto boylcc_neutralskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Neutral 08” {
@MALEAVATAR changes bodyColor into Neutral 08
goto boylcc_neutralskin_1
} “Neutral 09” {
@MALEAVATAR changes bodyColor into Neutral 09
goto boylcc_neutralskin_1
} “Neutral 10” {
@MALEAVATAR changes bodyColor into Neutral 10
goto boylcc_neutralskin_1
} “Done” {
goto boylcc_custom_1
} “Different Shades” {
goto boylcc_skin_1
}

label boylcc_roseskin_1

    NARRATOR
Rose skin tones.

choice [shouldPaginate: YES]
“Rose 00” {
@MALEAVATAR changes bodyColor into Rose 00
goto boylcc_roseskin_1
} “Rose 01” {
@MALEAVATAR changes bodyColor into Rose 01
goto boylcc_roseskin_1
} “Rose 02” {
@MALEAVATAR changes bodyColor into Rose 02
goto boylcc_roseskin_1
} “Rose 03” {
@MALEAVATAR changes bodyColor into Rose 03
goto boylcc_roseskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Rose 04” {
@MALEAVATAR changes bodyColor into Rose 04
goto boylcc_roseskin_1
} “Rose 05” {
@MALEAVATAR changes bodyColor into Rose 05
goto boylcc_roseskin_1
} “Rose 06” {
@MALEAVATAR changes bodyColor into Rose 06
goto boylcc_roseskin_1
} “Rose 07” {
@MALEAVATAR changes bodyColor into Rose 07
goto boylcc_roseskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Rose 08” {
@MALEAVATAR changes bodyColor into Rose 08
goto boylcc_roseskin_1
} “Rose 09” {
@MALEAVATAR changes bodyColor into Rose 09
goto boylcc_roseskin_1
} “Rose 10” {
@MALEAVATAR changes bodyColor into Rose 10
goto boylcc_roseskin_1
} “Done” {
goto boylcc_custom_1
} “Different Shades” {
goto boylcc_skin_1
}

label boylcc_goldskin_1

    NARRATOR
Gold skin tones.

choice [shouldPaginate: YES]
“Gold 00” {
@MALEAVATAR changes bodyColor into Gold 00
goto boylcc_goldskin_1
} “Gold 01” {
@MALEAVATAR changes bodyColor into Gold 01
goto boylcc_goldskin_1
} “Gold 02” {
@MALEAVATAR changes bodyColor into Gold 02
goto boylcc_goldskin_1
} “Gold 03” {
@MALEAVATAR changes bodyColor into Gold 03
goto boylcc_goldskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Gold 04” {
@MALEAVATAR changes bodyColor into Gold 04
goto boylcc_goldskin_1
} “Gold 05” {
@MALEAVATAR changes bodyColor into Gold 05
goto boylcc_goldskin_1
} “Gold 06” {
@MALEAVATAR changes bodyColor into Gold 06
goto boylcc_goldskin_1
} “Gold 07” {
@MALEAVATAR changes bodyColor into Gold 07
goto boylcc_goldskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Gold 08” {
@MALEAVATAR changes bodyColor into Gold 08
goto boylcc_goldskin_1
} “Gold 09” {
@MALEAVATAR changes bodyColor into Gold 09
goto boylcc_goldskin_1
} “Gold 10” {
@MALEAVATAR changes bodyColor into Gold 10
goto boylcc_goldskin_1
} “Done” {
goto boylcc_custom_1
} “Different Shades” {
goto boylcc_skin_1
}

label boylcc_copperskin_1

    NARRATOR
Copper skin tones.

choice [shouldPaginate: YES]
“Copper 00” {
@MALEAVATAR changes bodyColor into Copper 00
goto boylcc_copperskin_1
} “Copper 01” {
@MALEAVATAR changes bodyColor into Copper 01
goto boylcc_copperskin_1
} “Copper 02” {
@MALEAVATAR changes bodyColor into Copper 02
goto boylcc_copperskin_1
} “Copper 03” {
@MALEAVATAR changes bodyColor into Copper 03
goto boylcc_copperskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Copper 04” {
@MALEAVATAR changes bodyColor into Copper 04
goto boylcc_copperskin_1
} “Copper 05” {
@MALEAVATAR changes bodyColor into Copper 05
goto boylcc_copperskin_1
} “Copper 06” {
@MALEAVATAR changes bodyColor into Copper 06
goto boylcc_copperskin_1
} “Copper 07” {
@MALEAVATAR changes bodyColor into Copper 07
goto boylcc_copperskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Copper 08” {
@MALEAVATAR changes bodyColor into Copper 08
goto boylcc_copperskin_1
} “Copper 09” {
@MALEAVATAR changes bodyColor into Copper 09
goto boylcc_copperskin_1
} “Copper 10” {
@MALEAVATAR changes bodyColor into Copper 10
goto boylcc_copperskin_1
} “Done” {
goto boylcc_custom_1
} “Different Shades” {
goto boylcc_skin_1
}

label boylcc_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 00” {
@MALEAVATAR changes bodyColor into Ash 00
goto boylcc_ashskin_1
} “Ash 01” {
@MALEAVATAR changes bodyColor into Ash 01
goto boylcc_ashskin_1
} “Ash 02” {
@MALEAVATAR changes bodyColor into Ash 02
goto boylcc_ashskin_1
} “Ash 03” {
@MALEAVATAR changes bodyColor into Ash 03
goto boylcc_ashskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Ash 04” {
@MALEAVATAR changes bodyColor into Ash 04
goto boylcc_ashskin_1
} “Ash 05” {
@MALEAVATAR changes bodyColor into Ash 05
goto boylcc_ashskin_1
} “Ash 06” {
@MALEAVATAR changes bodyColor into Ash 06
goto boylcc_ashskin_1
} “Ash 07” {
@MALEAVATAR changes bodyColor into Ash 07
goto boylcc_ashskin_1
} “Different Shades” {
goto boylcc_skin_1
} “Done” {
goto boylcc_custom_1
}
“Ash 08” {
@MALEAVATAR changes bodyColor into Ash 08
goto boylcc_ashskin_1
} “Ash 09” {
@MALEAVATAR changes bodyColor into Ash 09
goto boylcc_ashskin_1
} “Ash 10” {
@MALEAVATAR changes bodyColor into Ash 10
goto boylcc_ashskin_1
} “Done” {
goto boylcc_custom_1
} “Different Shades” {
goto boylcc_skin_1
}

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

label boylcc_brows_1

    NARRATOR
Eyebrow shapes.

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

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

label boylcc_browscolor_1

    NARRATOR
Eyebrow colors.

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

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

label boylcc_face_1

    NARRATOR
Face shapes.

choice
“Clean Shaven” {
goto boylcc_face_clean_1
} “Facial Hair” {
goto boylcc_face_beards_1
} “Done” {
goto boylcc_custom_1
}

label boylcc_face_clean_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Soft Diamond” {
@MALEAVATAR changes face into Diamond Soft
goto boylcc_face_clean_1
} “Defined Diamond” {
@MALEAVATAR changes face into Diamond Defined
goto boylcc_face_clean_1
} “Chiseled” {
@MALEAVATAR changes face into Chiseled Angular
goto boylcc_face_clean_1
} “Generic” {
@MALEAVATAR changes face into Male Generic
goto boylcc_face_clean_1
} “Facial Hair” {
goto boylcc_face_beards_1
} “Done”{
goto boylcc_custom_1
}
“Round” {
@MALEAVATAR changes face into Round Soft
goto boylcc_face_clean_1
} “Square Jaw” {
@MALEAVATAR changes face into Square Jaw
goto boylcc_face_clean_1
} “Square Defined” {
@MALEAVATAR changes face into Square Defined
goto boylcc_face_clean_1
} “Triangle” {
@MALEAVATAR changes face into Triangle Chiseled
goto boylcc_face_clean_1
} “Facial Hair” {
goto boylcc_face_beards_1
} “Done”{
goto boylcc_custom_1
}
“Mature Square” {
@MALEAVATAR changes face into Square Jaw Mature
goto boylcc_face_clean_1
} “Broad Cheeks” {
@MALEAVATAR changes face into Round Broad Cheeks
goto boylcc_face_clean_1
} “Triangle Defined Chin” {
@MALEAVATAR changes face into Triangle Defined Chin
goto boylcc_face_clean_1
} “Pointed Ear” {
@MALEAVATAR changes face into Triangle Defined Chin Pointed Ear Skin
goto boylcc_face_clean_1
} “Facial Hair” {
goto boylcc_face_beards_1
} “Done”{
goto boylcc_custom_1
}
“Square Sculpted” {
@MALEAVATAR changes face into Square Sculpted
goto boylcc_face_clean_1
} “Cleft Chin” {
@MALEAVATAR changes face into Square Sculpted Cleft Chin
goto boylcc_face_clean_1
} “Triangle Sculpted” {
@MALEAVATAR changes face into Triangle Sculpted
goto boylcc_face_clean_1
} “Square Youth” {
@MALEAVATAR changes face into Square Youthful
goto boylcc_face_clean_1
} “Facial Hair” {
goto boylcc_face_beards_1
} “Done”{
goto boylcc_custom_1
}
“Square Aged” {
@MALEAVATAR changes face into Square Aged
goto boylcc_face_clean_1
} “Done”{
goto boylcc_custom_1
} “Facial Hair” {
goto boylcc_face_beards_1
}

label boylcc_face_beards_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Chiseled Stubble” {
@MALEAVATAR changes face into Chiseled Angular Stubble
goto boylcc_face_beards_1
} “Chiseled Shaved” {
@MALEAVATAR changes face into Chiseled Square Stubble Shaved
goto boylcc_face_beards_1
} “Long Jaw Stubble” {
@MALEAVATAR changes face into Square Long Jaw Stubble
goto boylcc_face_beards_1
} “Long Jaw Shadow” {
@MALEAVATAR changes face into Square Long Jaw Shadow
goto boylcc_face_beards_1
} “Clean Shaved” {
goto boylcc_face_clean_1
} “Done”{
goto boylcc_custom_1
}
“Roundcheek Stubble” {
@MALEAVATAR changes face into Square Jaw Roundcheek Stubble
goto boylcc_face_beards_1
} “Scruffy Beard” {
@MALEAVATAR changes face into Triangle Chiseled Scruffy Beard
goto boylcc_face_beards_1
} “Clean Shaved” {
goto boylcc_face_clean_1
} “Done”{
goto boylcc_custom_1
}

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

label boylcc_eyes_1

    NARRATOR
Eye shapes.

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

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

label boylcc_eyecolor_1

    NARRATOR
Eye colors.

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

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

label boylcc_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto boylcc_NaturalColors_1
} “Gloss” {
goto boylcc_GlossColors_1
} “Matte” {
goto boylcc_MatteColors_1
} “Done”{
goto boylcc_custom_1
}

label boylcc_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@MALEAVATAR changes mouthColor into Fair Rose Matte
goto boylcc_NaturalColors_1
} “Fair Neutral” {
@MALEAVATAR changes mouthColor into Fair Neutral Matte
goto boylcc_NaturalColors_1
} “Fair Gold” {
@MALEAVATAR changes mouthColor into Fair Gold Matte
goto boylcc_NaturalColors_1
} “Beige Light Gold” {
@MALEAVATAR changes mouthColor into Beige Light Gold Matte
goto boylcc_NaturalColors_1
} “Try Other Colors” {
goto boylcc_mouthcolor_1
} “Done” {
goto boylcc_custom_1
}
“Beige Gold” {
@MALEAVATAR changes mouthColor into Beige Gold Matte
goto boylcc_NaturalColors_1
} “Beige Rose” {
@MALEAVATAR changes mouthColor into Beige Rose
goto boylcc_NaturalColors_1
} “Beige Deep Neutral” {
@MALEAVATAR changes mouthColor into Beige Deep Neutral
goto boylcc_NaturalColors_1
} “Medium Nude” {
@MALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto boylcc_NaturalColors_1
} “Try Other Colors” {
goto boylcc_mouthcolor_1
} “Done” {
goto boylcc_custom_1
}
“Tan Deep Gold” {
@MALEAVATAR changes mouthColor into Tan Deep Gold
goto boylcc_NaturalColors_1
} “Tan Deep Neutral” {
@MALEAVATAR changes mouthColor into Tan Deep Neutral
goto boylcc_NaturalColors_1
} “Brown Neutral” {
@MALEAVATAR changes mouthColor into Brown Neutral
goto boylcc_NaturalColors_1
} “Brown Gold” {
@MALEAVATAR changes mouthColor into Brown Gold
goto boylcc_NaturalColors_1
} “Try Other Colors” {
goto boylcc_mouthcolor_1
} “Done” {
goto boylcc_custom_1
}
“Brown Deep Gold” {
@MALEAVATAR changes mouthColor into Brown Deep Gold
goto boylcc_NaturalColors_1
} “Brown Deep Rose” {
@MALEAVATAR changes mouthColor into Brown Deep Rose
goto boylcc_NaturalColors_1
} “Gold Deep Matte” {
@MALEAVATAR changes mouthColor into Gold Deep Matte
goto boylcc_NaturalColors_1
} “Done” {
goto boylcc_custom_1
} “Try Other Colors” {
goto boylcc_mouthcolor_1
}

label boylcc_GlossColors_1

    NARRATOR
Gloss lipstick colors.

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

label boylcc_MatteColors_1

    NARRATOR
Matte lipstick colors.

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

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

label boylcc_nose_1

    NARRATOR
Nose shapes.

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

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

label boylcc_hair_1

    NARRATOR
All hairstyles.

choice
“Short Hair” {
goto boylcc_hair_short_1
} “Medium Hair” {
goto boylcc_hair_medium_1
} “Long Hair” {
goto boylcc_hair_long_1
} “Done” {
goto boylcc_custom_1
} “Change Color” {
goto boylcc_haircolor_1
}

label boylcc_hair_short_1

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Military Fade” {
@MALEAVATAR changes hair into Military Fade Cut
goto boylcc_hair_short_1
} “Slicked Back” {
@MALEAVATAR changes hair into Slicked Back Solid
goto boylcc_hair_short_1
} “Curly Fade” {
@MALEAVATAR changes hair into Short Curly Fade
goto boylcc_hair_short_1
} “Curly Mohawk” {
@MALEAVATAR changes hair into Curly Mohawk
goto boylcc_hair_short_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Crew Cut” {
@MALEAVATAR changes hair into Crew Cut
goto boylcc_hair_short_1
} “Conservative Cut” {
@MALEAVATAR changes hair into Conservative Cut
goto boylcc_hair_short_1
} “Undercut Short” {
@MALEAVATAR changes hair into Undercut Short Straight Texture
goto boylcc_hair_short_1
} “Receding Short” {
@MALEAVATAR changes hair into Receding Short Straight
goto boylcc_hair_short_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Receded Hairline” {
@MALEAVATAR changes hair into Receded Hairline
goto boylcc_hair_short_1
} “Back to Hairstyles” {
goto boylcc_hair_1
} “Change Color” {
goto boylcc_haircolor_1
}

label boylcc_hair_medium_1

    NARRATOR
Medium hairstyles.

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

label boylcc_hair_long_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Shaggy” {
@MALEAVATAR changes hair into Short Shaggy
goto boylcc_hair_long_1
} “Ponytail Wavy” {
@MALEAVATAR changes hair into Small Ponytail Wavy Parted Hair
goto boylcc_hair_long_1
} “Side Swept” {
@MALEAVATAR changes hair into Side Swept Medium Hair Solid
goto boylcc_hair_long_1
} “Messy Wild Unkempt” {
@MALEAVATAR changes hair into Messy Wild Unkempt
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Afro” {
@MALEAVATAR changes hair into Afro
goto boylcc_hair_long_1
} “Curly Afro” {
@MALEAVATAR changes hair into Curly Loose Afro Hair
goto boylcc_hair_long_1
} “Medium Dreadlocks” {
@MALEAVATAR changes hair into Medium Dreadlocks
goto boylcc_hair_long_1
} “Long Dreadlocks” {
@MALEAVATAR changes hair into Long Dreadlocks
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Braided” {
@MALEAVATAR changes hair into Long Braided
goto boylcc_hair_long_1
} “Dreads Bun” {
@MALEAVATAR changes hair into Dreads Long Loose Bun
goto boylcc_hair_long_1
} “Medium Shoulder Dreads” {
@MALEAVATAR changes hair into Dreads Loose Medium Shoulder Hair
goto boylcc_hair_long_1
} “Medium Curly” {
@MALEAVATAR changes hair into Medium Curly
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Short Wavy” {
@MALEAVATAR changes hair into Short Wavy
goto boylcc_hair_long_1
} “Parted Straight” {
@MALEAVATAR changes hair into Straight Medium
goto boylcc_hair_long_1
} “Long Wavy” {
@MALEAVATAR changes hair into Wavy Long
goto boylcc_hair_long_1
} “Long Curls” {
@MALEAVATAR changes hair into Long Curls
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Emo Hair” {
@MALEAVATAR changes hair into Emo Pixie
goto boylcc_hair_long_1
} “Scene Hair” {
@MALEAVATAR changes hair into Scene Swoosh
goto boylcc_hair_long_1
} “Punk Hair” {
@MALEAVATAR changes hair into Cropped Punk Cut
goto boylcc_hair_long_1
} “Long Slicked Back” {
@MALEAVATAR changes hair into Long Straight Slicked Back
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Messy Curls” {
@MALEAVATAR changes hair into Medium Messy Curls
goto boylcc_hair_long_1
} “Long Wavy Ponytail” {
@MALEAVATAR changes hair into Updo Pony Wavy Long
goto boylcc_hair_long_1
} “Layered Side Part” {
@MALEAVATAR changes hair into Long Layered Side Part
goto boylcc_hair_long_1
} “Loose Curls” {
@MALEAVATAR changes hair into Long Loose Curls
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}
“Wavy Blowout” {
@MALEAVATAR changes hair into Long Wavy Blowout
goto boylcc_hair_long_1
} “Thick Curls” {
@MALEAVATAR changes hair into Long Thick Curls
goto boylcc_hair_long_1
} “Widows Peak” {
@MALEAVATAR changes hair into Long Tapered Widows Peak
goto boylcc_hair_long_1
} “Wavy Parted” {
@MALEAVATAR changes hair into Long Wavy Parted
goto boylcc_hair_long_1
} “Change Color” {
goto boylcc_haircolor_1
} “Back to Hairstyles” {
goto boylcc_hair_1
}

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

label boylcc_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto boylcc_hairDark_1
}“Light” {
goto boylcc_hairLight_1
}“Dyed”{
goto boylcc_hairDye_1
} “Back to Styles” {
goto boylcc_hair_1
}

label boylcc_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@MALEAVATAR changes hairColor into Light Brown
goto boylcc_hairDark_1
}“Warm Brown” {
@MALEAVATAR changes hairColor into Medium Warm Brown
goto boylcc_hairDark_1
}“Medium Brown” {
@MALEAVATAR changes hairColor into Medium Brown
goto boylcc_hairDark_1
}“Chestnut Brown”{
@MALEAVATAR changes hairColor into Chestnut Brown
goto boylcc_hairDark_1
}“Different Colors”{
goto boylcc_haircolor_1
}“Done”{
goto boylcc_custom_1
}
“Dark Brown”{
@MALEAVATAR changes hairColor into Dark Brown
goto boylcc_hairDark_1
}“Brunette Brown”{
@MALEAVATAR changes hairColor into Brunette Brown
goto boylcc_hairDark_1
}“Ginger Red” {
@MALEAVATAR changes hairColor into Ginger Red
goto boylcc_hairDark_1
}“Burgundy Red” {
@MALEAVATAR changes hairColor into Burgundy Red
goto boylcc_hairDark_1
}“Different Colors”{
goto boylcc_haircolor_1
}“Done”{
goto boylcc_custom_1
}
“Deep Brown” {
@MALEAVATAR changes hairColor into Deep Brown
goto boylcc_hairDark_1
}“Brown Black” {
@MALEAVATAR changes hairColor into Brown Black
goto boylcc_hairDark_1
}“Dark Black” {
@MALEAVATAR changes hairColor into Black Dark
goto boylcc_hairDark_1
}“Jet Black” {
@MALEAVATAR changes hairColor into Black Jet
goto boylcc_hairDark_1
}“Different Colors”{
goto boylcc_haircolor_1
}“Done”{
goto boylcc_custom_1
}

label boylcc_hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@MALEAVATAR changes hairColor into Platinum Blonde
goto boylcc_hairLight_1
}“Dirty Blonde” {
@MALEAVATAR changes hairColor into Dirty Blonde
goto boylcc_hairLight_1
}“Honey Blonde” {
@MALEAVATAR changes hairColor into Honey Blonde
goto boylcc_hairLight_1
}“Strawberry Blonde” {
@MALEAVATAR changes hairColor into Strawberry Blonde
goto boylcc_hairLight_1
}“Different Colors”{
goto boylcc_haircolor_1
}“Done”{
goto boylcc_custom_1
}
“Medium Blonde” {
@MALEAVATAR changes hairColor into Blonde Medium
goto boylcc_hairLight_1
}“Ash Blonde” {
@MALEAVATAR changes hairColor into Ash Blonde
goto boylcc_hairLight_1
}“Peach Blonde” {
@MALEAVATAR changes hairColor into Peach Blonde
goto boylcc_hairLight_1
}“Platinum White” {
@MALEAVATAR changes hairColor into Platinum White
goto boylcc_hairLight_1
}“Different Colors”{
goto boylcc_haircolor_1
}“Done”{
goto boylcc_custom_1
}

label boylcc_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto boylcc_hairDye_Pink_1
}“Blue/Green” {
goto boylcc_hairDye_Blue_1
}“Red/Yellow” {
goto boylcc_hairDye_Red_1
}“White/Grey” {
goto boylcc_hairDye_White_1
}“Different Colors”{
goto boylcc_haircolor_1
}“Done”{
goto boylcc_custom_1
}

label boylcc_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

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

label boylcc_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@MALEAVATAR changes hairColor into Blue
goto boylcc_hairDye_Blue_1
} “Light Blue” {
@MALEAVATAR changes hairColor into Cornflower Blue
goto boylcc_hairDye_Blue_1
} “Aqua Blue” {
@MALEAVATAR changes hairColor into Aqua Blue
goto boylcc_hairDye_Blue_1
} “Dark Blue” {
@MALEAVATAR changes hairColor into Blue Black
goto boylcc_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boylcc_hairDye_1
}“Done” {
goto boylcc_custom_1
}
“Green” {
@MALEAVATAR changes hairColor into Green
goto boylcc_hairDye_Blue_1
} “Lime Green” {
@MALEAVATAR changes hairColor into Yellow Green
goto boylcc_hairDye_Blue_1
} “Mint” {
@MALEAVATAR changes hairColor into Mint
goto boylcc_hairDye_Blue_1
} “Aqua Green” {
@MALEAVATAR changes hairColor into Aqua Green
goto boylcc_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boylcc_hairDye_1
}“Done” {
goto boylcc_custom_1
}
“Pastel Blue” {
@MALEAVATAR changes hairColor into Pastel Blue
goto boylcc_hairDye_Blue_1
} “Pastel Mint” {
@MALEAVATAR changes hairColor into Pastel Mint
goto boylcc_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boylcc_hairDye_1
}“Done” {
goto boylcc_custom_1
}

label boylcc_hairDye_Red_1

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@MALEAVATAR changes hairColor into Yellow
goto boylcc_hairDye_Red_1
} “Orange” {
@MALEAVATAR changes hairColor into Orange
goto boylcc_hairDye_Red_1
} “Red” {
@MALEAVATAR changes hairColor into Red
goto boylcc_hairDye_Red_1
} “Copper Red” {
@MALEAVATAR changes hairColor into Copper Red
goto boylcc_hairDye_Red_1
}“Back to Dyed Colors”{
goto boylcc_hairDye_1
}“Done” {
goto boylcc_custom_1
}

label boylcc_hairDye_White_1

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@MALEAVATAR changes hairColor into Cool Gray
goto boylcc_hairDye_White_1
} “Light Grey” {
@MALEAVATAR changes hairColor into Aqua Gray
goto boylcc_hairDye_White_1
}“White” {
@MALEAVATAR changes hairColor into Warm White
goto boylcc_hairDye_White_1
}“Ice” {
@MALEAVATAR changes hairColor into Platinum Ice
goto boylcc_hairDye_White_1
}“Back to Dyed Colors”{
goto boylcc_hairDye_1
}“Done” {
goto boylcc_custom_1
}

label boylcc_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
@MALEAVATAR is primp_neutral
} “No, I want to change something.” {
goto boylcc_custom_1

goto minigame
############
label endminigame

label minigame

NARR
Speech goes here.

tappable
“BLACK BABY SWADDLE”{
goto sage
}“BABY FOOT SWADDLE”{
goto conan
}“START”{
goto endminigame​
}

############
label sage

##Sage route/minigame here.
You could also add a choice here where it either takes them back to the beginning using “goto minigame” and “goto endminigame”.

label conan

##Conan route/minigame here.
You could also add a choice here where it either takes them back to the beginning using “goto minigame” and “goto endminigame”.

label endminigame

Story continues here.

If this doesn’t work, I recommend checking out: HOW TO: Tappable choices - Creator’s Corner / Directing Help & Tips - Episode Forums (episodeinteractive.com)
Tara explains: Ifs, elses, gains, labels, gotos and the points system! - Creator’s Corner / Directing Help & Tips - Episode Forums (episodeinteractive.com)
Goto’s, Labels, and Closing Brackets { } – Episode (zendesk.com)
Tappable Overlays | Dara Amarie (dara-amarie.com)

I think the error is actually here -

Where you’ve used the word lebel, instead of label.

Hope this helps :heart:

still not working :confused:

@Dara.Amarie I can’t seem to work this out, any ideas?