LIMITED Character Customization Templates & WORKSHOP!

Instructions for adding the template to your script:
1- When you are in the doc, press Ctrl + A on your keyboard (Cmd + A for Macs) to highlight the entire template
2- Copy & Paste the template into your script
3- Highlight “FEMALEAVATAR” or “MALEAVATAR” in your script
4- Press Ctrl + F on your keyboard (Cmd + F for Macs)
5- A small grey box will pop up, click on ALL first!
6- Type in your character’s name in all caps

No Skin Tones
INK Female: CLICK HERE
INK Male: CLICK HERE
Limlight Female: CLICK HERE
Limelight Male: CLICK HERE

No Hair Color
INK Female: CLICK HERE
INK Male: CLICK HERE
Limlight Female: CLICK HERE
Limelight Male: CLICK HERE

No Eye Color
INK Female: CLICK HERE
INK Male: CLICK HERE
Limlight Female: CLICK HERE
Limelight Male: CLICK HERE

No Skin Tones, Hair Color, or Eye Color
INK Female: CLICK HERE
INK Male: CLICK HERE
Limlight Female: CLICK HERE
Limelight Male: CLICK HERE

Hairstyle and Lipstick ONLY
INK Female: CLICK HERE
Limelight Female: CLICK HERE

For all other limited options, please reply down below with details of what you want/don’t want customized and I will create the template for you! Please specify between Male or Female, and INK or Limelight!

Full CC Templates: Click Here!

Errors:

"No eyebrows exist"
If you are getting an error message saying that “no eyebrows” exist (or any other feature doesn’t exist), these are the 3 reasons why you would be getting that error:

  1. The system does not recognize the character name. You either didn’t change the template’s name to your own character’s name, you misspelled your character’s name, or you have not created that character yet.
  2. You are using a male character in a female template (and vise versa)
  3. You are using an INK template in a Limelight story (and vise versa)

"No labels exist"
If you are getting warning messages saying that NO LABELS EXIST, then that means you put the template inside of a choice or if/elif/else code. Templates have labels and labels cannot be inside of brackets. You will need to place the template outside of the choice, then put a goto inside the choice that leads to the first label of the template. HERE is an example of how to do that.

87 Likes

Aaaaaah omg tysm for this!!

3 Likes

You know, the community should give you some type of award! I swear on behalf of everyone (even if they didn’t ask me to) WE APPRECIATE YOU!!! Most of us would be lost without your templates. THANK YOU!!!

19 Likes

14 Likes

Can you please make one for no skin tones, eye color, hair styles, & hair color for females?

INK or Limelight?

Ink! :slight_smile:

INK Female - No skin tones, eye color, hair styles, or hair color

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

        NARRATOR
    What do you look like?

choice
"Eyes" {
goto femlcc_eyes12
} "Eyebrows" {
goto femlcc_brows12
} "Face Shape"{
goto femlcc_face12
} "Nose" {
goto femlcc_nose12
} "Mouth" {
goto femlcc_mouth12
} <PREMIUM> "This is perfect!" {
goto femlcc_end12
}

label femlcc_brows12

        NARRATOR
    Eyebrow shapes.

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

label femlcc_face12

        NARRATOR
    Face shapes.

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

label femlcc_eyes12

        NARRATOR
    Eye shapes.

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

label femlcc_mouth12

        NARRATOR
    Mouth shapes.

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

label femlcc_mouthcolor12

        NARRATOR
    Lip colors.

choice
"Natural Colors" {
goto femlcc_lip_natural12
} "Bright Colors" {
goto femlcc_lip_bright12
} "Dark Colors" {
goto femlcc_lip_dark12
} <GREEN> "Change Lip Shape" {
goto femlcc_mouth12
}

label femlcc_lip_natural12

        NARRATOR
    Natural lip colors.

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

label femlcc_lip_bright12

        NARRATOR
    Bright lipstick colors.

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

label femlcc_lip_dark12

        NARRATOR
    Dark lipstick colors.

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


label femlcc_nose12

        NARRATOR
    Nose shapes.

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

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

Thank you so much!

2 Likes

1 Like

OK, what of limited skin tones, for a black character, so the skin tones will range from 04 of all families (gold, rose, copper, neutral, ash) as the lightest to the darkest shade?

Tysm in advance, you’re such a blessing,

1 Like

So exclude 00 to 03 from all families, correct?

And did you want the “light”, “medium”, and “dark” categories, or did you just want them all from lightest to darkest?

2 Likes

Yes exclude 00-03 and they can be categorized as medium & darker skin tones, thx in advance

Limelight Female - Skin Tones 00-03 excluded

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

        NARRATOR
    What do you look like?

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

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

label femlcc_skin_1

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto femlcc_neutralskin_1
} "Rose Shades" {
goto femlcc_roseskin_1
} "Gold Shades" {
goto femlcc_goldskin_1
} "Copper Shades" {
goto femlcc_copperskin_1
} "Ash Shades" {
goto femlcc_ashskin_1
} <GREEN> "Done" {
goto femlcc_custom_1
}

label femlcc_neutralskin_1

        NARRATOR
    Neutral skin tones.

choice [shouldPaginate: YES]
"Neutral 04" {
@FEMALEAVATAR changes bodyColor into Neutral 04
goto femlcc_neutralskin_1
} "Neutral 05" {
@FEMALEAVATAR changes bodyColor into Neutral 05
goto femlcc_neutralskin_1
} "Neutral 06" {
@FEMALEAVATAR changes bodyColor into Neutral 06
goto femlcc_neutralskin_1
} "Neutral 07" {
@FEMALEAVATAR changes bodyColor into Neutral 07
goto femlcc_neutralskin_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} 
"Neutral 08" {
@FEMALEAVATAR changes bodyColor into Neutral 08
goto femlcc_neutralskin_1
} "Neutral 09" {
@FEMALEAVATAR changes bodyColor into Neutral 09
goto femlcc_neutralskin_1
} "Neutral 10" {
@FEMALEAVATAR changes bodyColor into Neutral 10
goto femlcc_neutralskin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} 

label femlcc_roseskin_1

        NARRATOR
    Rose skin tones.

choice [shouldPaginate: YES]
"Rose 04" {
@FEMALEAVATAR changes bodyColor into Rose 04
goto femlcc_roseskin_1
} "Rose 05" {
@FEMALEAVATAR changes bodyColor into Rose 05
goto femlcc_roseskin_1
} "Rose 06" {
@FEMALEAVATAR changes bodyColor into Rose 06
goto femlcc_roseskin_1
} "Rose 07" {
@FEMALEAVATAR changes bodyColor into Rose 07
goto femlcc_roseskin_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} 
"Rose 08" {
@FEMALEAVATAR changes bodyColor into Rose 08
goto femlcc_roseskin_1
} "Rose 09" {
@FEMALEAVATAR changes bodyColor into Rose 09
goto femlcc_roseskin_1
} "Rose 10" {
@FEMALEAVATAR changes bodyColor into Rose 10
goto femlcc_roseskin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} 

label femlcc_goldskin_1

        NARRATOR
    Gold skin tones.

choice [shouldPaginate: YES]
"Gold 04" {
@FEMALEAVATAR changes bodyColor into Gold 04
goto femlcc_goldskin_1
} "Gold 05" {
@FEMALEAVATAR changes bodyColor into Gold 05
goto femlcc_goldskin_1
} "Gold 06" {
@FEMALEAVATAR changes bodyColor into Gold 06
goto femlcc_goldskin_1
} "Gold 07" {
@FEMALEAVATAR changes bodyColor into Gold 07
goto femlcc_goldskin_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} 
"Gold 08" {
@FEMALEAVATAR changes bodyColor into Gold 08
goto femlcc_goldskin_1
} "Gold 09" {
@FEMALEAVATAR changes bodyColor into Gold 09
goto femlcc_goldskin_1
} "Gold 10" {
@FEMALEAVATAR changes bodyColor into Gold 10
goto femlcc_goldskin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} 

label femlcc_copperskin_1

        NARRATOR
    Copper skin tones.

choice [shouldPaginate: YES]
"Copper 04" {
@FEMALEAVATAR changes bodyColor into Copper 04
goto femlcc_copperskin_1
} "Copper 05" {
@FEMALEAVATAR changes bodyColor into Copper 05
goto femlcc_copperskin_1
} "Copper 06" {
@FEMALEAVATAR changes bodyColor into Copper 06
goto femlcc_copperskin_1
} "Copper 07" {
@FEMALEAVATAR changes bodyColor into Copper 07
goto femlcc_copperskin_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} 
"Copper 08" {
@FEMALEAVATAR changes bodyColor into Copper 08
goto femlcc_copperskin_1
} "Copper 09" {
@FEMALEAVATAR changes bodyColor into Copper 09
goto femlcc_copperskin_1
} "Copper 10" {
@FEMALEAVATAR changes bodyColor into Copper 10
goto femlcc_copperskin_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
} <GREEN> "Different Shades" {
goto femlcc_skin_1
} 

label femlcc_ashskin_1

        NARRATOR
    Ash skin tones.

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


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

label femlcc_brows_1

        NARRATOR
    Eyebrow shapes.

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

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

label femlcc_browscolor_1

        NARRATOR
    Eyebrow colors.

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

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

label femlcc_face_1

        NARRATOR
    Face shapes.

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

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

label femlcc_eyes_1

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Deepset Downturned" {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto femlcc_eyes_1
} "Deepset Mature" {
@FEMALEAVATAR changes eyes into Deepset Mature
goto femlcc_eyes_1
} "Generic" {
@FEMALEAVATAR changes eyes into Female Generic
goto femlcc_eyes_1
} "Slender" {
@FEMALEAVATAR changes eyes into Monolid Slender
goto femlcc_eyes_1
} <GREEN>"Select Color"{
goto femlcc_eyecolor_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Round Wide" {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto femlcc_eyes_1
} "Round Medium" {
@FEMALEAVATAR changes eyes into Round Medium
goto femlcc_eyes_1
} "Sharp Almond" {
@FEMALEAVATAR changes eyes into Sharp Almond
goto femlcc_eyes_1
} "Deepset Almond" {
@FEMALEAVATAR changes eyes into Deepset Almond
goto femlcc_eyes_1
} <GREEN>"Select Color"{
goto femlcc_eyecolor_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}


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

label femlcc_eyecolor_1

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Aqua Blue" {
@FEMALEAVATAR changes eyesColor into Blue Aqua
goto femlcc_eyecolor_1
} "Deep Blue" {
@FEMALEAVATAR changes eyesColor into Blue Deep
goto femlcc_eyecolor_1
} "Light Brown" {
@FEMALEAVATAR changes eyesColor into Brown Light
goto femlcc_eyecolor_1
} "Dark Brown" {
@FEMALEAVATAR changes eyesColor into Brown Dark
goto femlcc_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto femlcc_eyes_1
} <PREMIUM> "Done"{
goto femlcc_custom_1
}
"Black" {
@FEMALEAVATAR changes eyesColor into Brown Black
goto femlcc_eyecolor_1
} "Green" {
@FEMALEAVATAR changes eyesColor into Green Emerald
goto femlcc_eyecolor_1
} "Silver" {
@FEMALEAVATAR changes eyesColor into Grey Cool
goto femlcc_eyecolor_1
} "Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel
goto femlcc_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto femlcc_eyes_1
} <PREMIUM> "Done"{
goto femlcc_custom_1
} 
"Red" {
@FEMALEAVATAR changes eyesColor into Red
goto femlcc_eyecolor_1
} "Violet" {
@FEMALEAVATAR changes eyesColor into Violet
goto femlcc_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto femlcc_eyes_1
} <PREMIUM> "Done"{
goto femlcc_custom_1
}


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

label femlcc_mouth_1

        NARRATOR
    Mouth shapes.

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


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

label femlcc_mouthcolor_1

        NARRATOR
    All lip colors.

choice
"Natural" {
goto NaturalColors_1
} "Gloss" {
goto GlossColors_1
} "Matte" {
goto MatteColors_1
} <GREEN> "Change Lip Shape" {
goto femlcc_mouth_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}


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

label femlcc_nose_1

        NARRATOR
    Nose shapes.

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


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

label femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Back to Styles"{
goto femlcc_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 femlcc_hair_1
}<GREEN>"Change Color"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Back to Styles"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Back to Styles"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Back to Styles"{
goto femlcc_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 femlcc_hair_1
}<GREEN>"Change Color"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Back to Styles"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Back to Styles"{
goto femlcc_hair_1
}


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

label femlcc_haircolor_1

        NARRATOR
    All hair colors.

choice
"Dark"{
goto hairDark_1
}"Light" {
goto hairLight_1
}"Dyed"{
goto hairDye_1
}<PREMIUM>"Done"{
goto femlcc_custom_1
}<GREEN> "Back to Styles" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<GREEN>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_custom_1
}

label femlcc_1_end
@pause for 0

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

Can you make one with no changing of the hair style?

INK or Limelight, male or female? And everything except the hair style right? Leave the option to choose hair color?

Female Limelight. And yeah, leave the option for hair color :slight_smile:

Limelight Female - No Hairstyles

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

        NARRATOR
    What do you look like?

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

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

label femlcc_skin_1

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto femlcc_neutralskin_1
} "Rose Shades" {
goto femlcc_roseskin_1
} "Gold Shades" {
goto femlcc_goldskin_1
} "Copper Shades" {
goto femlcc_copperskin_1
} "Ash Shades" {
goto femlcc_ashskin_1
} <GREEN> "Done" {
goto femlcc_custom_1
}

label femlcc_neutralskin_1

        NARRATOR
    Neutral skin tones.

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

label femlcc_roseskin_1

        NARRATOR
    Rose skin tones.

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

label femlcc_goldskin_1

        NARRATOR
    Gold skin tones.

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

label femlcc_copperskin_1

        NARRATOR
    Copper skin tones.

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

label femlcc_ashskin_1

        NARRATOR
    Ash skin tones.

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


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

label femlcc_brows_1

        NARRATOR
    Eyebrow shapes.

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

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

label femlcc_browscolor_1

        NARRATOR
    Eyebrow colors.

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

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

label femlcc_face_1

        NARRATOR
    Face shapes.

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

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

label femlcc_eyes_1

        NARRATOR
    Eye shapes.

choice [shouldPaginate: YES]
"Deepset Downturned" {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto femlcc_eyes_1
} "Deepset Mature" {
@FEMALEAVATAR changes eyes into Deepset Mature
goto femlcc_eyes_1
} "Generic" {
@FEMALEAVATAR changes eyes into Female Generic
goto femlcc_eyes_1
} "Slender" {
@FEMALEAVATAR changes eyes into Monolid Slender
goto femlcc_eyes_1
} <GREEN>"Select Color"{
goto femlcc_eyecolor_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}
"Round Wide" {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto femlcc_eyes_1
} "Round Medium" {
@FEMALEAVATAR changes eyes into Round Medium
goto femlcc_eyes_1
} "Sharp Almond" {
@FEMALEAVATAR changes eyes into Sharp Almond
goto femlcc_eyes_1
} "Deepset Almond" {
@FEMALEAVATAR changes eyes into Deepset Almond
goto femlcc_eyes_1
} <GREEN>"Select Color"{
goto femlcc_eyecolor_1
} <PREMIUM>"Done"{
goto femlcc_custom_1
}


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

label femlcc_eyecolor_1

        NARRATOR
    Eye colors.

choice [shouldPaginate: YES]
"Aqua Blue" {
@FEMALEAVATAR changes eyesColor into Blue Aqua
goto femlcc_eyecolor_1
} "Deep Blue" {
@FEMALEAVATAR changes eyesColor into Blue Deep
goto femlcc_eyecolor_1
} "Light Brown" {
@FEMALEAVATAR changes eyesColor into Brown Light
goto femlcc_eyecolor_1
} "Dark Brown" {
@FEMALEAVATAR changes eyesColor into Brown Dark
goto femlcc_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto femlcc_eyes_1
} <PREMIUM> "Done"{
goto femlcc_custom_1
}
"Black" {
@FEMALEAVATAR changes eyesColor into Brown Black
goto femlcc_eyecolor_1
} "Green" {
@FEMALEAVATAR changes eyesColor into Green Emerald
goto femlcc_eyecolor_1
} "Silver" {
@FEMALEAVATAR changes eyesColor into Grey Cool
goto femlcc_eyecolor_1
} "Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel
goto femlcc_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto femlcc_eyes_1
} <PREMIUM> "Done"{
goto femlcc_custom_1
} 
"Red" {
@FEMALEAVATAR changes eyesColor into Red
goto femlcc_eyecolor_1
} "Violet" {
@FEMALEAVATAR changes eyesColor into Violet
goto femlcc_eyecolor_1
} <GREEN> "Change Eye Shape" {
goto femlcc_eyes_1
} <PREMIUM> "Done"{
goto femlcc_custom_1
}


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

label femlcc_mouth_1

        NARRATOR
    Mouth shapes.

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


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

label femlcc_mouthcolor_1

        NARRATOR
    All lip colors.

choice
"Natural" {
goto NaturalColors_1
} "Gloss" {
goto GlossColors_1
} "Matte" {
goto MatteColors_1
} <GREEN> "Change Lip Shape" {
goto femlcc_mouth_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_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 femlcc_mouthcolor_1
} <PREMIUM> "Done" {
goto femlcc_custom_1
}


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

label femlcc_nose_1

        NARRATOR
    Nose shapes.

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


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

label femlcc_haircolor_1

        NARRATOR
    All hair colors.

choice
"Dark"{
goto hairDark_1
}"Light" {
goto hairLight_1
}"Dyed"{
goto hairDye_1
}<PREMIUM>"Done"{
goto femlcc_custom_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<GREEN>"Done"{
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_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 femlcc_haircolor_1
}<PREMIUM>"Done" {
goto femlcc_custom_1
}

label femlcc_1_end
@pause for 0

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

Thank you so much <3!

1 Like

Is there a limited CC script for changing to natural lip color?

I wanted to first let the reader customize their MC (while having a duplicate created beforehand though), then want them to select a natural lip color for the child.

Assuming that is the right way to script it lol. I’d love it if I had a script of this :slight_smile:

1 Like