LIMITED Character Customization Templates & WORKSHOP!

INK Female - Full CC with Dark skin and Dark hair colors ONLY

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

        NARRATOR
    What do you look like?

choice
"Skin Tone" {
goto skincolor_dark1
} "Hair" {
goto fem_hair1
} "Eyes" {
goto fem_eyes1
} "Eyebrows" {
goto fem_brows1
} "Face Shape"{
goto fem_face1
} "Nose" {
goto fem_nose1
} "Mouth" {
goto fem_mouth1
} <PREMIUM> "This is perfect!" {
goto female_end1
}

label skincolor_dark1

        NARRATOR
    Skin tones.

choice [shouldPaginate: YES]
"Honey" {
@FEMALEAVATAR changes bodyColor into Honey
goto skincolor_dark1
} "Toffee" {
@FEMALEAVATAR changes bodyColor into Toffee
goto skincolor_dark1
} "Umber" {
@FEMALEAVATAR changes bodyColor into Umber
goto skincolor_dark1
} "Rosewood" {
@FEMALEAVATAR changes bodyColor into Rosewood
goto skincolor_dark1
} "Mocha" {
@FEMALEAVATAR changes bodyColor into Mocha
goto skincolor_dark1
} <PREMIUM>"Done"{
goto female_custom1
}
"Walnut" {
@FEMALEAVATAR changes bodyColor into Walnut
goto skincolor_dark1
} "Dark" {
@FEMALEAVATAR changes bodyColor into Dark
goto skincolor_dark1
} "Sable" {
@FEMALEAVATAR changes bodyColor into Sable
goto skincolor_dark1
} <PREMIUM>"Done"{
goto female_custom1
} "Chestnut" {
@FEMALEAVATAR changes bodyColor into Chestnut
goto skincolor_dark1
}


label fem_brows1

        NARRATOR
    Eyebrow shapes.

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

label fem_face1

        NARRATOR
    Face shapes.

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

label fem_eyes1

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Almond Classic" {
@FEMALEAVATAR changes eyes into Almond Classic
goto fem_eyes1
} "Round Bold" {
@FEMALEAVATAR changes eyes into Round Bold
goto fem_eyes1
} "Round Luxe" {
@FEMALEAVATAR changes eyes into Round Luxe
goto fem_eyes1
} "Round Classic" {
@FEMALEAVATAR changes eyes into Round Classic
goto fem_eyes1
} <GREEN>"Select Color"{
goto fem_eyecolor1
} <PREMIUM>"Done"{
goto female_custom1
}
"Downturned Bold" {
@FEMALEAVATAR changes eyes into Downturned Bold
goto fem_eyes1
} "Downturned Natural" {
@FEMALEAVATAR changes eyes into Downturned Natural
goto fem_eyes1
} "Slender Classic" {
@FEMALEAVATAR changes eyes into Slender Classic
goto fem_eyes1
} "Sloping Classic" {
@FEMALEAVATAR changes eyes into Sloping Classic
goto fem_eyes1
} <GREEN>"Select Color"{
goto fem_eyecolor1
} <PREMIUM>"Done"{
goto female_custom1
}
"Slender Natural" {
@FEMALEAVATAR changes eyes into Slender Natural
goto fem_eyes1
} "Upturned Bold" {
@FEMALEAVATAR changes eyes into Upturned Bold
goto fem_eyes1
} "Upturned Feline" {
@FEMALEAVATAR changes eyes into Upturned Feline
goto fem_eyes1
} "Upturned Luxe" {
@FEMALEAVATAR changes eyes into Upturned Luxe
goto fem_eyes1
} <GREEN>"Select Color"{
goto fem_eyecolor1
} <PREMIUM>"Done"{
goto female_custom1
}
"Upturned Natural" {
@FEMALEAVATAR changes eyes into Upturned Natural
goto fem_eyes1
} "Almond Luxe" {
@FEMALEAVATAR changes eyes into Almond Luxe
goto fem_eyes1
} "Mature Almond" {
@FEMALEAVATAR changes eyes into Almond Mature
goto fem_eyes1
} "Mature Round" {
@FEMALEAVATAR changes eyes into Mature Round
goto fem_eyes1
} <GREEN>"Select Color"{
goto fem_eyecolor1
} <PREMIUM>"Done"{
goto female_custom1
}

label fem_eyecolor1

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Black" {
@FEMALEAVATAR changes eyesColor into Black
goto fem_eyecolor1
} "Blue" {
@FEMALEAVATAR changes eyesColor into Blue
goto fem_eyecolor1
} "Brown" {
@FEMALEAVATAR changes eyesColor into Brown
goto fem_eyecolor1
} "Green" {
@FEMALEAVATAR changes eyesColor into Green
goto fem_eyecolor1
} "Purple" {
@FEMALEAVATAR changes eyesColor into Purple
goto fem_eyecolor1
} <PREMIUM>"Done"{
goto female_custom1
}
"White" {
@FEMALEAVATAR changes eyesColor into White
goto fem_eyecolor1
} "Auburn" {
@FEMALEAVATAR changes eyesColor into Auburn
goto fem_eyecolor1
} "Hickory" {
@FEMALEAVATAR changes eyesColor into Hickory
goto fem_eyecolor1
} "Pine" {
@FEMALEAVATAR changes eyesColor into Pine
goto female_custom1
} "Toffee" {
@FEMALEAVATAR changes eyesColor into Toffee
goto fem_eyecolor1
} "Taupe" {
@FEMALEAVATAR changes eyesColor into Taupe
goto female_custom1
} <PREMIUM>"Done"{
goto female_custom1
}

label fem_mouth1

        NARRATOR
    Mouth shapes.

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

label fem_mouthcolor1

        NARRATOR
    Lip colors.

choice
"Natural Colors" {
goto NaturalColors1
} "Bright Colors" {
goto BrightColors1
} "Dark Colors" {
goto DarkColors1
} <GREEN> "Change Lip Shape" {
goto fem_mouth1
}

label NaturalColors1

        NARRATOR
    Natural lip colors.

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

label BrightColors1

        NARRATOR
    Bright lipstick colors.

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

label DarkColors1

        NARRATOR
    Dark lipstick colors.

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


label fem_nose1

        NARRATOR
    Nose shapes.

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

label fem_hair1

        NARRATOR
    Hair styles.

choice
"Short Hair"{
goto hairShort1
}"Mid-length Hair"{
goto hairMedium1
}"Long Hair"{
goto hairLong1
}"Curled Hair"{
goto hairCurled1
}"Tied-Up Hair"{
goto hairUp1
}"Special Hair"{
goto hairSpecial1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Done"{
goto female_custom1
}

label hairShort1

        NARRATOR
    Short hair styles.

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

label hairMedium1

        NARRATOR
    Medium hair styles.

choice [shouldPaginate: YES]
"Bed head" {
@FEMALEAVATAR changes hair into Shaggy Long Hair
goto hairMedium1
}"Classic Bob" {
@FEMALEAVATAR changes hair into Classic Bob
goto hairMedium1
}"Dreadlocks" {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto hairMedium1
}"Straight Bob" {
@FEMALEAVATAR changes hair into Straight Bob
goto hairMedium1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}
"Suburban Bubble" {
@FEMALEAVATAR changes hair into Suburban Bubble
goto hairMedium1
}"Natural Curls" {
@FEMALEAVATAR changes hair into Natural Curls
goto hairMedium1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}

label hairLong1

        NARRATOR
    Long hair styles.

choice [shouldPaginate: YES]
"Layered Hair" {
@FEMALEAVATAR changes hair into Layered Hair
goto hairLong1
}"Long Feathered" {
@FEMALEAVATAR changes hair into Long Feathered
goto hairLong1
}"Jules Hair" {
@FEMALEAVATAR changes hair into Jules Hair
goto hairLong1
}"Long Straight Bangs" {
@FEMALEAVATAR changes hair into Long Straight Hair
goto hairLong1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}
"Straight" {
@FEMALEAVATAR changes hair into Straight
goto hairLong1
}"Styled Corn Rows" {
@FEMALEAVATAR changes hair into Styled Corn Rows
goto hairLong1
}"Long Braids" {
@FEMALEAVATAR changes hair into Long Braids
goto hairLong1
}"Box Braids"{
@FEMALEAVATAR changes hair into Black and Brown Box Braid Updo
goto hairLong1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}

label hairCurled1

        NARRATOR
    Curled hair styles.

choice [shouldPaginate: YES]
"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto hairCurled1
}"Diva Curls" {
@FEMALEAVATAR changes hair into Diva Curls
goto hairCurled1
}"Long Curly Hair" {
@FEMALEAVATAR changes hair into Long Curly Hair
goto hairCurled1
}"Rebel Half Shaved" {
@FEMALEAVATAR changes hair into Rebel Half Shaved Hairstyle
goto hairCurled1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}
"Short Curly Hair" {
@FEMALEAVATAR changes hair into Short Curly Hair
goto hairCurled1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}<GREEN>"Change Color"{
goto hairDark1
}

label hairUp1

        NARRATOR
    Updo hair styles.

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

label hairSpecial1

        NARRATOR
    Special hair styles.

choice [shouldPaginate: YES]
"Scene Hair"{
@FEMALEAVATAR changes hair into Scene Hair
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}"Clown Pigtails"{
@FEMALEAVATAR changes hair into Clown Pigtails Wig
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}"Head Scarf" {
@FEMALEAVATAR changes hair into Side Head Scarf
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}"Black & Red Box Braids" {
@FEMALEAVATAR changes hair into Black and Red Box Braid Updo
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}
"Winged Buns Brown/Blue" {
@FEMALEAVATAR changes hair into Winged Buns Hair Blue White
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}"Winged Buns Black/Pink" {
@FEMALEAVATAR changes hair into Winged Buns Hair Pink White
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}"Winged Buns Black/Purple" {
@FEMALEAVATAR changes hair into Winged Buns Hair Purple
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}"Winged Buns Black/Red" {
@FEMALEAVATAR changes hair into Winged Buns Hair Red Gold Pink White
@FEMALEAVATAR changes hairColor into White
goto hairSpecial1
}<GREEN>"Change Color"{
goto hairDark1
}<PREMIUM>"Back to Styles"{
goto fem_hair1
}

label hairDark1

        NARRATOR
    Dark hair colors.

choice
"Black" {
@FEMALEAVATAR changes hairColor into Black
goto hairDark1
}"Chestnut Brown"{
@FEMALEAVATAR changes hairColor into Chestnut
goto hairDark1
}"Cayenne"{
@FEMALEAVATAR changes hairColor into Cayenne
goto hairDark1
}"Auburn" {
@FEMALEAVATAR changes hairColor into Auburn
goto hairDark1
}"Charcoal" {
@FEMALEAVATAR changes hairColor into Charcoal
goto hairDark1
}<PREMIUM>"Done"{
goto female_custom1
}

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

Thank you!

Limelight Female - Personalized for @GabbieC

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

        NARRATOR
    What do you look like?
choice
"Hair" {
goto femlcc_hairx
} "Eyes" {
goto femlcc_eyesx
} "Eyebrows" {
goto femlcc_browsx
} "Face Shape"{
goto femlcc_facex
} "Nose" {
goto femlcc_nosex
} "Mouth" {
goto femlcc_mouthx
} <PREMIUM> "This is perfect!" {
goto femlcc_endx
}

####################### EYEBROWS #######################
label femlcc_browsx

        NARRATOR
    Eyebrow shapes.

choice
"Arched Natural"{
@FEMALEAVATAR changes eyebrows into Arched Natural
goto femlcc_browsx
}"Arched Thin"{
@FEMALEAVATAR changes eyebrows into Arched Thin
goto femlcc_browsx
}"Arched Thin High"{
@FEMALEAVATAR changes eyebrows into Arched Thin High
goto femlcc_browsx
}"Round Thin"{
@FEMALEAVATAR changes eyebrows into Round Thin High
goto femlcc_browsx
}"Straight Medium"{
@FEMALEAVATAR changes eyebrows into Straight Medium
goto femlcc_browsx
}<PREMIUM> "Done"{
goto female_lccx
}<GREEN> "Select Color" {
goto femlcc_browscolorx
}

####################### EYEBROW COLOR #######################
label femlcc_browscolorx

        NARRATOR
    Eyebrow colors.

choice 
"Medium Brown" {
@FEMALEAVATAR changes eyebrowsColor into Medium Warm Brown
goto femlcc_browscolorx
} "Chestnut Brown" {
@FEMALEAVATAR changes eyebrowsColor into Chestnut Brown
goto femlcc_browscolorx
} "Dark Brown" {
@FEMALEAVATAR changes eyebrowsColor into Dark Brown
goto femlcc_browscolorx
} "Deep Brown" {
@FEMALEAVATAR changes eyebrowsColor into Deep Brown
goto femlcc_browscolorx
} "Dark Black" {
@FEMALEAVATAR changes eyebrowsColor into Black Dark
goto femlcc_browscolorx
} <PREMIUM> "Done" {
goto female_lccx
} <GREEN> "Change Brow Shape" {
goto femlcc_browsx
}


####################### FACE SHAPE #######################
label femlcc_facex

        NARRATOR
    Face shapes.

choice 
"Diamond" {
@FEMALEAVATAR changes face into Diamond
goto femlcc_facex
} "Long Diamond" {
@FEMALEAVATAR changes face into Diamond Long
goto femlcc_facex
} "Defined Heart" {
@FEMALEAVATAR changes face into Heart Defined
goto femlcc_facex
} "Soft Heart" {
@FEMALEAVATAR changes face into Heart Soft
goto femlcc_facex
} "Defined Triangle" {
@FEMALEAVATAR changes face into Triangle Defined
goto femlcc_facex
} <PREMIUM>"Done"{
goto female_lccx
}

####################### EYE SHAPE #######################
label femlcc_eyesx

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Deepset Downturned" {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto femlcc_eyesx
} "Generic" {
@FEMALEAVATAR changes eyes into Female Generic
goto femlcc_eyesx
} "Round Wide" {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto femlcc_eyesx
} "Round Medium" {
@FEMALEAVATAR changes eyes into Round Medium
goto femlcc_eyesx
} <GREEN>"Select Color"{
goto femlcc_eyecolorx
} <PREMIUM>"Done"{
goto female_lccx
}
"Sharp Almond" {
@FEMALEAVATAR changes eyes into Sharp Almond
goto femlcc_eyesx
} "Deepset Almond" {
@FEMALEAVATAR changes eyes into Deepset Almond
goto femlcc_eyesx
} <GREEN>"Select Color"{
goto femlcc_eyecolorx
} <PREMIUM>"Done"{
goto female_lccx
}


####################### EYE COLOR #######################
label femlcc_eyecolorx

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Dark Brown" {
@FEMALEAVATAR changes eyesColor into Brown Dark
goto femlcc_eyecolorx
} "Black" {
@FEMALEAVATAR changes eyesColor into Brown Black
goto femlcc_eyecolorx
} "Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel
goto femlcc_eyecolorx
} <PREMIUM> "Done"{
goto female_lccx
} <GREEN> "Change Eye Shape" {
goto femlcc_eyesx
}


####################### MOUTH SHAPE #######################
label femlcc_mouthx

        NARRATOR
    Mouth shapes.

choice [shouldPaginate: YES]
"Full Heart" {
@FEMALEAVATAR changes mouth into Full Heart Pouty
goto femlcc_mouthx
}"Thin Heart" {
@FEMALEAVATAR changes mouth into Thin Heart
goto femlcc_mouthx
}"Small Heart" {
@FEMALEAVATAR changes mouth into Small Heart
goto femlcc_mouthx
} <PREMIUM>"Done"{
goto female_lccx
}<GREEN>"Select Color"{
goto femlcc_mouthcolorx
}


####################### MOUTH COLOR #######################
label femlcc_mouthcolorx

        NARRATOR
    All lip colors.

choice
"Gloss" {
goto femlcc_glossx
} "Matte" {
goto femlcc_mattex
} <GREEN> "Change Lip Shape" {
goto femlcc_mouthx
}

label femlcc_glossx

        NARRATOR
    Gloss lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Gloss
goto femlcc_glossx
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Lt Gloss
goto femlcc_glossx
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Gloss
goto femlcc_glossx
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Gloss
goto femlcc_glossx
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolorx
} <PREMIUM> "Done" {
goto female_lccx
}
"Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Gloss
goto femlcc_glossx
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Gloss
goto femlcc_glossx
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Gloss
goto femlcc_glossx
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose Gloss
goto femlcc_glossx
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolorx
} <PREMIUM> "Done" {
goto female_lccx
}

label femlcc_mattex

        NARRATOR
    Matte lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Matte
goto femlcc_mattex
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Light Matte
goto femlcc_mattex
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Matte
goto femlcc_mattex
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Matte
goto femlcc_mattex
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolorx
} <PREMIUM> "Done" {
goto female_lccx
}
"Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Matte
goto femlcc_mattex
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Matte
goto femlcc_mattex
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Matte
goto femlcc_mattex
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose Matte
goto femlcc_mattex
} <GREEN> "Try Other Colors" {
goto femlcc_mouthcolorx
} <PREMIUM> "Done" {
goto female_lccx
}

####################### NOSE SHAPE #######################
label femlcc_nosex

        NARRATOR
    Nose shapes.

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


####################### HAIR STYLE #######################
label femlcc_hairx

        NARRATOR
    Hair styles.

choice
"Long Blunt Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto femlcc_hairx
}"Sideswept Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto femlcc_hairx
}"Straight" {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto femlcc_hairx
}"Long Ponytail" {
@FEMALEAVATAR changes hair into Long High Ponytail
goto femlcc_hairx
}<GREEN>"Change Color"{
goto femlcc_hairDarkx
} <PREMIUM>"Done"{
goto female_lccx
}


####################### HAIR COLOR #######################
label femlcc_hairDarkx

        NARRATOR
    Dark hair colors.

choice
"Medium Brown" {
@FEMALEAVATAR changes hairColor into Medium Warm Brown
goto femlcc_hairDarkx
}"Chestnut Brown"{
@FEMALEAVATAR changes hairColor into Chestnut Brown
goto femlcc_hairDarkx
}"Dark Brown"{
@FEMALEAVATAR changes hairColor into Dark Brown
goto femlcc_hairDarkx
}"Deep Brown" {
@FEMALEAVATAR changes hairColor into Deep Brown
goto femlcc_hairDarkx
}"Dark Black" {
@FEMALEAVATAR changes hairColor into Black Dark
goto femlcc_hairDarkx
}<PREMIUM>"Done"{
goto female_lccx
}<GREEN>"Change Styles"{
goto femlcc_hairx
}

label femlcc_endx
@pause for 0

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

Can you also make a male version of the template? I forgot that you could pick the gender… Sorry…

INK Male - Full CC with Dark skin and Dark hair colors ONLY

label boy_custom1
@MALEAVATAR stands screen center and MALEAVATAR faces right and MALEAVATAR starts idle

        NARRATOR
    What does he look like?

choice
"Skin Tone" {
goto boy_skincolor_dark1
} "Hair" {
goto boy_hair1
} "Eyes" {
goto boy_eyes1
} "Eyebrows" {
goto boy_brows1
} "Face Shape"{
goto boy_face1
} "Nose" {
goto boy_nose1
} "Mouth" {
goto boy_mouth1
} <PREMIUM> "This is perfect!" {
goto boy_end1
}

label boy_skincolor_dark1

        NARRATOR
    Skin tones.

choice [shouldPaginate: YES]
"Honey" {
@MALEAVATRA changes bodyColor into Honey
goto boy_skincolor_dark1
} "Toffee" {
@MALEAVATRA changes bodyColor into Toffee
goto boy_skincolor_dark1
} "Umber" {
@MALEAVATRA changes bodyColor into Umber
goto boy_skincolor_dark1
} "Rosewood" {
@MALEAVATRA changes bodyColor into Rosewood
goto boy_skincolor_dark1
} "Mocha" {
@MALEAVATRA changes bodyColor into Mocha
goto boy_skincolor_dark1
} <PREMIUM>"Done"{
goto boy_custom1
}
"Walnut" {
@MALEAVATRA changes bodyColor into Walnut
goto boy_skincolor_dark1
} "Dark" {
@MALEAVATRA changes bodyColor into Dark
goto boy_skincolor_dark1
} "Sable" {
@MALEAVATRA changes bodyColor into Sable
goto boy_skincolor_dark1
} <PREMIUM>"Done"{
goto boy_custom1
} "Chestnut" {
@MALEAVATRA changes bodyColor into Chestnut
goto boy_skincolor_dark1
}


label boy_brows1

        NARRATOR
    Eyebrow shapes.

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

label boy_face1

        NARRATOR
    Face shapes.

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

label boy_eyes1

        NARRATOR
    Eye shapes.

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

label boy_eyecolor1

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Black" {
@MALEAVATAR changes eyesColor into Black
goto boy_eyecolor1
} "Blue" {
@MALEAVATAR changes eyesColor into Blue
goto boy_eyecolor1
} "Brown" {
@MALEAVATAR changes eyesColor into Brown
goto boy_eyecolor1
} "Green" {
@MALEAVATAR changes eyesColor into Green
goto boy_eyecolor1
} "Purple" {
@MALEAVATAR changes eyesColor into Purple
goto boy_eyecolor1
} <PREMIUM>"Done"{
goto boy_custom1
}
"White" {
@MALEAVATAR changes eyesColor into White
goto boy_eyecolor1
} "Auburn" {
@MALEAVATAR changes eyesColor into Auburn
goto boy_eyecolor1
} "Hickory" {
@MALEAVATAR changes eyesColor into Hickory
goto boy_eyecolor1
} <PREMIUM>"Done"{
goto boy_custom1
} "Pine" {
@MALEAVATAR changes eyesColor into Pine
goto boy_eyecolor1
}

label boy_mouth1

        NARRATOR
    Mouth shapes.

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

label boy_mouthcolor1

        NARRATOR
    Lip colors.

choice
"Natural Colors" {
goto boy_NaturalColors1
} "Bright Colors" {
goto boy_BrightColors1
} "Dark Colors" {
goto boy_DarkColors1
} <GREEN> "Change Lip Shape" {
goto boy_mouth1
}

label boy_NaturalColors1

        NARRATOR
    Natural lip colors.

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

label boy_BrightColors1

        NARRATOR
    Bright lipstick colors.

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

label boy_DarkColors1

        NARRATOR
    Dark lipstick colors.

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

label boy_nose1

        NARRATOR
    Nose shapes.

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

label boy_hair1

        NARRATOR
    Choose his hairstyle.

choice
"Shorter Hair" {
goto boy_shorthair1
} "Longer Hair" {
goto boy_longhair1
} "Styled" {
goto boy_styledhair1
} "Bangs" {
goto boy_bangshair1
} <GREEN> "Change Color" {
goto boy_haircolor1
} <PREMIUM> "Done" {
goto boy_end1
}

label boy_shorthair1

        NARRATOR
    Short hair styles.

choice [shouldPaginate: YES]
"Buzzed" {
@MALEAVATAR changes hair into Buzzed Hair
goto boy_shorthair1
} "Generic Short" {
@MALEAVATAR changes hair into Generic Short Hair
goto boy_shorthair1
} "Short Cropped" {
@MALEAVATAR changes hair into Short Cropped Hair
goto boy_shorthair1
}"Boy Bun" {
@MALEAVATAR changes hair into Boy Bun
goto boy_shorthair1
} <GREEN> "Change Color" {
goto boy_haircolor1
} <PREMIUM> "Back to Styles" {
goto boy_hair1
}
"Short Fade" {
@MALEAVATAR changes hair into Short Curly Fade
goto boy_shorthair1
} "High Top Fade" {
@MALEAVATAR changes hair into High Top Fade
goto boy_shorthair1
} "Shaved Sides" {
@MALEAVATAR changes hair into Shaved Sides
goto boy_shorthair1
} <PREMIUM> "Back to Styles" {
goto boy_hair1
} <GREEN> "Change Color" {
goto boy_haircolor1
}

label boy_longhair1

        NARRATOR
    Long hair styles.

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

label boy_styledhair1

        NARRATOR
    Styled hair.

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

label boy_bangshair1

        NARRATOR
    Hair styles with bangs.

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

label boy_haircolor1

        NARRATOR
    Hair colors.

choice
"Black" {
@MALEAVATRA changes hairColor into Black
goto boy_haircolor1
}"Chestnut Brown"{
@MALEAVATRA changes hairColor into Chestnut
goto boy_haircolor1
}"Cayenne"{
@MALEAVATRA changes hairColor into Cayenne
goto boy_haircolor1
}"Auburn" {
@MALEAVATRA changes hairColor into Auburn
goto boy_haircolor1
}"Charcoal" {
@MALEAVATRA changes hairColor into Charcoal
goto boy_haircolor1
}<PREMIUM>"Done"{
goto boy_custom1
}

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

This is perfect!!! Thank you soooo much, Dara!!! :grinning: :hearts:

1 Like

Hi, I have been trying to figure out how to do the Limelight character customization template with limited lip colors. Could you help?

Can you post what specific colors you want and is it for male or female?

Can you please do one with no lip shape, no face shape, no eye shape/color, no skin tone, no nose. Basically only hair color, hair style, eyebrows, and mouth colors. Forgot to say limelight female. Sorry…

Limelight Female - Eyebrows, Hair styles/colors, and Mouth colors ONLY

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

        NARRATOR
    What do you look like?

choice
"Hair" {
goto fem_hair_1
} "Eyebrows" {
goto fem_brows_1
} "Lipstick" {
goto fem_mouthcolor_1
} <PREMIUM> "This is perfect!" {
goto female_1_end
}

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

label fem_brows_1

        NARRATOR
    Eyebrow shapes.

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

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

label fem_browscolor_1

        NARRATOR
    Eyebrow colors.

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


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

label fem_mouthcolor_1

        NARRATOR
    All lip colors.

choice
"Natural" {
goto NaturalColors_1
} "Gloss" {
goto GlossColors_1
} "Matte" {
goto MatteColors_1
} <PREMIUM> "Done" {
goto female_custom_1
}

label NaturalColors_1

        NARRATOR
    Natural lip colors.

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

label GlossColors_1

        NARRATOR
    Gloss lipstick colors.

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

label MatteColors_1

        NARRATOR
    Matte lipstick colors.

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

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

label fem_hair_1

        NARRATOR
    All hair styles.

choice
"Short Hair"{
goto hairShort_1
}"Mid-length Hair"{
goto hairMedium_1
}"Long Hair"{
goto hairLong_1
}"Styled Hair"{
goto hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}

label hairShort_1

        NARRATOR
    Short hair styles.

choice [shouldPaginate: YES]
"Afro" {
@FEMALEAVATAR changes hair into Afro
goto hairShort_1
}"Blunt Bangs" {
@FEMALEAVATAR changes hair into Blunt Bangs Short
goto hairShort_1
}"Classic Bob" {
@FEMALEAVATAR changes hair into Classic Bob
goto hairShort_1
} "Curly Bob" {
@FEMALEAVATAR changes hair into Curly Bob
goto hairShort_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Fade" {
@FEMALEAVATAR changes hair into Short Curly Fade
goto hairShort_1
}"Pixie" {
@FEMALEAVATAR changes hair into Short Pixie
goto hairShort_1
}"Short Wavy" {
@FEMALEAVATAR changes hair into Short Wavy Hair Solid
goto hairShort_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}

label hairMedium_1

        NARRATOR
    Medium hair styles.

choice [shouldPaginate: YES]
"Braided" {
@FEMALEAVATAR changes hair into Medium Braided
goto hairMedium_1
}"Medium Dreadlocks" {
@FEMALEAVATAR changes hair into Medium Dreadlocks
goto hairMedium_1
}"Wavy Ombre" {
@FEMALEAVATAR changes hair into Short Wavy Ombre
goto hairMedium_1
}"Straight" {
@FEMALEAVATAR changes hair into Straight Medium
goto hairMedium_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Medium Curly" {
@FEMALEAVATAR changes hair into Medium Curly Solid
goto hairMedium_1
}"Hair Flip" {
@FEMALEAVATAR changes hair into Hair Flip
goto hairMedium_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}

label hairLong_1

        NARRATOR
    Long hair styles.

choice [shouldPaginate: YES]
"Beach Wave" {
@FEMALEAVATAR changes hair into Beach Wave Hair
goto hairLong_1
}"Long Braided" {
@FEMALEAVATAR changes hair into Long Braided
goto hairLong_1
}"Long Dreadlocks" {
@FEMALEAVATAR changes hair into Long Dreadlocks
goto hairLong_1
}"Feathered" {
@FEMALEAVATAR changes hair into Long Feathered
goto hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Long Blunt Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong_1
}"Sideswept Bangs" {
@FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong_1
}"Straight" {
@FEMALEAVATAR changes hair into Long Straight Loose Solid
goto hairLong_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}

label hairUp_1

        NARRATOR
    Updo hair styles.

choice [shouldPaginate: YES]
"Braided Bun" {
@FEMALEAVATAR changes hair into Braided Bun
goto hairUp_1
}"Faux Hawk" {
@FEMALEAVATAR changes hair into Long Faux Hawk Solid
goto hairUp_1
}"Short Ponytail" {
@FEMALEAVATAR changes hair into Short High Ponytail
goto hairUp_1
}"Long Ponytail" {
@FEMALEAVATAR changes hair into Long High Ponytail
goto hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Morning Updo" {
@FEMALEAVATAR changes hair into Morning Updo
goto hairUp_1
}"Punk Pixie" {
@FEMALEAVATAR changes hair into Punk Pixie
goto hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}


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

label fem_haircolor_1

        NARRATOR
    All hair colors.

choice
"Dark"{
goto hairDark_1
}"Light" {
goto hairLight_1
}"Dyed"{
goto hairDye_1
}<PREMIUM>"Done"{
goto female_custom_1
}<GREEN> "Back to Styles" {
goto fem_hair_1
}

label hairDark_1

        NARRATOR
    Dark hair colors.

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

label hairLight_1

        NARRATOR
    Light hair colors.

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

label hairDye_1

        NARRATOR
    Dyed hair colors.

choice
"Pink/Purple" {
goto hairDye_Pink_1
}"Blue/Green" {
goto hairDye_Blue_1
}"Red/Orange" {
goto hairDye_Red_1
}"White/Grey/Yellow" {
goto hairDye_Gray_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<GREEN>"Done"{
goto female_custom_1
}

label hairDye_Pink_1

        NARRATOR
    Pink and purple hair colors.

choice [shouldPaginate: YES]
"Hot Pink" {
@FEMALEAVATAR changes hairColor into Hot Pink
goto hairDye_Pink_1
} "Light Pink" {
@FEMALEAVATAR changes hairColor into Pink Lt
goto hairDye_Pink_1
} "Peach" {
@FEMALEAVATAR changes hairColor into Peach Blonde
goto hairDye_Pink_1
} "Rose Gold" {
@FEMALEAVATAR changes hairColor into Rose Gold
goto hairDye_Pink_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done" {
goto female_custom_1
}
"Purple" {
@FEMALEAVATAR changes hairColor into Red Purple
goto hairDye_Pink_1
} "Lavender" {
@FEMALEAVATAR changes hairColor into Purple Lilac
goto hairDye_Pink_1
} "Plum" {
@FEMALEAVATAR changes hairColor into Plum
goto hairDye_Pink_1
} "Dark Purple" {
@FEMALEAVATAR changes hairColor into Purple
goto hairDye_Pink_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label hairDye_Blue_1

        NARRATOR
    Blue and green hair colors.

choice [shouldPaginate: YES]
"Blue" {
@FEMALEAVATAR changes hairColor into Blue
goto hairDye_Blue_1
} "Light Blue" {
@FEMALEAVATAR changes hairColor into Cornflower Blue
goto hairDye_Blue_1
} "Aqua Blue" {
@FEMALEAVATAR changes hairColor into Aqua Blue
goto hairDye_Blue_1
} "Dark Blue" {
@FEMALEAVATAR changes hairColor into Blue Black
goto hairDye_Blue_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done" {
goto female_custom_1
}
"Green" {
@FEMALEAVATAR changes hairColor into Green
goto hairDye_Blue_1
} "Lime Green" {
@FEMALEAVATAR changes hairColor into Yellow Green
goto hairDye_Blue_1
} "Mint" {
@FEMALEAVATAR changes hairColor into Mint
goto hairDye_Blue_1
} "Aqua Green" {
@FEMALEAVATAR changes hairColor into Aqua Green
goto hairDye_Blue_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label hairDye_Red_1

        NARRATOR
    Red and orange hair colors.

choice
"Orange" {
@FEMALEAVATAR changes hairColor into Orange
goto hairDye_Red_1
} "Red" {
@FEMALEAVATAR changes hairColor into Red
goto hairDye_Red_1
} "Copper Red" {
@FEMALEAVATAR changes hairColor into Copper Red
goto hairDye_Red_1
} "Ginger Red" {
@FEMALEAVATAR changes hairColor into Ginger Red
goto hairDye_Red_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label hairDye_Gray_1

        NARRATOR
    White, grey, and yellow hair colors.

choice
"White" {
@FEMALEAVATAR changes hairColor into Warm White
goto hairDye_Gray_1
} "Gray" {
@FEMALEAVATAR changes hairColor into Cool Gray
goto hairDye_Gray_1
} "Light Gray" {
@FEMALEAVATAR changes hairColor into Aqua Gray
goto hairDye_Gray_1
} "Yellow" {
@FEMALEAVATAR changes hairColor into Yellow
goto hairDye_Gray_1
}<GREEN>"Different Colors"{
goto fem_haircolor_1
}<PREMIUM>"Done" {
goto female_custom_1
}

label female_1_end
@pause for 0

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

:kissing_heart: Thank you so much!

Hi Dara! Thank you so much for your templates! I was wondering if there’s any format for LL- With ONLY mouthcolors, nose, eyes (no eye color), face… (for both male AND female ?) Thank you for your time, love you.

Hi Dara,
Bless your soul for making these templates!!
Can you make a template for FEMALE LIMELIGHT with only Hairstyles (EXCLUDING SHORT HAIRSTYLES) and Lip colors (ALL)?
The customization template requested should be temporary because it does not last throughout the story, but only for one episode.

Also what does
choice [shouldPaginate: YES]
mean?
I saw it in other templates, does it hold significance?

Thanks!

2 Likes


Here’s a link I found in https://linktr.ee/dara.amarie.ep that suits your request! Hope this helps!
The link is from Dara’s page

3 Likes

Limelight Female - Mouth color, Nose, Eye shape, and Face ONLY

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

        NARRATOR
    What do you look like?

choice
"Face Shape"{
goto femlcc_face_fx
} "Eyes" {
goto femlcc_eyes_fx
} "Nose" {
goto femlcc_nose_fx
} "Lip Color" {
goto femlcc_mouthcolor_fx
} <PREMIUM> "This is perfect!" {
goto femlcc_end_fx
}

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

label femlcc_face_fx

        NARRATOR
    Face shapes.

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

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

label femlcc_eyes_fx

        NARRATOR
    Eye shapes.

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

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

label femlcc_mouthcolor_fx

        NARRATOR
    All lip colors.

choice
"Natural" {
goto femlcc_natural_fx
} "Gloss" {
goto femlcc_gloss_fx
} "Matte" {
goto femlcc_matte_fx
} <PREMIUM> "Done" {
goto female_lcc_fx
}

label femlcc_natural_fx

        NARRATOR
    Natural lip colors.

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

label femlcc_gloss_fx

        NARRATOR
    Gloss lipstick colors.

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

label femlcc_matte_fx

        NARRATOR
    Matte lipstick colors.

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


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

label femlcc_nose_fx

        NARRATOR
    Nose shapes.

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

label femlcc_end_fx
@pause for 0

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

Limelight Male - Mouth color, Nose, Eye shape, and Face ONLY

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

        NARRATOR
    What does he look like?

choice
"Face Shape"{
goto boylcc_face_mx
} "Eyes" {
goto boylcc_eyes_mx
} "Nose" {
goto boylcc_nose_mx
} "Lip Color" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "This is perfect!" {
goto boylcc_end_mx
}

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

label boylcc_face_mx

        NARRATOR
    Face shapes.

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

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

label boylcc_eyes_mx

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Downturned" {
@MALEAVATAR changes eyes into Deepset Downturned
goto boylcc_eyes_mx
} "Deepset Heavy" {
@MALEAVATAR changes eyes into Deepset Heavy Lid
goto boylcc_eyes_mx
} "Deep Sunken" {
@MALEAVATAR changes eyes into Male Deep Sunken
goto boylcc_eyes_mx
} "Generic" {
@MALEAVATAR changes eyes into Male Generic
goto boylcc_eyes_mx
} "Slender" {
@MALEAVATAR changes eyes into Monolid Slender
goto boylcc_eyes_mx
} <PREMIUM>"Done"{
goto boylcc_custom_mx
}
"Oval" {
@MALEAVATAR changes eyes into Oval Wide
goto boylcc_eyes_mx
} "Sloping" {
@MALEAVATAR changes eyes into Sloping Heavy Lid
goto boylcc_eyes_mx
} "Mature" {
@MALEAVATAR changes eyes into Deepset Sloping Mature
goto boylcc_eyes_mx
} <PREMIUM>"Done"{
goto boylcc_custom_mx
}

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

label boylcc_mouthcolor_mx

        NARRATOR
    All lip colors.

choice
"Natural" {
goto boylcc_NaturalColors_mx
} "Gloss" {
goto boylcc_GlossColors_mx
} "Matte" {
goto boylcc_MatteColors_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}

label boylcc_NaturalColors_mx

        NARRATOR
    Natural lip colors.

choice [shouldPaginate: YES]
"Fair Rose" {
@MALEAVATAR changes mouthColor into Fair Rose Matte
goto boylcc_NaturalColors_mx
} "Fair Neutral" {
@MALEAVATAR changes mouthColor into Fair Neutral Matte
goto boylcc_NaturalColors_mx
} "Fair Gold" {
@MALEAVATAR changes mouthColor into Fair Gold Matte
goto boylcc_NaturalColors_mx
} "Beige Light Gold" {
@MALEAVATAR changes mouthColor into Beige Light Gold Matte
goto boylcc_NaturalColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Beige Gold" {
@MALEAVATAR changes mouthColor into Beige Gold Matte
goto boylcc_NaturalColors_mx
} "Beige Rose" {
@MALEAVATAR changes mouthColor into Beige Rose
goto boylcc_NaturalColors_mx
} "Beige Deep Neutral" {
@MALEAVATAR changes mouthColor into Beige Deep Neutral
goto boylcc_NaturalColors_mx
} "Medium Nude" {
@MALEAVATAR changes mouthColor into Neutral Medium Nude Matte
goto boylcc_NaturalColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Tan Deep Gold" {
@MALEAVATAR changes mouthColor into Tan Deep Gold
goto boylcc_NaturalColors_mx
} "Tan Deep Neutral" {
@MALEAVATAR changes mouthColor into Tan Deep Neutral
goto boylcc_NaturalColors_mx
} "Brown Neutral" {
@MALEAVATAR changes mouthColor into Brown Neutral
goto boylcc_NaturalColors_mx
} "Brown Gold" {
@MALEAVATAR changes mouthColor into Brown Gold
goto boylcc_NaturalColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Brown Deep Gold" {
@MALEAVATAR changes mouthColor into Brown Deep Gold
goto boylcc_NaturalColors_mx
} "Brown Deep Rose" {
@MALEAVATAR changes mouthColor into Brown Deep Rose
goto boylcc_NaturalColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}

label boylcc_GlossColors_mx

        NARRATOR
    Gloss lipstick colors.

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

label boylcc_MatteColors_mx

        NARRATOR
    Matte lipstick colors.

choice [shouldPaginate: YES]
"Peach" {
@MALEAVATAR changes mouthColor into Peach Matte
goto boylcc_MatteColors_mx
} "Light Peach" {
@MALEAVATAR changes mouthColor into Pink Peach Light Matte
goto boylcc_MatteColors_mx
} "Beige Pink" {
@MALEAVATAR changes mouthColor into Pink Beige Matte
goto boylcc_MatteColors_mx
} "Medium Pink" {
@MALEAVATAR changes mouthColor into Pink Medium Matte
goto boylcc_MatteColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Warm Pink" {
@MALEAVATAR changes mouthColor into Pink Warm Matte
goto boylcc_MatteColors_mx
} "Hot Pink" {
@MALEAVATAR changes mouthColor into Pink Hot Matte
goto boylcc_MatteColors_mx
} "Deep Pink" {
@MALEAVATAR changes mouthColor into Pink Deep Matte
goto boylcc_MatteColors_mx
} "Rose" {
@MALEAVATAR changes mouthColor into Rose Matte
goto boylcc_MatteColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Pink Peach" {
@MALEAVATAR changes mouthColor into Pink Peach Medium Matte
goto boylcc_MatteColors_mx
} "Light Nude" {
@MALEAVATAR changes mouthColor into Rose Light Nude Matte
goto boylcc_MatteColors_mx
} "Medium Nude" {
@MALEAVATAR changes mouthColor into Rose Medium Nude Matte
goto boylcc_MatteColors_mx
} "Dark Nude" {
@MALEAVATAR changes mouthColor into Rose Dark Nude Matte
goto boylcc_MatteColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Mauve" {
@MALEAVATAR changes mouthColor into Mauve Matte
goto boylcc_MatteColors_mx
} "Pastel Purple" {
@MALEAVATAR changes mouthColor into Purple Pastel Matte
goto boylcc_MatteColors_mx
} "Plum" {
@MALEAVATAR changes mouthColor into Plum Matte
goto boylcc_MatteColors_mx
} "Deep Purple" {
@MALEAVATAR changes mouthColor into Purple Deep Matte
goto boylcc_MatteColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}
"Red" {
@MALEAVATAR changes mouthColor into Red Matte
goto boylcc_MatteColors_mx
} "Deep Red" {
@MALEAVATAR changes mouthColor into Red Deep Matte
goto boylcc_MatteColors_mx
} "Violet" {
@MALEAVATAR changes mouthColor into Violet Matte
goto boylcc_MatteColors_mx
} "Black" {
@MALEAVATAR changes mouthColor into Black Matte
goto boylcc_MatteColors_mx
} <GREEN> "Try Other Colors" {
goto boylcc_mouthcolor_mx
} <PREMIUM> "Done" {
goto boylcc_custom_mx
}


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

label boylcc_nose_mx

        NARRATOR
    Nose shapes.

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

label boylcc_end_mx
@pause for 0

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

Limelight Female - Lipstick and Hairstyle (No short hair) ONLY

label hair_and_lip

        NARRATOR
    What do you want to change?

choice
"Lipstick" {
goto lip_stick
} "Hair Syle" {
goto hair_styles
} <PREMIUM> "I look amazing!" {
goto hair_and_lip_end
}

label lip_stick

        NARRATOR
    All lip colors.

choice
"Natural" {
goto LS_NaturalColors
} "Gloss" {
goto LS_GlossColors
} "Matte" {
goto LS_MatteColors
}

label LS_NaturalColors

        NARRATOR
    Natural lip colors.

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

label LS_GlossColors

        NARRATOR
    Gloss lipstick colors.

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

label LS_MatteColors

        NARRATOR
    Matte lipstick colors.

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

label hair_styles

        NARRATOR
    All hair styles.

choice
"Mid-length Hair"{
goto hair_medium
}"Long Hair"{
goto hair_long
}"Styled Hair"{
goto hair_upd
}<GREEN>"Done"{
goto hair_and_lip
}

label hair_medium

        NARRATOR
    Medium hair styles.

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

label hair_long

        NARRATOR
    Long hair styles.

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

label hair_upd

        NARRATOR
    Updo hair styles.

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

label hair_and_lip_end

        NARRATOR
    Is this the look you're going for?
choice
<PREMIUM> "Yes, I look perfect!" {
&FEMALEAVATAR is blush_shy
} "No, I want to change something" {
goto hair_and_lip
}

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

It’s female and I just want all the colors from the matte section

thank you!!!

So you want a template that just consists of the matte lip colors? Or do you want a full customization template where the lip color options are only the matte colors?