LIMITED Character Customization Templates & WORKSHOP!

So just the natural lip colors and nothing else?

Ink or Limelight?

Can you please make one with no hair color and no eye color for INK female and male?

Ink! And yes :smiley:

INK Female - Natural Lip Colors Only

label femlip_natural1

        NARRATOR
    Choose a natural lip color.

choice [shouldPaginate: YES]
"Blush" {
@FEMALEAVATAR changes mouthColor into Blush
goto femlip_natural1
} "Dune" {
@FEMALEAVATAR changes mouthColor into Dune
goto femlip_natural1
} "Ivory" {
@FEMALEAVATAR changes mouthColor into Ivory
goto femlip_natural1
} "Sand" {
@FEMALEAVATAR changes mouthColor into Sand
goto femlip_natural1
} "Olive" {
@FEMALEAVATAR changes mouthColor into Olive
goto femlip_natural1
} <PREMIUM> "Done" {
goto femlip_end1
}
"Mocha" {
@FEMALEAVATAR changes mouthColor into Mocha
goto femlip_natural1
} "Taupe" {
@FEMALEAVATAR changes mouthColor into Taupe
goto femlip_natural1
} "Terracotta" {
@FEMALEAVATAR changes mouthColor into Terracotta
goto femlip_natural1
} "Toffee" {
@FEMALEAVATAR changes mouthColor into Toffee
goto femlip_natural1
} "Umber" {
@FEMALEAVATAR changes mouthColor into Umber
goto femlip_natural1
} <PREMIUM> "Done" {
goto femlip_end1
}
"Rosewood" {
@FEMALEAVATAR changes mouthColor into Rosewood
goto femlip_natural1
} "Dark" {
@FEMALEAVATAR changes mouthColor into Dark
goto femlip_natural1
} "Sable" {
@FEMALEAVATAR changes mouthColor into Sable
goto femlip_natural1
} "Crimson" {
@FEMALEAVATAR changes mouthColor into Crimson
goto femlip_natural1
} "Chestnut" {
@FEMALEAVATAR changes mouthColor into Chestnut
goto femlip_natural1
} <PREMIUM> "Done" {
goto femlip_end1
}

label femlip_end1

        NARRATOR
    Is this the right lip color?

choice
<GREEN> "Yes it is!" {
#continue
} "No, let me try the others" {
goto femlip_natural1
}

@pause for 0
readerMessage Template created by @dara.amarie.ep on IG!
1 Like

INK Female - No Hair color or Eye color

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

        NARRATOR
    What do you look like?

choice
"Skin Tone" {
goto femlcc_skin_1
} "Hair" {
goto femlcc_hair_1
} "Eyes" {
goto femlcc_eyes_1
} "Eyebrows" {
goto femlcc_brows_1
} "Face Shape"{
goto femlcc_face_1
} "Nose" {
goto femlcc_nose_1
} "Mouth" {
goto femlcc_mouth_1
} <PREMIUM> "This is perfect!" {
goto femlcc_end_1
}

label femlcc_skin_1

        NARRATOR
    Skin tones.

choice
"Light Skin Colors"{
goto femlcc_skin_light_1
}"Medium Skin Colors"{
goto femlcc_skin_medium_1
}"Dark Skin Colors"{
goto femlcc_skin_dark_1
}


label femlcc_skin_light_1

        NARRATOR
    Light skin tones.

choice [shouldPaginate: YES]
"Dune" {
@FEMALEAVATAR changes bodyColor into Dune
goto femlcc_skin_light_1
} "Porcelain" {
@FEMALEAVATAR changes bodyColor into Porcelain
goto femlcc_skin_light_1
} "Peach" {
@FEMALEAVATAR changes bodyColor into Peach
goto femlcc_skin_light_1
} "Fair" {
@FEMALEAVATAR changes bodyColor into Fair
goto femlcc_skin_light_1
} <GREEN>"Try Other Colors"{
goto femlcc_skin_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Light"{
@FEMALEAVATAR changes bodyColor into Light
goto femlcc_skin_light_1
} "Light Ocre" {
@FEMALEAVATAR changes bodyColor into Light Ocre
goto femlcc_skin_light_1
} "Beige" {
@FEMALEAVATAR changes bodyColor into Beige
goto femlcc_skin_light_1
} "Ivory" {
@FEMALEAVATAR changes bodyColor into Ivory
goto femlcc_skin_light_1
} <GREEN>"Try Other Colors"{
goto femlcc_skin_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}


label femlcc_skin_medium_1

        NARRATOR
    Medium skin tones.

choice [shouldPaginate: YES]
"Olive" {
@FEMALEAVATAR changes bodyColor into Olive
goto femlcc_skin_medium_1
} "Tan" {
@FEMALEAVATAR changes bodyColor into Tan
goto femlcc_skin_medium_1
} "Taupe" {
@FEMALEAVATAR changes bodyColor into Taupe
goto femlcc_skin_medium_1
} "Caramel" {
@FEMALEAVATAR changes bodyColor into Caramel
goto femlcc_skin_medium_1
} <GREEN>"Try Other Colors"{
goto femlcc_skin_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Honey" {
@FEMALEAVATAR changes bodyColor into Honey
goto femlcc_skin_medium_1
} "Toffee" {
@FEMALEAVATAR changes bodyColor into Toffee
goto femlcc_skin_medium_1
} <GREEN>"Try Other Colors"{
goto femlcc_skin_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}


label femlcc_skin_dark_1

        NARRATOR
    Dark skin tones.

choice [shouldPaginate: YES]
"Umber" {
@FEMALEAVATAR changes bodyColor into Umber
goto femlcc_skin_dark_1
} "Rosewood" {
@FEMALEAVATAR changes bodyColor into Rosewood
goto femlcc_skin_dark_1
} "Mocha" {
@FEMALEAVATAR changes bodyColor into Mocha
goto femlcc_skin_dark_1
} "Walnut" {
@FEMALEAVATAR changes bodyColor into Walnut
goto femlcc_skin_dark_1
} <GREEN>"Try Other Colors"{
goto femlcc_skin_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Dark" {
@FEMALEAVATAR changes bodyColor into Dark
goto femlcc_skin_dark_1
} "Sable" {
@FEMALEAVATAR changes bodyColor into Sable
goto femlcc_skin_dark_1
} "Chestnut" {
@FEMALEAVATAR changes bodyColor into Chestnut
goto femlcc_skin_dark_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
} <GREEN>"Try Other Colors"{
goto femlcc_skin_1
}


label femlcc_brows_1

        NARRATOR
    Eyebrow shapes.

choice [shouldPaginate: YES]
"Classic Natural"{
@FEMALEAVATAR changes eyebrows into Classic Natural
goto femlcc_brows_1
}"Medium Angled"{
@FEMALEAVATAR changes eyebrows into Medium Angled
goto femlcc_brows_1
}"Defined Natural"{
@FEMALEAVATAR changes eyebrows into Defined Natural
goto femlcc_brows_1
}"Mature Round"{
@FEMALEAVATAR changes eyebrows into Mature Round
goto femlcc_brows_1
}"Seductive Arch"{
@FEMALEAVATAR changes eyebrows into Seductive Arch
goto femlcc_brows_1
}<PREMIUM> "Done"{
goto femlcc_custom_1
}
"Seductive Round"{
@FEMALEAVATAR changes eyebrows into Seductive Round
goto femlcc_brows_1
}"Thick Flat"{
@FEMALEAVATAR changes eyebrows into Thick Flat
goto femlcc_brows_1
}"Thin Round"{
@FEMALEAVATAR changes eyebrows into Thin Round
goto femlcc_brows_1
}"Thin Soft Arch"{
@FEMALEAVATAR changes eyebrows into Thin Soft Arch
goto femlcc_brows_1
}"Thin Curved"{
@FEMALEAVATAR changes eyebrows into Thin Curved
goto femlcc_brows_1
}<PREMIUM> "Done"{
goto femlcc_custom_1
}
"Medium Curved"{
@FEMALEAVATAR changes eyebrows into Medium Curved
goto femlcc_brows_1
}"Medium Soft Arch"{
@FEMALEAVATAR changes eyebrows into Medium Soft Arch
goto femlcc_brows_1
}"Smooth Arch"{
@FEMALEAVATAR changes eyebrows into Smooth Arch
goto femlcc_brows_1
}"Soft Angled"{
@FEMALEAVATAR changes eyebrows into Soft Angled
goto femlcc_brows_1
}"Thick Round"{
@FEMALEAVATAR changes eyebrows into Thick Round
goto femlcc_brows_1
}<PREMIUM> "Done"{
goto femlcc_custom_1
}

label femlcc_face_1

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Defined Heart" {
@FEMALEAVATAR changes face into Defined Heart
goto femlcc_face_1
} "Defined Round" {
@FEMALEAVATAR changes face into Defined Round
goto femlcc_face_1
} "Diamond" {
@FEMALEAVATAR changes face into Diamond
goto femlcc_face_1
} "Oval" {
@FEMALEAVATAR changes face into Oval
goto femlcc_face_1
} "Round" {
@FEMALEAVATAR changes face into Round
goto femlcc_face_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Soft Heart" {
@FEMALEAVATAR changes face into Soft Heart
goto femlcc_face_1
} "Square" {
@FEMALEAVATAR changes face into Square
goto femlcc_face_1
} "Defined Oblong" {
@FEMALEAVATAR changes face into Defined Oblong
goto femlcc_face_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_eyes_1

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Almond Classic" {
@FEMALEAVATAR changes eyes into Almond Classic
goto femlcc_eyes_1
} "Round Bold" {
@FEMALEAVATAR changes eyes into Round Bold
goto femlcc_eyes_1
} "Round Luxe" {
@FEMALEAVATAR changes eyes into Round Luxe
goto femlcc_eyes_1
} "Round Classic" {
@FEMALEAVATAR changes eyes into Round Classic
goto femlcc_eyes_1
} "Downturned Bold" {
@FEMALEAVATAR changes eyes into Downturned Bold
goto femlcc_eyes_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Downturned Natural" {
@FEMALEAVATAR changes eyes into Downturned Natural
goto femlcc_eyes_1
} "Slender Classic" {
@FEMALEAVATAR changes eyes into Slender Classic
goto femlcc_eyes_1
} "Sloping Classic" {
@FEMALEAVATAR changes eyes into Sloping Classic
goto femlcc_eyes_1
} "Slender Natural" {
@FEMALEAVATAR changes eyes into Slender Natural
goto femlcc_eyes_1
} "Upturned Bold" {
@FEMALEAVATAR changes eyes into Upturned Bold
goto femlcc_eyes_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Upturned Feline" {
@FEMALEAVATAR changes eyes into Upturned Feline
goto femlcc_eyes_1
} "Upturned Luxe" {
@FEMALEAVATAR changes eyes into Upturned Luxe
goto femlcc_eyes_1
} "Upturned Natural" {
@FEMALEAVATAR changes eyes into Upturned Natural
goto femlcc_eyes_1
} "Almond Luxe" {
@FEMALEAVATAR changes eyes into Almond Luxe
goto femlcc_eyes_1
} "Mature Almond" {
@FEMALEAVATAR changes eyes into Almond Mature
goto femlcc_eyes_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Mature Round" {
@FEMALEAVATAR changes eyes into Mature Round
goto femlcc_eyes_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_mouth_1

        NARRATOR
    Mouth shapes.

choice [shouldPaginate: YES]
"Blossom Lips" {
@FEMALEAVATAR changes mouth into Blossom Lips
goto femlcc_mouth_1
}"Classic" {
@FEMALEAVATAR changes mouth into Classic
goto femlcc_mouth_1
}"Classic Slender" {
@FEMALEAVATAR changes mouth into Classic Slender
goto femlcc_mouth_1
}"Full Round" {
@FEMALEAVATAR changes mouth into Full Round
goto femlcc_mouth_1
}<GREEN>"Select Color"{
goto femlcc_mouthcolor_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Mature Medium" {
@FEMALEAVATAR changes mouth into Mature Medium
goto femlcc_mouth_1
}"Mature Round" {
@FEMALEAVATAR changes mouth into Mature Round
goto femlcc_mouth_1
}"Mature Slender" {
@FEMALEAVATAR changes mouth into Mature Slender
goto femlcc_mouth_1
}"Thick" {
@FEMALEAVATAR changes mouth into Thick
goto femlcc_mouth_1
}<GREEN>"Select Color"{
goto femlcc_mouthcolor_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_mouthcolor_1

        NARRATOR
    Lip colors.

choice
"Natural Colors" {
goto femlcc_lip_natural_1
} "Bright Colors" {
goto femlcc_lip_bright_1
} "Dark Colors" {
goto femlcc_lip_dark_1
} <GREEN> "Change Lip Shape" {
goto femlcc_mouth_1
}

label femlcc_lip_natural_1

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Blush" {
@FEMALEAVATAR changes mouthColor into Blush
goto femlcc_lip_natural_1
} "Dune" {
@FEMALEAVATAR changes mouthColor into Dune
goto femlcc_lip_natural_1
} "Ivory" {
@FEMALEAVATAR changes mouthColor into Ivory
goto femlcc_lip_natural_1
} "Sand" {
@FEMALEAVATAR changes mouthColor into Sand
goto femlcc_lip_natural_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}
"Mocha" {
@FEMALEAVATAR changes mouthColor into Mocha
goto femlcc_lip_natural_1
} "Taupe" {
@FEMALEAVATAR changes mouthColor into Taupe
goto femlcc_lip_natural_1
} "Terracotta" {
@FEMALEAVATAR changes mouthColor into Terracotta
goto femlcc_lip_natural_1
} "Toffee" {
@FEMALEAVATAR changes mouthColor into Toffee
goto femlcc_lip_natural_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}
"Umber" {
@FEMALEAVATAR changes mouthColor into Umber
goto femlcc_lip_natural_1
} "Rosewood" {
@FEMALEAVATAR changes mouthColor into Rosewood
goto femlcc_lip_natural_1
} "Dark" {
@FEMALEAVATAR changes mouthColor into Dark
goto femlcc_lip_natural_1
} "Sable" {
@FEMALEAVATAR changes mouthColor into Sable
goto femlcc_lip_natural_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}
"Crimson" {
@FEMALEAVATAR changes mouthColor into Crimson
goto femlcc_lip_natural_1
} "Chestnut" {
@FEMALEAVATAR changes mouthColor into Chestnut
goto femlcc_lip_natural_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}

label femlcc_lip_bright_1

        NARRATOR
    Bright lipstick colors.

choice [shouldPaginate: YES]
"Bubblegum Pink" {
@FEMALEAVATAR changes mouthColor into Bubblegum Pink
goto femlcc_lip_bright_1
} "Champagne" {
@FEMALEAVATAR changes mouthColor into Champagne
goto femlcc_lip_bright_1
} "Olive" {
@FEMALEAVATAR changes mouthColor into Olive
goto femlcc_lip_bright_1
} "Cherry Red" {
@FEMALEAVATAR changes mouthColor into Cherry Red
goto femlcc_lip_bright_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}
"Orange Crush" {
@FEMALEAVATAR changes mouthColor into Orange Crush
goto femlcc_lip_bright_1
} "Raspberry" {
@FEMALEAVATAR changes mouthColor into Raspberry
goto femlcc_lip_bright_1
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose
goto femlcc_lip_bright_1
} "Ruby Red" {
@FEMALEAVATAR changes mouthColor into Ruby Red
goto femlcc_lip_bright_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}
"Seafoam" {
@FEMALEAVATAR changes mouthColor into Seafoam
goto femlcc_lip_bright_1
} "Sky Blue" {
@FEMALEAVATAR changes mouthColor into Sky Blue
goto femlcc_lip_bright_1
} "White" {
@FEMALEAVATAR changes mouthColor into White
goto femlcc_lip_bright_1
} "Lavender" {
@FEMALEAVATAR changes mouthColor into Lavender
goto femlcc_lip_bright_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}

label femlcc_lip_dark_1

        NARRATOR
    Dark lipstick colors.

choice [shouldPaginate: YES]
"Azure" {
@FEMALEAVATAR changes mouthColor into Azure
goto femlcc_lip_dark_1
} "Raven" {
@FEMALEAVATAR changes mouthColor into Raven
goto femlcc_lip_dark_1
} "Bordeaux" {
@FEMALEAVATAR changes mouthColor into Bordeaux
goto femlcc_lip_dark_1
} "Dusty Rose" {
@FEMALEAVATAR changes mouthColor into Dusty Rose
goto femlcc_lip_dark_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}
"Plum" {
@FEMALEAVATAR changes mouthColor into Plum
goto femlcc_lip_dark_1
} "Emerald" {
@FEMALEAVATAR changes mouthColor into Emerald
goto femlcc_lip_dark_1
} "Scarlet" {
@FEMALEAVATAR changes mouthColor into Scarlet
goto femlcc_lip_dark_1
} "Wine" {
@FEMALEAVATAR changes mouthColor into Wine
goto femlcc_lip_dark_1
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}


label femlcc_nose_1

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Hooked" {
@FEMALEAVATAR changes nose into Hooked
goto femlcc_nose_1
} "Sculpted" {
@FEMALEAVATAR changes nose into Sculpted
goto femlcc_nose_1
} "Elven" {
@FEMALEAVATAR changes nose into Elven
goto femlcc_nose_1
} "Grecian" {
@FEMALEAVATAR changes nose into Grecian
goto femlcc_nose_1
} "Upturned" {
@FEMALEAVATAR changes nose into Upturned
goto femlcc_nose_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Soft Natural" {
@FEMALEAVATAR changes nose into Soft Natural
goto femlcc_nose_1
} "Refined" {
@FEMALEAVATAR changes nose into Refined
goto femlcc_nose_1
} "Roman" {
@FEMALEAVATAR changes nose into Roman
goto femlcc_nose_1
} "Celestial" {
@FEMALEAVATAR changes nose into Celestial
goto femlcc_nose_1
} "Round" {
@FEMALEAVATAR changes nose into Round
goto femlcc_nose_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Aquiline" {
@FEMALEAVATAR changes nose into Aquiline
goto femlcc_nose_1
} "Pointed" {
@FEMALEAVATAR changes nose into Pointed
goto femlcc_nose_1
} "Perky" {
@FEMALEAVATAR changes nose into Perky
goto femlcc_nose_1
} "Wide" {
@FEMALEAVATAR changes nose into Wide
goto femlcc_nose_1
} "Mature Round" {
@FEMALEAVATAR changes nose into Mature Round
goto femlcc_nose_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_hair_1

        NARRATOR
    Hair styles.

choice
"Short Hair"{
goto femlcc_hairShort_1
}"Mid-length Hair"{
goto femlcc_hairMedium_1
}"Long Hair"{
goto femlcc_hairLong_1
}"Curled Hair"{
goto femlcc_hairCurled_1
}"Tied-Up Hair"{
goto femlcc_hairUp_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_hairShort_1

        NARRATOR
    Short hair styles.

choice [shouldPaginate: YES]
"Buzzed Hair" {
@FEMALEAVATAR changes hair into Buzzed Hair
goto femlcc_hairShort_1
}"Classy Pixie" {
@FEMALEAVATAR changes hair into Classy Pixie
goto femlcc_hairShort_1
}"Messy Pixie" {
@FEMALEAVATAR changes hair into Messy Pixie
goto femlcc_hairShort_1
}"Pixie" {
@FEMALEAVATAR changes hair into Pixie
goto femlcc_hairShort_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Unstyled Faux Hawk" {
@FEMALEAVATAR changes hair into Unstyled Faux Hawk
goto femlcc_hairShort_1
} "Slicked Back" {
@FEMALEAVATAR changes hair into Long Slicked Back Hair
goto femlcc_hairShort_1
}"Twist Hair" {
@FEMALEAVATAR changes hair into Twist Hair
goto femlcc_hairShort_1
}"Long Faux Hawk" {
@FEMALEAVATAR changes hair into Long Faux Hawk
goto femlcc_hairShort_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Cornrow Faux Hawk" {
@FEMALEAVATAR changes hair into Cornrow Faux Hawk
goto femlcc_hairShort_1
}"Shaved Sides" {
@FEMALEAVATAR changes hair into Shaved Sides
goto femlcc_hairShort_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_hairMedium_1

        NARRATOR
    Medium hair styles.

choice [shouldPaginate: YES]
"Bed head" {
@FEMALEAVATAR changes hair into Shaggy Long Hair
goto femlcc_hairMedium_1
}"Classic Bob" {
@FEMALEAVATAR changes hair into Classic Bob
goto femlcc_hairMedium_1
}"Dreadlocks" {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto femlcc_hairMedium_1
}"Straight Bob" {
@FEMALEAVATAR changes hair into Straight Bob
goto femlcc_hairMedium_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Suburban Bubble" {
@FEMALEAVATAR changes hair into Suburban Bubble
goto femlcc_hairMedium_1
}"Natural Curls" {
@FEMALEAVATAR changes hair into Natural Curls
goto femlcc_hairMedium_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_hairLong_1

        NARRATOR
    Long hair styles.

choice [shouldPaginate: YES]
"Layered Hair" {
@FEMALEAVATAR changes hair into Layered Hair
goto femlcc_hairLong_1
}"Long Feathered" {
@FEMALEAVATAR changes hair into Long Feathered
goto femlcc_hairLong_1
}"Jules Hair" {
@FEMALEAVATAR changes hair into Jules Hair
goto femlcc_hairLong_1
}"Long Straight Bangs" {
@FEMALEAVATAR changes hair into Long Straight Hair
goto femlcc_hairLong_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Straight" {
@FEMALEAVATAR changes hair into Straight
goto femlcc_hairLong_1
}"Styled Corn Rows" {
@FEMALEAVATAR changes hair into Styled Corn Rows
goto femlcc_hairLong_1
}"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto femlcc_hairLong_1
}"Head Scarf" {
@FEMALEAVATAR changes hair into Side Head Scarf
goto femlcc_hairLong_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Long Braids" {
@FEMALEAVATAR changes hair into Long Braids
goto femlcc_hairLong_1
}"Box Braids"{
@FEMALEAVATAR changes hair into Black and Brown Box Braid Updo
goto femlcc_hairLong_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_hairCurled_1

        NARRATOR
    Curled hair styles.

choice [shouldPaginate: YES]
"Diva Curls" {
@FEMALEAVATAR changes hair into Diva Curls
goto femlcc_hairCurled_1
}"Long Curly Hair" {
@FEMALEAVATAR changes hair into Long Curly Hair
goto femlcc_hairCurled_1
}"Rebel Half Shaved" {
@FEMALEAVATAR changes hair into Rebel Half Shaved Hairstyle
goto femlcc_hairCurled_1
}"Short Curly Hair" {
@FEMALEAVATAR changes hair into Short Curly Hair
goto femlcc_hairCurled_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_hairUp_1

        NARRATOR
    Updo hair styles.

choice [shouldPaginate: YES]
"Casual Braided Pigtails" {
@FEMALEAVATAR changes hair into Casual Braided Pigtails
goto femlcc_hairUp_1
}"High Ponytail" {
@FEMALEAVATAR changes hair into High Ponytail
goto femlcc_hairUp_1
}"Fishtail Braid" {
@FEMALEAVATAR changes hair into Fishtail Braid
goto femlcc_hairUp_1
}"Messy Back Bun" {
@FEMALEAVATAR changes hair into Messy Back Bun
goto femlcc_hairUp_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Double Bun" {
@FEMALEAVATAR changes hair into Double Bun Updo
goto femlcc_hairUp_1
}"Braided Crown" {
@FEMALEAVATAR changes hair into Braid Crown Updo
goto femlcc_hairUp_1
} "Punk Ponytail" {
@FEMALEAVATAR changes hair into Urban Punk Ponytail
goto femlcc_hairUp_1
}"Dancer Bun"{
@FEMALEAVATAR changes hair into Dancer Bun
goto femlcc_hairUp_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}
"Pulled Back"{
@FEMALEAVATAR changes hair into Monday Morning Updo
goto femlcc_hairUp_1
}"Cornrow Bun"{
@FEMALEAVATAR changes hair into Cornrow Bun
goto femlcc_hairUp_1
}"Ponytail Locks"{
@FEMALEAVATAR changes hair into Ponytail Locks
goto femlcc_hairUp_1
}"Short Tied Up"{
@FEMALEAVATAR changes hair into Short Tiedup Hair
goto femlcc_hairUp_1
}<GREEN>"Back to Styles"{
goto femlcc_hair_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}

label femlcc_end_1
@pause for 0
readerMessage Template created by @dara.amarie.ep on IG!
2 Likes

INK Male - No Hair color or Eye color

label boylcc_custom_1
@MALEAVATAR stands screen center 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
} "Mouth" {
goto boylcc_mouth_1
} <PREMIUM> "This is perfect!" {
goto boylcc_end_1
}

label boylcc_skin_1

        NARRATOR
    Skin tones.

choice
"Light Skin Colors"{
goto boylcc_skincolor_light_1
}"Medium Skin Colors"{
goto boylcc_skincolor_medium_1
}"Dark Skin Colors"{
goto boylcc_skincolor_dark_1
}


label boylcc_skincolor_light_1

        NARRATOR
    Light skin tones.

choice [shouldPaginate: YES]
"Dune" {
@MALEAVATAR changes bodyColor into Dune
goto boylcc_skincolor_light_1
} "Porcelain" {
@MALEAVATAR changes bodyColor into Porcelain
goto boylcc_skincolor_light_1
} "Peach" {
@MALEAVATAR changes bodyColor into Peach
goto boylcc_skincolor_light_1
} "Fair" {
@MALEAVATAR changes bodyColor into Fair
goto boylcc_skincolor_light_1
} <GREEN>"Try Other Colors"{
goto boylcc_skin_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Light"{
@MALEAVATAR changes bodyColor into Light
goto boylcc_skincolor_light_1
} "Light Ocre" {
@MALEAVATAR changes bodyColor into Light Ocre
goto boylcc_skincolor_light_1
} "Beige" {
@MALEAVATAR changes bodyColor into Beige
goto boylcc_skincolor_light_1
} "Ivory" {
@MALEAVATAR changes bodyColor into Ivory
goto boylcc_skincolor_light_1
} <GREEN>"Try Other Colors"{
goto boylcc_skin_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}


label boylcc_skincolor_medium_1

        NARRATOR
    Medium skin tones.

choice [shouldPaginate: YES]
"Olive" {
@MALEAVATAR changes bodyColor into Olive
goto boylcc_skincolor_medium_1
} "Tan" {
@MALEAVATAR changes bodyColor into Tan
goto boylcc_skincolor_medium_1
} "Taupe" {
@MALEAVATAR changes bodyColor into Taupe
goto boylcc_skincolor_medium_1
} "Caramel" {
@MALEAVATAR changes bodyColor into Caramel
goto boylcc_skincolor_medium_1
} <GREEN>"Try Other Colors"{
goto boylcc_skin_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Honey" {
@MALEAVATAR changes bodyColor into Honey
goto boylcc_skincolor_medium_1
} "Toffee" {
@MALEAVATAR changes bodyColor into Toffee
goto boylcc_skincolor_medium_1
} <GREEN>"Try Other Colors"{
goto boylcc_skin_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}


label boylcc_skincolor_dark_1

        NARRATOR
    Dark skin tones.

choice [shouldPaginate: YES]
"Umber" {
@MALEAVATAR changes bodyColor into Umber
goto boylcc_skincolor_dark_1
} "Rosewood" {
@MALEAVATAR changes bodyColor into Rosewood
goto boylcc_skincolor_dark_1
} "Mocha" {
@MALEAVATAR changes bodyColor into Mocha
goto boylcc_skincolor_dark_1
} "Walnut" {
@MALEAVATAR changes bodyColor into Walnut
goto boylcc_skincolor_dark_1
} <GREEN>"Try Other Colors"{
goto boylcc_skin_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Dark" {
@MALEAVATAR changes bodyColor into Dark
goto boylcc_skincolor_dark_1
} "Sable" {
@MALEAVATAR changes bodyColor into Sable
goto boylcc_skincolor_dark_1
} "Chestnut" {
@MALEAVATAR changes bodyColor into Chestnut
goto boylcc_skincolor_dark_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
} <GREEN>"Try Other Colors"{
goto boylcc_skin_1
}


label boylcc_brows_1

        NARRATOR
    Eyebrow shapes.

choice [shouldPaginate: YES]
"Straight Bold"{
@MALEAVATAR changes eyebrows into Straight Bold
goto boylcc_brows_1
}"Thick Arch"{
@MALEAVATAR changes eyebrows into Thick Arch
goto boylcc_brows_1
}"Thick Straight"{
@MALEAVATAR changes eyebrows into Thick Straight
goto boylcc_brows_1
}"Medium Sharp"{
@MALEAVATAR changes eyebrows into Medium Sharp
goto boylcc_brows_1
}"Thick Tapered"{
@MALEAVATAR changes eyebrows into Thick Tapered
goto boylcc_brows_1
}<PREMIUM> "Done"{
goto boylcc_custom_1
}
"Thin Arch"{
@MALEAVATAR changes eyebrows into Thin Arch
goto boylcc_brows_1
}"Thick Athletic"{
@MALEAVATAR changes eyebrows into Thick Arch Athletic
goto boylcc_brows_1
}"Thick Round"{
@MALEAVATAR changes eyebrows into Thick Round
goto boylcc_brows_1
}"Bold Arch"{
@MALEAVATAR changes eyebrows into Bold Arch
goto boylcc_brows_1
}"Bushy Wide"{
@MALEAVATAR changes eyebrows into Bushy wide
goto boylcc_brows_1
}<PREMIUM> "Done"{
goto boylcc_custom_1
}

label boylcc_face_1

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Athletic" {
@MALEAVATAR changes face into Athletic Square Jaw
goto boylcc_face_1
} "Stubble" {
@MALEAVATAR changes face into Chiseled Square
goto boylcc_face_1
} "Defined Triangle" {
@MALEAVATAR changes face into Defined Triangle
goto boylcc_face_1
} "Diamond" {
@MALEAVATAR changes face into Diamond
goto boylcc_face_1
} "Square Jaw" {
@MALEAVATAR changes face into Square Jaw
goto boylcc_face_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
} 
"Thin Stubble" {
@MALEAVATAR changes face into Sculpted Oblong
goto boylcc_face_1
} "Soft Triangle" {
@MALEAVATAR changes face into Cade
goto boylcc_face_1
} "Chiseled" {
@MALEAVATAR changes face into Chiseled Oval
goto boylcc_face_1
} "Mature Round" {
@MALEAVATAR changes face into Mature Round
goto boylcc_face_1
} "Mature Mustache" {
@MALEAVATAR changes face into Mature Square
goto boylcc_face_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
} 

label boylcc_eyes_1

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Deepset Piercing" {
@MALEAVATAR changes eyes into Deepset Piercing
goto boylcc_eyes_1
} "Deepset Sloping" {
@MALEAVATAR changes eyes into Deepset Sloping
goto boylcc_eyes_1
} "Deepset Gentle" {
@MALEAVATAR changes eyes into Deepset Gentle
goto boylcc_eyes_1
} "Stoic Almond" {
@MALEAVATAR changes eyes into Stoic Almond
goto boylcc_eyes_1
} "Classic Round" {
@MALEAVATAR changes eyes into Classic Round
goto boylcc_eyes_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Classic Almond" {
@MALEAVATAR changes eyes into Classic Almond
goto boylcc_eyes_1
} "Innocent Round" {
@MALEAVATAR changes eyes into Innocent Round
goto boylcc_eyes_1
} "Sloping Smolder" {
@MALEAVATAR changes eyes into Sloping Smolder
goto boylcc_eyes_1
} "Sloping Innocent" {
@MALEAVATAR changes eyes into Sloping Innocent
goto boylcc_eyes_1
} "Narrow Gentle" {
@MALEAVATAR changes eyes into Narrow Gentle
goto boylcc_eyes_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Gentle Almond" {
@MALEAVATAR changes eyes into Gentle Almond
goto boylcc_eyes_1
} "Piercing Almond" {
@MALEAVATAR changes eyes into Piercing Almond
goto boylcc_eyes_1
} "Round Piercing" {
@MALEAVATAR changes eyes into Round Piercing
goto boylcc_eyes_1
} "Round Gentle" {
@MALEAVATAR changes eyes into Round Gentle
goto boylcc_eyes_1
} "Athletic Round" {
@MALEAVATAR changes eyes into Athletic Round
goto boylcc_eyes_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Mature Almond" {
@MALEAVATAR changes eyes into Mature Almond
goto boylcc_eyes_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}

label boylcc_mouth_1

        NARRATOR
    Mouth shapes.

choice [shouldPaginate: YES]
"Classic" {
@MALEAVATAR changes mouth into Classic
goto boylcc_mouth_1
}"Full" {
@MALEAVATAR changes mouth into Full Tapered
goto boylcc_mouth_1
}"Small Round" {
@MALEAVATAR changes mouth into Small Round
goto boylcc_mouth_1
}"Smirk" {
@MALEAVATAR changes mouth into Smirk
goto boylcc_mouth_1
}<GREEN>"Select Color"{
goto boylcc_mouthcolor_1
}<PREMIUM>"Done"{
goto boylcc_custom_1
}
"Small Open" {
@MALEAVATAR changes mouth into Small
goto boylcc_mouth_1
}"Uneven" {
@MALEAVATAR changes mouth into Uneven
goto boylcc_mouth_1
}"Pouting Oval" {
@MALEAVATAR changes mouth into Pouting Oval
goto boylcc_mouth_1
}"Uni-lip Medium" {
@MALEAVATAR changes mouth into Uni-lip Medium
goto boylcc_mouth_1
}<GREEN>"Select Color"{
goto boylcc_mouthcolor_1
}<PREMIUM>"Done"{
goto boylcc_custom_1
}
"Full Round" {
@MALEAVATAR changes mouth into Full Round
goto boylcc_mouth_1
}"Mature Classic" {
@MALEAVATAR changes mouth into Mature Classic
goto boylcc_mouth_1
}"Mature Medium" {
@MALEAVATAR changes mouth into Mature Medium
goto boylcc_mouth_1
}<PREMIUM>"Done"{
goto boylcc_custom_1
}<GREEN>"Select Color"{
goto boylcc_mouthcolor_1
}

label boylcc_mouthcolor_1

        NARRATOR
    Lip colors.

choice
"Natural Colors" {
goto boylcc_NaturalColors_1
} "Bright Colors" {
goto boylcc_BrightColors_1
} "Dark Colors" {
goto boylcc_DarkColors_1
} <GREEN> "Change Lip Shape" {
goto boylcc_mouth_1
}

label boylcc_NaturalColors_1

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Blush" {
@MALEAVATAR changes mouthColor into Blush
goto boylcc_NaturalColors_1
} "Dune" {
@MALEAVATAR changes mouthColor into Dune
goto boylcc_NaturalColors_1
} "Ivory" {
@MALEAVATAR changes mouthColor into Ivory
goto boylcc_NaturalColors_1
} "Mocha" {
@MALEAVATAR changes mouthColor into Mocha
goto boylcc_NaturalColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Taupe" {
@MALEAVATAR changes mouthColor into Taupe
goto boylcc_NaturalColors_1
} "Terracotta" {
@MALEAVATAR changes mouthColor into Terracotta
goto boylcc_NaturalColors_1
} "Toffee" {
@MALEAVATAR changes mouthColor into Toffee
goto boylcc_NaturalColors_1
} "Umber" {
@MALEAVATAR changes mouthColor into Umber
goto boylcc_NaturalColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Rosewood" {
@MALEAVATAR changes mouthColor into Rosewood
goto boylcc_NaturalColors_1
} "Dark" {
@MALEAVATAR changes mouthColor into Dark
goto boylcc_NaturalColors_1
} "Sable" {
@MALEAVATAR changes mouthColor into Sable
goto boylcc_NaturalColors_1
} "Chestnut" {
@MALEAVATAR changes mouthColor into Chestnut
goto boylcc_NaturalColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}

label boylcc_BrightColors_1

        NARRATOR
    Bright lipstick colors.

choice [shouldPaginate: YES]
"Bubblegum Pink" {
@MALEAVATAR changes mouthColor into Bubblegum Pink
goto boylcc_BrightColors_1
} "Champagne" {
@MALEAVATAR changes mouthColor into Champagne
goto boylcc_BrightColors_1
} "Olive" {
@MALEAVATAR changes mouthColor into Olive
goto boylcc_BrightColors_1
} "Cherry Red" {
@MALEAVATAR changes mouthColor into Cherry Red
goto boylcc_BrightColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Orange Crush" {
@MALEAVATAR changes mouthColor into Orange Crush
goto boylcc_BrightColors_1
} "Raspberry" {
@MALEAVATAR changes mouthColor into Raspberry
goto boylcc_BrightColors_1
} "Rose" {
@MALEAVATAR changes mouthColor into Rose
goto boylcc_BrightColors_1
} "Ruby Red" {
@MALEAVATAR changes mouthColor into Ruby Red
goto boylcc_BrightColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Seafoam" {
@MALEAVATAR changes mouthColor into Seafoam
goto boylcc_BrightColors_1
} "Sky Blue" {
@MALEAVATAR changes mouthColor into Sky Blue
goto boylcc_BrightColors_1
} "White" {
@MALEAVATAR changes mouthColor into White
goto boylcc_BrightColors_1
} "Lavender" {
@MALEAVATAR changes mouthColor into Lavender
goto boylcc_BrightColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}

label boylcc_DarkColors_1

        NARRATOR
    Dark lipstick colors.

choice [shouldPaginate: YES]
"Azure" {
@MALEAVATAR changes mouthColor into Azure
goto boylcc_DarkColors_1
} "Raven" {
@MALEAVATAR changes mouthColor into Raven
goto boylcc_DarkColors_1
} "Bordeaux" {
@MALEAVATAR changes mouthColor into Bordeaux
goto boylcc_DarkColors_1
} "Dusty Rose" {
@MALEAVATAR changes mouthColor into Dusty Rose
goto boylcc_DarkColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Plum" {
@MALEAVATAR changes mouthColor into Plum
goto boylcc_DarkColors_1
} "Emerald" {
@MALEAVATAR changes mouthColor into Emerald
goto boylcc_DarkColors_1
} "Scarlet" {
@MALEAVATAR changes mouthColor into Scarlet
goto boylcc_DarkColors_1
} "Wine" {
@MALEAVATAR changes mouthColor into Wine
goto boylcc_DarkColors_1
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}

label boylcc_nose_1

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Button" {
@MALEAVATAR changes nose into Button
goto boylcc_nose_1
} "Refined" {
@MALEAVATAR changes nose into Refined
goto boylcc_nose_1
} "Aquline"{
@MALEAVATAR changes nose into Aquiline
goto boylcc_nose_1
} "Roman" {
@MALEAVATAR changes nose into Roman
goto boylcc_nose_1
} "Broad" {
@MALEAVATAR changes nose into Broad
goto boylcc_nose_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Hooked"{
@MALEAVATAR changes nose into Hooked Nose
goto boylcc_nose_1
} "Thin" {
@MALEAVATAR changes nose into Thin
goto boylcc_nose_1
} "Chiseled" {
@MALEAVATAR changes nose into Chiseled
goto boylcc_nose_1
} "Strong"{
@MALEAVATAR changes nose into Strong
goto boylcc_nose_1
} "Upturned"{
@MALEAVATAR changes nose into Upturned
goto boylcc_nose_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Round"{
@MALEAVATAR changes nose into Round
goto boylcc_nose_1
} "Athletic Button" {
@MALEAVATAR changes nose into Athletic Button
goto boylcc_nose_1
} "Bulbous"{
@MALEAVATAR changes nose into Bulbous
goto boylcc_nose_1
} "Bull"{
@MALEAVATAR changes nose into Bull
goto boylcc_nose_1
} "Soft Natural"{
@MALEAVATAR changes nose into Soft Natural
goto boylcc_nose_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
}
"Wide"{
@MALEAVATAR changes nose into Wide
goto boylcc_nose_1
} "Mature Wide"{
@MALEAVATAR changes nose into Mature Wide
goto boylcc_nose_1
} "Mature Aquline"{
@MALEAVATAR changes nose into Mature Aquiline
goto boylcc_nose_1
} <PREMIUM>"Done"{
goto boylcc_custom_1
} "Mature Grecian"{
@MALEAVATAR changes nose into Mature Grecian
goto boylcc_nose_1
}

label boylcc_hair_1

        NARRATOR
    Choose his hairstyle.

choice
"Shorter Hair" {
goto boylcc_shorthair_1
} "Longer Hair" {
goto boylcc_longhair_1
} "Styled" {
goto boylcc_styledhair_1
} "Bangs" {
goto boylcc_bangshair_1
} 

label boylcc_shorthair_1

        NARRATOR
    Short hair styles.

choice [shouldPaginate: YES]
"Buzzed" {
@MALEAVATAR changes hair into Buzzed Hair
goto boylcc_shorthair_1
} "Generic Short" {
@MALEAVATAR changes hair into Generic Short Hair
goto boylcc_shorthair_1
} "Short Cropped" {
@MALEAVATAR changes hair into Short Cropped Hair
goto boylcc_shorthair_1
}"Boy Bun" {
@MALEAVATAR changes hair into Boy Bun
goto boylcc_shorthair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Short Fade" {
@MALEAVATAR changes hair into Short Curly Fade
goto boylcc_shorthair_1
} "High Top Fade" {
@MALEAVATAR changes hair into High Top Fade
goto boylcc_shorthair_1
} "Shaved Sides" {
@MALEAVATAR changes hair into Shaved Sides
goto boylcc_shorthair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
}

label boylcc_longhair_1

        NARRATOR
    Long hair styles.

choice [shouldPaginate: YES]
"Emo Boy" {
@MALEAVATAR changes hair into Emo Boy Hair
goto boylcc_longhair_1
} "Shoulder Length" {
@MALEAVATAR changes hair into Shoulder Length
goto boylcc_longhair_1
} "Corn Rows" {
@MALEAVATAR changes hair into Styled Corn Rows
goto boylcc_longhair_1
} "Twisted" {
@MALEAVATAR changes hair into Twist Hair Male
goto boylcc_longhair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Dreadlocks" {
@MALEAVATAR changes hair into Long Dreadlocks
goto boylcc_longhair_1
} "Cade Messy" {
@MALEAVATAR changes hair into Cade Messy Hair
goto boylcc_longhair_1
}"Long Braids" {
@MALEAVATAR changes hair into Long Braids
goto boylcc_longhair_1
} "Natural Curls" {
@MALEAVATAR changes hair into Natural Curls
goto boylcc_longhair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}

label boylcc_styledhair_1

        NARRATOR
    Styled hair.

choice [shouldPaginate: YES]
"SoCal Flip" {
@MALEAVATAR changes hair into SoCal Flip
goto boylcc_styledhair_1
} "Pompadour" {
@MALEAVATAR changes hair into Modern Pompadour
goto boylcc_styledhair_1
} "Spiked" {
@MALEAVATAR changes hair into Spiked Up Hair
goto boylcc_styledhair_1
} "Slicked Back" {
@MALEAVATAR changes hair into Slicked Back Hair
goto boylcc_styledhair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Short Faux Hawk" {
@MALEAVATAR changes hair into Male Subtle Faux Hawk
goto boylcc_styledhair_1
} "Long Fauk Hawk" {
@MALEAVATAR changes hair into Male Messy Faux Hawk
goto boylcc_styledhair_1
} "Cade" {
@MALEAVATAR changes hair into Cade Hair
goto boylcc_styledhair_1
} "Cornrow Bun" {
@MALEAVATAR changes hair into Cornrow Bun
goto boylcc_styledhair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}

label boylcc_bangshair_1

        NARRATOR
    Hair styles with bangs.

choice [shouldPaginate: YES]
"Short Wave" {
@MALEAVATAR changes hair into Short Wave
goto boylcc_bangshair_1
} "Long Bangs" {
@MALEAVATAR changes hair into Long Bangs
goto boylcc_bangshair_1
} "Bowl Cut" {
@MALEAVATAR changes hair into Bowl Cut
goto boylcc_bangshair_1
} "Euro Style" {
@MALEAVATAR changes hair into Euro Style Hair
goto boylcc_bangshair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}
"Unstyled Faux Hawk" {
@MALEAVATAR changes hair into Unstyled Faux Hawk
goto boylcc_bangshair_1
} "Wild Curly" {
@MALEAVATAR changes hair into Wild Curly Hair
goto boylcc_bangshair_1
} <GREEN> "Back to Styles" {
goto boylcc_hair_1
} <PREMIUM> "Done" {
goto boylcc_custom_1
}

label boylcc_end_1
@pause for 0
readerMessage Template created by @dara.amarie.ep on IG!
2 Likes

omg thank you (ā€™

Thank you!

Limelight Female - No Hair color or Eye color

label female_lcc_12
@FEMALEAVATAR spot 2.400 170 -520 and FEMALEAVATAR faces right and FEMALEAVATAR starts idle

        NARRATOR
    What do you look like?

choice
"Skin Tone" {
goto femlcc_skin_12
} "Hair" {
goto femlcc_hair_12
} "Eyes" {
goto femlcc_eyes_12
} "Eyebrows" {
goto femlcc_brows_12
} "Face Shape"{
goto femlcc_face_12
} "Nose" {
goto femlcc_nose_12
} "Mouth" {
goto femlcc_mouth_12
} <PREMIUM> "This is perfect!" {
goto femlcc_end_12
}

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

label femlcc_skin_12

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto femlcc_neutralskin_12
} "Rose Shades" {
goto femlcc_roseskin_12
} "Gold Shades" {
goto femlcc_goldskin_12
} "Copper Shades" {
goto femlcc_copperskin_12
} "Ash Shades" {
goto femlcc_ashskin_12
} <GREEN> "Done" {
goto female_lcc_12
}

label femlcc_neutralskin_12

        NARRATOR
    Neutral skin tones.

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

label femlcc_roseskin_12

        NARRATOR
    Rose skin tones.

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

label femlcc_goldskin_12

        NARRATOR
    Gold skin tones.

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

label femlcc_copperskin_12

        NARRATOR
    Copper skin tones.

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

label femlcc_ashskin_12

        NARRATOR
    Ash skin tones.

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


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

label femlcc_brows_12

        NARRATOR
    Eyebrow shapes.

choice [shouldPaginate: YES]
"Arched Natural"{
@FEMALEAVATAR changes eyebrows into Arched Natural
goto femlcc_brows_12
}"Arched Thick"{
@FEMALEAVATAR changes eyebrows into Arched Thick Styled
goto femlcc_brows_12
}"Arched Thin"{
@FEMALEAVATAR changes eyebrows into Arched Thin
goto femlcc_brows_12
}"Arched Thin High"{
@FEMALEAVATAR changes eyebrows into Arched Thin High
goto femlcc_brows_12
}<GREEN> "Select Color" {
goto femlcc_browscolor_12
}<PREMIUM> "Done"{
goto female_lcc_12
}
"Round Medium"{
@FEMALEAVATAR changes eyebrows into Round Medium
goto femlcc_brows_12
}"Round Thick"{
@FEMALEAVATAR changes eyebrows into Round Thick
goto femlcc_brows_12
}"Round Thin"{
@FEMALEAVATAR changes eyebrows into Round Thin High
goto femlcc_brows_12
}"Straight Medium"{
@FEMALEAVATAR changes eyebrows into Straight Medium
goto femlcc_brows_12
}<GREEN> "Select Color" {
goto femlcc_browscolor_12
}<PREMIUM> "Done"{
goto female_lcc_12
}

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

label femlcc_browscolor_12

        NARRATOR
    Eyebrow colors.

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

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

label femlcc_face_12

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Diamond" {
@FEMALEAVATAR changes face into Diamond
goto femlcc_face_12
} "Long Diamond" {
@FEMALEAVATAR changes face into Diamond Long
goto femlcc_face_12
} "Defined Heart" {
@FEMALEAVATAR changes face into Heart Defined
goto femlcc_face_12
} "Soft Heart" {
@FEMALEAVATAR changes face into Heart Soft
goto femlcc_face_12
} "Defined Triangle" {
@FEMALEAVATAR changes face into Triangle Defined
goto femlcc_face_12
} <PREMIUM>"Done"{
goto female_lcc_12
}
"Mature Square" {
@FEMALEAVATAR changes face into Square Mature
goto femlcc_face_12
} "Mature Heart" {
@FEMALEAVATAR changes face into Heart Mature
goto femlcc_face_12
} "Soft Round" {
@FEMALEAVATAR changes face into Round Soft
goto femlcc_face_12
} <PREMIUM>"Done"{
goto female_lcc_12
}

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

label femlcc_eyes_12

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Deepset Downturned" {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto femlcc_eyes_12
} "Deepset Mature" {
@FEMALEAVATAR changes eyes into Deepset Mature
goto femlcc_eyes_12
} "Generic" {
@FEMALEAVATAR changes eyes into Female Generic
goto femlcc_eyes_12
} "Slender" {
@FEMALEAVATAR changes eyes into Monolid Slender
goto femlcc_eyes_12
} "Round Wide" {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto femlcc_eyes_12
} <PREMIUM>"Done"{
goto female_lcc_12
}
"Round Medium" {
@FEMALEAVATAR changes eyes into Round Medium
goto femlcc_eyes_12
} "Sharp Almond" {
@FEMALEAVATAR changes eyes into Sharp Almond
goto femlcc_eyes_12
} "Deepset Almond" {
@FEMALEAVATAR changes eyes into Deepset Almond
goto femlcc_eyes_12
} <PREMIUM>"Done"{
goto female_lcc_12
}

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

label femlcc_mouth_12

        NARRATOR
    Mouth shapes.

choice [shouldPaginate: YES]
"Full Heart" {
@FEMALEAVATAR changes mouth into Full Heart Pouty
goto femlcc_mouth_12
}"Full Round" {
@FEMALEAVATAR changes mouth into Full Round Pouty
goto femlcc_mouth_12
}"Medium Natural" {
@FEMALEAVATAR changes mouth into Medium Heart Natural
goto femlcc_mouth_12
}"Medium Thin" {
@FEMALEAVATAR changes mouth into Medium Thin
goto femlcc_mouth_12
}<GREEN>"Select Color"{
goto femlcc_mouthcolor_12
} <PREMIUM>"Done"{
goto female_lcc_12
}
"Thin Heart" {
@FEMALEAVATAR changes mouth into Thin Heart
goto femlcc_mouth_12
}"Small Heart" {
@FEMALEAVATAR changes mouth into Small Heart
goto femlcc_mouth_12
}"Flat Round" {
@FEMALEAVATAR changes mouth into Full Round Flat Top Skin
goto femlcc_mouth_12
} <PREMIUM>"Done"{
goto female_lcc_12
}<GREEN>"Select Color"{
goto femlcc_mouthcolor_12
}


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

label femlcc_mouthcolor_12

        NARRATOR
    All lip colors.

choice
"Natural" {
goto femlcc_natural_12
} "Gloss" {
goto femlcc_gloss_12
} "Matte" {
goto femlcc_matte_12
} <GREEN> "Change Lip Shape" {
goto femlcc_mouth_12
}

label femlcc_natural_12

        NARRATOR
    Natural lip colors.

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

label femlcc_gloss_12

        NARRATOR
    Gloss lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Gloss
goto femlcc_gloss_12
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Lt Gloss
goto femlcc_gloss_12
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Gloss
goto femlcc_gloss_12
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Gloss
goto femlcc_gloss_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
} <PREMIUM> "Done" {
goto female_lcc_12
}
"Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Gloss
goto femlcc_gloss_12
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Gloss
goto femlcc_gloss_12
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Gloss
goto femlcc_gloss_12
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose Gloss
goto femlcc_gloss_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
} <PREMIUM> "Done" {
goto female_lcc_12
} 
"Mauve" {
@FEMALEAVATAR changes mouthColor into Mauve Gloss
goto femlcc_gloss_12
} "Pastel Purple" {
@FEMALEAVATAR changes mouthColor into Purple Pastel Gloss
goto femlcc_gloss_12
} "Plum" {
@FEMALEAVATAR changes mouthColor into Plum Gloss
goto femlcc_gloss_12
} "Red" {
@FEMALEAVATAR changes mouthColor into Red Gloss
goto femlcc_gloss_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
} <PREMIUM> "Done" {
goto female_lcc_12
} 
"Deep Red" {
@FEMALEAVATAR changes mouthColor into Red Deep Gloss
goto femlcc_gloss_12
} "Violet" {
@FEMALEAVATAR changes mouthColor into Violet Gloss
goto femlcc_gloss_12
} "Black" {
@FEMALEAVATAR changes mouthColor into Black Gloss
goto femlcc_gloss_12
} <PREMIUM> "Done" {
goto female_lcc_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
}

label femlcc_matte_12

        NARRATOR
    Matte lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Matte
goto femlcc_matte_12
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Light Matte
goto femlcc_matte_12
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Matte
goto femlcc_matte_12
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Matte
goto femlcc_matte_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
} <PREMIUM> "Done" {
goto female_lcc_12
}
"Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Matte
goto femlcc_matte_12
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Matte
goto femlcc_matte_12
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Matte
goto femlcc_matte_12
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose Matte
goto femlcc_matte_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
} <PREMIUM> "Done" {
goto female_lcc_12
}
"Mauve" {
@FEMALEAVATAR changes mouthColor into Mauve Matte
goto femlcc_gloss_12
} "Pastel Purple" {
@FEMALEAVATAR changes mouthColor into Purple Pastel Matte
goto femlcc_gloss_12
} "Plum" {
@FEMALEAVATAR changes mouthColor into Plum Matte
goto femlcc_gloss_12
} "Red" {
@FEMALEAVATAR changes mouthColor into Red Matte
goto femlcc_gloss_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
} <PREMIUM> "Done" {
goto female_lcc_12
}
"Deep Red" {
@FEMALEAVATAR changes mouthColor into Red Deep Matte
goto femlcc_gloss_12
} "Violet" {
@FEMALEAVATAR changes mouthColor into Violet Matte
goto femlcc_gloss_12
} "Black" {
@FEMALEAVATAR changes mouthColor into Black Matte
goto femlcc_gloss_12
} <PREMIUM> "Done" {
goto female_lcc_12
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolor_12
}


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

label femlcc_nose_12

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Defined" {
@FEMALEAVATAR changes nose into Defined Natural
goto femlcc_nose_12
} "Grecian" {
@FEMALEAVATAR changes nose into Grecian Soft
goto femlcc_nose_12
} "Broad" {
@FEMALEAVATAR changes nose into Round Broad
goto femlcc_nose_12
} "Button" {
@FEMALEAVATAR changes nose into Round Button
goto femlcc_nose_12
} "Upturned" {
@FEMALEAVATAR changes nose into Round Button Upturned
goto femlcc_nose_12
} <PREMIUM>"Done"{
goto female_lcc_12
}
"Downturned" {
@FEMALEAVATAR changes nose into Round Downturned
goto femlcc_nose_12
} <PREMIUM>"Done"{
goto female_lcc_12
} "Flared" {
@FEMALEAVATAR changes nose into Round Flared Upturned
goto femlcc_nose_12
}


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

label femlcc_hair_12

        NARRATOR
    All hair styles.

choice
"Short Hair"{
goto femlcc_hairShort_12
}"Mid-length Hair"{
goto femlcc_hairMedium_12
}"Long Hair"{
goto femlcc_hairLong_12
}"Styled Hair"{
goto femlcc_hairUp_12
}

label femlcc_hairShort_12

        NARRATOR
    Short hair styles.

choice [shouldPaginate: YES]
"Afro" {
@FEMALEAVATAR changes hair into Afro
goto femlcc_hairShort_12
}"Blunt Bangs" {
@FEMALEAVATAR changes hair into Blunt Bangs Short
goto femlcc_hairShort_12
}"Classic Bob" {
@FEMALEAVATAR changes hair into Classic Bob
goto femlcc_hairShort_12
} "Curly Bob" {
@FEMALEAVATAR changes hair into Curly Bob
goto femlcc_hairShort_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}<PREMIUM>"Done"{
goto female_lcc_12
}
"Fade" {
@FEMALEAVATAR changes hair into Short Curly Fade
goto femlcc_hairShort_12
}"Pixie" {
@FEMALEAVATAR changes hair into Short Pixie
goto femlcc_hairShort_12
}"Short Wavy" {
@FEMALEAVATAR changes hair into Short Wavy Hair Solid
goto femlcc_hairShort_12
}<PREMIUM>"Done"{
goto female_lcc_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}

label femlcc_hairMedium_12

        NARRATOR
    Medium hair styles.

choice [shouldPaginate: YES]
"Braided" {
@FEMALEAVATAR changes hair into Medium Braided
goto femlcc_hairMedium_12
}"Medium Dreadlocks" {
@FEMALEAVATAR changes hair into Medium Dreadlocks
goto femlcc_hairMedium_12
}"Wavy Ombre" {
@FEMALEAVATAR changes hair into Short Wavy Ombre
goto femlcc_hairMedium_12
}"Straight" {
@FEMALEAVATAR changes hair into Straight Medium
goto femlcc_hairMedium_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}<PREMIUM>"Done"{
goto female_lcc_12
}
"Medium Curly" {
@FEMALEAVATAR changes hair into Medium Curly Solid
goto femlcc_hairMedium_12
}"Hair Flip" {
@FEMALEAVATAR changes hair into Hair Flip
goto femlcc_hairMedium_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}<PREMIUM>"Done"{
goto female_lcc_12
}

label femlcc_hairLong_12

        NARRATOR
    Long hair styles.

choice [shouldPaginate: YES]
"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto femlcc_hairLong_12
}"Long Braided" {
@FEMALEAVATAR changes hair into Long Braided
goto femlcc_hairLong_12
}"Long Dreadlocks" {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto femlcc_hairLong_12
}"Feathered" {
@FEMALEAVATAR changes hair into Long Feathered
goto femlcc_hairLong_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}<PREMIUM>"Done"{
goto female_lcc_12
}
"Long Blunt Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto femlcc_hairLong_12
}"Sideswept Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto femlcc_hairLong_12
}"Straight" {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto femlcc_hairLong_12
}<PREMIUM>"Done"{
goto female_lcc_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}

label femlcc_hairUp_12

        NARRATOR
    Updo hair styles.

choice [shouldPaginate: YES]
"Braided Bun" {
@FEMALEAVATAR changes hair into Braided Bun
goto femlcc_hairUp_12
}"Faux Hawk" {
@FEMALEAVATAR changes hair into Long Faux Hawk Solid
goto femlcc_hairUp_12
}"Short Ponytail" {
@FEMALEAVATAR changes hair into Short High Ponytail
goto femlcc_hairUp_12
}"Long Ponytail" {
@FEMALEAVATAR changes hair into Long High Ponytail
goto femlcc_hairUp_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}<PREMIUM>"Done"{
goto female_lcc_12
}
"Morning Updo" {
@FEMALEAVATAR changes hair into Morning Updo
goto femlcc_hairUp_12
}"Punk Pixie" {
@FEMALEAVATAR changes hair into Punk Pixie
goto femlcc_hairUp_12
}<GREEN>"Back to Styles"{
goto femlcc_hair_12
}<PREMIUM>"Done"{
goto female_lcc_12
}

label femlcc_end_12
@pause for 0

readerMessage Template created by @dara.amarie.ep on IG!
1 Like

This is beautiful! Thank you so much Dara! What would we do without you? :heart:

1 Like

image

5 Likes

You please make me one for a female and male character in limelight? I would like the reader to make full customaztion to the female and male.

Can you make one with Skin Tones, Natural Hair Colors, Eye Colors, Natural Eyebrow Colors, Nose Shape, and Natural Mouth Colors. ONLY for LimeLight Female and LimeLight Male?

So just those things you listed and nothing else? No hair styles, face shape, eye shapes, mouth shapes, or eye brow shapes, right?

That is correct! :+1:t2: Thanks!

Limelight Female - Skin tones, Natural Hair color, Eye color, Natural Eyebrow color, Nose shape, & Natural Lip colors ONLY

label femlcc_custom_00
@FEMALEAVATAR spot 2.400 170 -520 and FEMALEAVATAR faces right and FEMALEAVATAR starts idle

        NARRATOR
    What do you look like?

choice
"Skin Tone" {
goto femlcc_skin_00
} "Hair Color" {
goto femlcc_haircolor_00
} "Eye Color" {
goto femlcc_eyecolor_00
} "Eyebrow Color" {
goto femlcc_browscolor_00
} "Nose" {
goto femlcc_nose_00
} "Lip Color" {
goto NaturalColors_00
} <PREMIUM> "This is perfect!" {
goto femlcc_00_end
}

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

label femlcc_skin_00

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto femlcc_neutralskin_00
} "Rose Shades" {
goto femlcc_roseskin_00
} "Gold Shades" {
goto femlcc_goldskin_00
} "Copper Shades" {
goto femlcc_copperskin_00
} "Ash Shades" {
goto femlcc_ashskin_00
} <GREEN> "Done" {
goto femlcc_custom_00
}

label femlcc_neutralskin_00

        NARRATOR
    Neutral skin tones.

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

label femlcc_roseskin_00

        NARRATOR
    Rose skin tones.

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

label femlcc_goldskin_00

        NARRATOR
    Gold skin tones.

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

label femlcc_copperskin_00

        NARRATOR
    Copper skin tones.

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

label femlcc_ashskin_00

        NARRATOR
    Ash skin tones.

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

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

label femlcc_browscolor_00

        NARRATOR
    Eyebrow colors.

choice [shouldPaginate: YES]
"Dirty Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Dirty Blonde
goto femlcc_browscolor_00
} "Honey Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Honey Blonde
goto femlcc_browscolor_00
} "Platinum Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Platinum Blonde
goto femlcc_browscolor_00
} "Blonde Medium" {
@FEMALEAVATAR changes eyebrowsColor into Blonde Medium
goto femlcc_browscolor_00
} "Chestnut Brown" {
@FEMALEAVATAR changes eyebrowsColor into Chestnut Brown
goto femlcc_browscolor_00
} <PREMIUM> "Done" {
goto femlcc_custom_00
}
"Dark Brown" {
@FEMALEAVATAR changes eyebrowsColor into Dark Brown
goto femlcc_browscolor_00
} "Deep Brown" {
@FEMALEAVATAR changes eyebrowsColor into Deep Brown
goto femlcc_browscolor_00
} "Light Brown" {
@FEMALEAVATAR changes eyebrowsColor into Light Brown
goto femlcc_browscolor_00
} "Dark Black" {
@FEMALEAVATAR changes eyebrowsColor into Black Dark
goto femlcc_browscolor_00
} "Jet Black" {
@FEMALEAVATAR changes eyebrowsColor into blackJet
goto femlcc_browscolor_00
} <PREMIUM> "Done" {
goto femlcc_custom_00
}

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

label femlcc_eyecolor_00

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Aqua Blue" {
@FEMALEAVATAR changes eyesColor into Blue Aqua
goto femlcc_eyecolor_00
} "Deep Blue" {
@FEMALEAVATAR changes eyesColor into Blue Deep
goto femlcc_eyecolor_00
} "Light Brown" {
@FEMALEAVATAR changes eyesColor into Brown Light
goto femlcc_eyecolor_00
} "Dark Brown" {
@FEMALEAVATAR changes eyesColor into Brown Dark
goto femlcc_eyecolor_00
} "Black" {
@FEMALEAVATAR changes eyesColor into Brown Black
goto femlcc_eyecolor_00
} <PREMIUM> "Done"{
goto femlcc_custom_00
}
"Green" {
@FEMALEAVATAR changes eyesColor into Green Emerald
goto femlcc_eyecolor_00
} "Silver" {
@FEMALEAVATAR changes eyesColor into Grey Cool
goto femlcc_eyecolor_00
} "Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel
goto femlcc_eyecolor_00
} "Red" {
@FEMALEAVATAR changes eyesColor into Red
goto femlcc_eyecolor_00
} "Violet" {
@FEMALEAVATAR changes eyesColor into Violet
goto femlcc_eyecolor_00
} <PREMIUM> "Done"{
goto femlcc_custom_00
}

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

label NaturalColors_00

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@FEMALEAVATAR changes mouthColor into Fair Rose Matte
goto NaturalColors_00
} "Fair Neutral" {
@FEMALEAVATAR changes mouthColor into Fair Neutral Matte
goto NaturalColors_00
} "Fair Gold" {
@FEMALEAVATAR changes mouthColor into Fair Gold Matte
goto NaturalColors_00
} "Beige Light Gold" {
@FEMALEAVATAR changes mouthColor into Beige Light Gold Matte
goto NaturalColors_00
} "Beige Gold" {
@FEMALEAVATAR changes mouthColor into Beige Gold Matte
goto NaturalColors_00
} <PREMIUM> "Done" {
goto femlcc_custom_00
} 
"Beige Rose" {
@FEMALEAVATAR changes mouthColor into Beige Rose
goto NaturalColors_00
} "Beige Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Beige Deep Neutral
goto NaturalColors_00
} "Medium Nude" {
@FEMALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto NaturalColors_00
} "Tan Deep Gold" {
@FEMALEAVATAR changes mouthColor into Tan Deep Gold
goto NaturalColors_00
} "Tan Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Tan Deep Neutral
goto NaturalColors_00
} <PREMIUM> "Done" {
goto femlcc_custom_00
} 
"Brown Neutral" {
@FEMALEAVATAR changes mouthColor into Brown Neutral
goto NaturalColors_00
} "Brown Gold" {
@FEMALEAVATAR changes mouthColor into Brown Gold
goto NaturalColors_00
} "Brown Deep Gold" {
@FEMALEAVATAR changes mouthColor into Brown Deep Gold
goto NaturalColors_00
} <PREMIUM> "Done" {
goto femlcc_custom_00
} "Brown Deep Rose" {
@FEMALEAVATAR changes mouthColor into Brown Deep Rose
goto NaturalColors_00
}

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

label femlcc_nose_00

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Defined" {
@FEMALEAVATAR changes nose into Defined Natural
goto femlcc_nose_00
} "Grecian" {
@FEMALEAVATAR changes nose into Grecian Soft
goto femlcc_nose_00
} "Broad" {
@FEMALEAVATAR changes nose into Round Broad
goto femlcc_nose_00
} "Button" {
@FEMALEAVATAR changes nose into Round Button
goto femlcc_nose_00
} "Upturned" {
@FEMALEAVATAR changes nose into Round Button Upturned
goto femlcc_nose_00
} <PREMIUM>"Done"{
goto femlcc_custom_00
}
"Downturned" {
@FEMALEAVATAR changes nose into Round Downturned
goto femlcc_nose_00
} <PREMIUM>"Done"{
goto femlcc_custom_00
} "Flared" {
@FEMALEAVATAR changes nose into Round Flared Upturned
goto femlcc_nose_00
}

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

label femlcc_haircolor_00

        NARRATOR
    All hair colors.

choice
"Dark"{
goto hairDark_00
}"Light" {
goto hairLight_00
}<PREMIUM>"Done"{
goto femlcc_custom_00
}

label hairDark_00

        NARRATOR
    Dark hair colors.

choice [shouldPaginate: YES]
"Light Brown" {
@FEMALEAVATAR changes hairColor into Light Brown
goto hairDark_00
}"Warm Brown" {
@FEMALEAVATAR changes hairColor into Medium Warm Brown
goto hairDark_00
}"Chestnut Brown"{
@FEMALEAVATAR changes hairColor into Chestnut Brown
goto hairDark_00
}"Dark Brown"{
@FEMALEAVATAR changes hairColor into Dark Brown
goto hairDark_00
}<GREEN>"Different Colors"{
goto femlcc_haircolor_00
}<PREMIUM>"Done"{
goto femlcc_custom_00
}
"Deep Brown" {
@FEMALEAVATAR changes hairColor into Deep Brown
goto hairDark_00
}"Burgundy" {
@FEMALEAVATAR changes hairColor into Burgundy Red
goto hairDark_00
}"Dark Black" {
@FEMALEAVATAR changes hairColor into Black Dark
goto hairDark_00
}"Jet Black" {
@FEMALEAVATAR changes hairColor into Black Jet
goto hairDark_00
}<GREEN>"Different Colors"{
goto femlcc_haircolor_00
}<PREMIUM>"Done"{
goto femlcc_custom_00
}

label hairLight_00

        NARRATOR
    Light hair colors.

choice [shouldPaginate: YES]
"Platinum Blonde" {
@FEMALEAVATAR changes hairColor into Platinum Blonde
goto hairLight_00
}"Dirty Blonde" {
@FEMALEAVATAR changes hairColor into Dirty Blonde
goto hairLight_00
}"Honey Blonde" {
@FEMALEAVATAR changes hairColor into Honey Blonde
goto hairLight_00
}"Strawberry Blonde" {
@FEMALEAVATAR changes hairColor into Strawberry Blonde
goto hairLight_00
}<GREEN>"Different Colors"{
goto femlcc_haircolor_00
}<PREMIUM>"Done"{
goto femlcc_custom_00
}
"Medium Blonde" {
@FEMALEAVATAR changes hairColor into Blonde Medium
goto hairLight_00
}"Ash Blonde" {
@FEMALEAVATAR changes hairColor into Ash Blonde
goto hairLight_00
}<GREEN>"Different Colors"{
goto femlcc_haircolor_00
}<PREMIUM>"Done"{
goto femlcc_custom_00
}

label femlcc_00_end
@pause for 0

readerMessage Template created by @dara.amarie.ep on IG!
2 Likes

Limelight Male - Skin tones, Natural Hair color, Eye color, Natural Eyebrow color, Nose shape, & Natural Lip colors ONLY

label boylcc_custom_00
@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_00
} "Hair Color" {
goto boylcc_haircolor_00
} "Eye Color" {
goto boylcc_eyecolor_00
} "Eyebrow Color" {
goto boylcc_browscolor_00
} "Nose" {
goto boylcc_nose_00
} "Lip Color" {
goto boylcc_NaturalColors_00
} <PREMIUM> "This is perfect!" {
goto boylcc_end_00
}

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

label boylcc_skin_00

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto boylcc_neutralskin_00
} "Rose Shades" {
goto boylcc_roseskin_00
} "Gold Shades" {
goto boylcc_goldskin_00
} "Copper Shades" {
goto boylcc_copperskin_00
} "Ash Shades" {
goto boylcc_ashskin_00
} <GREEN> "Done" {
goto boylcc_custom_00
}

label boylcc_neutralskin_00

        NARRATOR
    Neutral skin tones.

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

label boylcc_roseskin_00

        NARRATOR
    Rose skin tones.

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

label boylcc_goldskin_00

        NARRATOR
    Gold skin tones.

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

label boylcc_copperskin_00

        NARRATOR
    Copper skin tones.

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

label boylcc_ashskin_00

        NARRATOR
    Ash skin tones.

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

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

label boylcc_browscolor_00

        NARRATOR
    Eyebrow colors.

choice [shouldPaginate: YES]
"Dirty Blonde" {
@MALEAVATAR changes eyebrowsColor into Dirty Blonde
goto boylcc_browscolor_00
} "Honey Blonde" {
@MALEAVATAR changes eyebrowsColor into Honey Blonde
goto boylcc_browscolor_00
} "Platinum Blonde" {
@MALEAVATAR changes eyebrowsColor into Platinum Blonde
goto boylcc_browscolor_00
} "Blonde Medium" {
@MALEAVATAR changes eyebrowsColor into Blonde Medium
goto boylcc_browscolor_00
} "Chestnut Brown" {
@MALEAVATAR changes eyebrowsColor into Chestnut Brown
goto boylcc_browscolor_00
} <PREMIUM> "Done" {
goto boylcc_custom_00
}
"Dark Brown" {
@MALEAVATAR changes eyebrowsColor into Dark Brown
goto boylcc_browscolor_00
} "Deep Brown" {
@MALEAVATAR changes eyebrowsColor into Deep Brown
goto boylcc_browscolor_00
} "Light Brown" {
@MALEAVATAR changes eyebrowsColor into Light Brown
goto boylcc_browscolor_00
} "Dark Black" {
@MALEAVATAR changes eyebrowsColor into Black Dark
goto boylcc_browscolor_00
} "Jet Black" {
@MALEAVATAR changes eyebrowsColor into blackJet
goto boylcc_browscolor_00
} <PREMIUM> "Done" {
goto boylcc_custom_00
}



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

label boylcc_face_00

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Soft Diamond" {
@MALEAVATAR changes face into Diamond Soft
goto boylcc_face_00
} "Defined Diamond" {
@MALEAVATAR changes face into Diamond Defined
goto boylcc_face_00
} "Generic" {
@MALEAVATAR changes face into Male Generic
goto boylcc_face_00
} "Round" {
@MALEAVATAR changes face into Round Soft
goto boylcc_face_00
} "Square Jaw" {
@MALEAVATAR changes face into Square Jaw
goto boylcc_face_00
} <PREMIUM>"Done"{
goto boylcc_custom_00
}
"Triangle" {
@MALEAVATAR changes face into Triangle Chiseled
goto boylcc_face_00
} "Mature Square" {
@MALEAVATAR changes face into Square Jaw Mature
goto boylcc_face_00
} "Broad Cheeks" {
@MALEAVATAR changes face into Round Broad Cheeks
goto boylcc_face_00
} <PREMIUM>"Done"{
goto boylcc_custom_00
}

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

label boylcc_eyecolor_00

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Aqua Blue" {
@MALEAVATAR changes eyesColor into Blue Aqua
goto boylcc_eyecolor_00
} "Deep Blue" {
@MALEAVATAR changes eyesColor into Blue Deep
goto boylcc_eyecolor_00
} "Light Brown" {
@MALEAVATAR changes eyesColor into Brown Light
goto boylcc_eyecolor_00
} "Dark Brown" {
@MALEAVATAR changes eyesColor into Brown Dark
goto boylcc_eyecolor_00
} "Black" {
@MALEAVATAR changes eyesColor into Brown Black
goto boylcc_eyecolor_00
} <PREMIUM> "Done"{
goto boylcc_custom_00
}
"Green" {
@MALEAVATAR changes eyesColor into Green Emerald
goto boylcc_eyecolor_00
} "Silver" {
@MALEAVATAR changes eyesColor into Grey Cool
goto boylcc_eyecolor_00
} "Hazel" {
@MALEAVATAR changes eyesColor into Hazel
goto boylcc_eyecolor_00
} "Red" {
@MALEAVATAR changes eyesColor into Red
goto boylcc_eyecolor_00
} "Violet" {
@MALEAVATAR changes eyesColor into Violet
goto boylcc_eyecolor_00
} <PREMIUM> "Done"{
goto boylcc_custom_00
}

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

label boylcc_NaturalColors_00

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@MALEAVATAR changes mouthColor into Fair Rose Matte
goto boylcc_NaturalColors_00
} "Fair Neutral" {
@MALEAVATAR changes mouthColor into Fair Neutral Matte
goto boylcc_NaturalColors_00
} "Fair Gold" {
@MALEAVATAR changes mouthColor into Fair Gold Matte
goto boylcc_NaturalColors_00
} "Beige Light Gold" {
@MALEAVATAR changes mouthColor into Beige Light Gold Matte
goto boylcc_NaturalColors_00
} "Beige Gold" {
@MALEAVATAR changes mouthColor into Beige Gold Matte
goto boylcc_NaturalColors_00
} <PREMIUM> "Done" {
goto boylcc_custom_00
}
"Beige Rose" {
@MALEAVATAR changes mouthColor into Beige Rose
goto boylcc_NaturalColors_00
} "Beige Deep Neutral" {
@MALEAVATAR changes mouthColor into Beige Deep Neutral
goto boylcc_NaturalColors_00
} "Medium Nude" {
@MALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto boylcc_NaturalColors_00
} "Tan Deep Gold" {
@MALEAVATAR changes mouthColor into Tan Deep Gold
goto boylcc_NaturalColors_00
} "Tan Deep Neutral" {
@MALEAVATAR changes mouthColor into Tan Deep Neutral
goto boylcc_NaturalColors_00
} <PREMIUM> "Done" {
goto boylcc_custom_00
}
"Brown Neutral" {
@MALEAVATAR changes mouthColor into Brown Neutral
goto boylcc_NaturalColors_00
} "Brown Gold" {
@MALEAVATAR changes mouthColor into Brown Gold
goto boylcc_NaturalColors_00
} "Brown Deep Gold" {
@MALEAVATAR changes mouthColor into Brown Deep Gold
goto boylcc_NaturalColors_00
} <PREMIUM> "Done" {
goto boylcc_custom_00
} "Brown Deep Rose" {
@MALEAVATAR changes mouthColor into Brown Deep Rose
goto boylcc_NaturalColors_00
}

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

label boylcc_nose_00

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Button Wide" {
@MALEAVATAR changes nose into Button Wide
goto boylcc_nose_00
} "Button Round" {
@MALEAVATAR changes nose into Button Round
goto boylcc_nose_00
} "Narrow" {
@MALEAVATAR changes nose into Grecian Narrow
goto boylcc_nose_00
} "Hooked"{
@MALEAVATAR changes nose into Hooked Grecian
goto boylcc_nose_00
} "Generic" {
@MALEAVATAR changes nose into Male Generic
goto boylcc_nose_00
} <PREMIUM>"Done"{
goto boylcc_custom_00
} 
"Round" {
@MALEAVATAR changes nose into Round Wide
goto boylcc_nose_00
} "Grecian" {
@MALEAVATAR changes nose into Grecian Round
goto boylcc_nose_00
} "Straight" {
@MALEAVATAR changes nose into Straight Narrow
goto boylcc_nose_00
} <PREMIUM>"Done"{
goto boylcc_custom_00
} "Bulbous" {
@MALEAVATAR changes nose into Bulbous Downturned
goto boylcc_nose_00
} 

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

label boylcc_haircolor_00

        NARRATOR
    All hair colors.

choice
"Dark"{
goto boylcc_hairDark_00
}"Light" {
goto boylcc_hairLight_00
}<PREMIUM>"Done"{
goto boylcc_custom_00
}

label boylcc_hairDark_00

        NARRATOR
    Dark hair colors.

choice [shouldPaginate: YES]
"Light Brown" {
@MALEAVATAR changes hairColor into Light Brown
goto boylcc_hairDark_00
}"Warm Brown" {
@MALEAVATAR changes hairColor into Medium Warm Brown
goto boylcc_hairDark_00
}"Chestnut Brown"{
@MALEAVATAR changes hairColor into Chestnut Brown
goto boylcc_hairDark_00
}"Dark Brown"{
@MALEAVATAR changes hairColor into Dark Brown
goto boylcc_hairDark_00
}<GREEN>"Different Colors"{
goto boylcc_haircolor_00
}<PREMIUM>"Done"{
goto boylcc_custom_00
}
"Deep Brown" {
@MALEAVATAR changes hairColor into Deep Brown
goto boylcc_hairDark_00
}"Burgundy" {
@MALEAVATAR changes hairColor into Burgundy Red
goto boylcc_hairDark_00
}"Dark Black" {
@MALEAVATAR changes hairColor into Black Dark
goto boylcc_hairDark_00
}"Jet Black" {
@MALEAVATAR changes hairColor into Black Jet
goto boylcc_hairDark_00
}<GREEN>"Different Colors"{
goto boylcc_haircolor_00
}<PREMIUM>"Done"{
goto boylcc_custom_00
}

label boylcc_hairLight_00

        NARRATOR
    Light hair colors.

choice [shouldPaginate: YES]
"Platinum Blonde" {
@MALEAVATAR changes hairColor into Platinum Blonde
goto boylcc_hairLight_00
}"Dirty Blonde" {
@MALEAVATAR changes hairColor into Dirty Blonde
goto boylcc_hairLight_00
}"Honey Blonde" {
@MALEAVATAR changes hairColor into Honey Blonde
goto boylcc_hairLight_00
}"Strawberry Blonde" {
@MALEAVATAR changes hairColor into Strawberry Blonde
goto boylcc_hairLight_00
}<GREEN>"Different Colors"{
goto boylcc_haircolor_00
}<PREMIUM>"Done"{
goto boylcc_custom_00
}
"Medium Blonde" {
@MALEAVATAR changes hairColor into Blonde Medium
goto boylcc_hairLight_00
}"Ash Blonde" {
@MALEAVATAR changes hairColor into Ash Blonde
goto boylcc_hairLight_00
}<GREEN>"Different Colors"{
goto boylcc_haircolor_00
}<PREMIUM>"Done"{
goto boylcc_custom_00
}

label boylcc_end_00
@pause for 0

readerMessage Template created by @dara.amarie.ep on IG!
2 Likes

THANK YOU! Exceptā€¦I messed up. Oopsā€¦ I said Limelight but I ment INK. Iā€™m so sorry! I know how complicated it is to do that. SORRY!

When I make a Limelight story Iā€™ll be sure to use those!

Again SORRY.

I said eyebrow colors for the Mature Grand eyebrows which have the colors (I FORGOT THEY WERE ALL NATURAL!) AND I was looking at a Limelight template

So can you make me an INK one please.
SORRY for the mistake!

This edited version is what I want to say!
ALSO
Sorry for being complicated! Iā€™m one of those annoying people on the forums arenā€™t Iā€¦

1 Like

God bless.

1 Like