Dara's Character Customization Templates (INK & Limelight)

:heart:

Dara.Amarie, which FEMALEAVATAR/MALEAVATAR do I highlight? There are 3, and I am confusing myself!

Anyone, they’re all going to get changed.

Alright, thank you!

This is incredible! Thank you so much, you’re a blessing to this community.

Quick question, am I allowed to edit this template? Not changing things too much, just, limiting certain aspects of the CC, such as lip colors, skin color, etc.

1 Like

Of course! But you could always go to my limited CC workshop and request on there if you’d like: Limited CC Templates & Workshop!

Thanks so much!

And, oof, I wish I’d seen that before, I just spent about an hour editing the template, haha. :man_facepalming:

In Spotlight mode Dara.Amarie, I tried your customization template but the character wasn’t showing up until you clicked complete. Is there a way you can get a spotlight character to stay up for customization?

dara.amarie am having some problems with the female avatar, it says error your label may not contain a space

Hi I used this template and I keep getting a error saying such and such doesn’t exist can u tell me how to fix this problem ?

I made an edited version of this with only options for “normal” (non-dyed) hair colors and hairstyles, for example for characters who have to be school-appropriate or something. Hope this is useful to someone! :sparkling_heart:

Click here for the code!
#customize{
@MC enters from left to screen center
label female_custom_1
&MC faces right and MC starts idle
@zoom on 147 407 to 205% in 1

        NARRATOR
    3. So, [NAME], what's your look?

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

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

label fem_skin_1

        NARRATOR
    All skin tones.

choice
"Neutral Shades" {
goto fem_neutralskin_1
} "Rose Shades" {
goto fem_roseskin_1
} "Gold Shades" {
goto fem_goldskin_1
} "Copper Shades" {
goto fem_copperskin_1
} "Ash Shades" {
goto fem_ashskin_1
} <GREEN> "Done" {
goto female_custom_1
}

label fem_neutralskin_1

        NARRATOR
    Neutral skin tones.

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

label fem_roseskin_1

        NARRATOR
    Rose skin tones.

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

label fem_goldskin_1

        NARRATOR
    Gold skin tones.

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

label fem_copperskin_1

        NARRATOR
    Copper skin tones.

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

label fem_ashskin_1

        NARRATOR
    Ash skin tones.

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


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

label fem_brows_1

        NARRATOR
    Eyebrow shapes.

choice [shouldPaginate: YES]
"Arched Natural"{
@MC changes eyebrows into Arched Natural
goto fem_brows_1
}"Arched Thick"{
@MC changes eyebrows into Arched Thick Styled
goto fem_brows_1
}"Arched Thin"{
@MC changes eyebrows into Arched Thin
goto fem_brows_1
}"Arched Thin High"{
@MC changes eyebrows into Arched Thin High
goto fem_brows_1
}<GREEN> "Change Color" {
goto fem_browscolor_1
}<PREMIUM> "Done"{
goto female_custom_1
}
"Round Medium"{
@MC changes eyebrows into Round Medium
goto fem_brows_1
}"Round Thick"{
@MC changes eyebrows into Round Thick
goto fem_brows_1
}"Round Thin High"{
@MC changes eyebrows into Round Thin High
goto fem_brows_1
}"Straight Medium"{
@MC changes eyebrows into Straight Medium
goto fem_brows_1
}<GREEN> "Change Color" {
goto fem_browscolor_1
}<PREMIUM> "Done"{
goto female_custom_1
}
"Arched Natural Scar"{
@MC changes eyebrows into Arched Natural Scar
goto fem_brows_1
}"High Arch Angled"{
@MC changes eyebrows into High Arch Angled
goto fem_brows_1
}"Arched Short"{
@MC changes eyebrows into Arched Short
goto fem_brows_1
}"Bushy Thick"{
@MC changes eyebrows into Bushy Thick
goto fem_brows_1
}<GREEN> "Change 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" {
@MC changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} "Honey Blonde" {
@MC changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} "Platinum Blonde" {
@MC changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} "Strawberry Blonde" {
@MC changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} <GREEN> "Brow Shapes" {
goto fem_brows_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Blonde Medium" {
@MC changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} "Chestnut Brown" {
@MC changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} "Dark Brown" {
@MC changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} "Deep Brown" {
@MC changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} <GREEN> "Brow Shapes" {
goto fem_brows_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Light Brown" {
@MC changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} "Dark Black" {
@MC changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} "Jet Black" {
@MC changes eyebrowsColor into blackJet
goto fem_browscolor_1
} "Light Pink" {
@MC changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} <GREEN> "Brow Shapes" {
goto fem_brows_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Lavender" {
@MC changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} "Mint" {
@MC changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} "Ginger Red" {
@MC changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} "Copper Red" {
@MC changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} <GREEN> "Brow Shapes" {
goto fem_brows_1
} <PREMIUM> "Done" {
goto female_custom_1
}
"Gray" {
@MC changes eyebrowsColor into Gray
goto fem_browscolor_1
} "White" {
@MC changes eyebrowsColor into White
goto fem_browscolor_1
} <GREEN> "Brow Shapes" {
goto fem_brows_1
} <PREMIUM> "Done" {
goto female_custom_1
}

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

label fem_face_1

        NARRATOR
    Face shapes.

choice [shouldPaginate: YES]
"Diamond" {
@MC changes face into Diamond
goto fem_face_1
} "Long Diamond" {
@MC changes face into Diamond Long
goto fem_face_1
} "Defined Diamond" {
@MC changes face into Diamond Defined Contour
goto fem_face_1
} "Defined Heart" {
@MC changes face into Heart Defined
goto fem_face_1
} "Defined Squared" {
@MC changes face into Square Defined
goto fem_face_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Soft Heart" {
@MC changes face into Heart Soft
goto fem_face_1
} "Defined Triangle" {
@MC changes face into Triangle Defined
goto fem_face_1
} "Mature Square" {
@MC changes face into Square Mature
goto fem_face_1
} "Mature Heart" {
@MC changes face into Heart Mature
goto fem_face_1
} "Soft Round" {
@MC changes face into Round Soft
goto fem_face_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Double Chin" {
@MC changes face into Heart Mature Double Chin
goto fem_face_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Round Puffy" {
@MC changes face into Round Puffy Cheek
goto fem_face_1
}

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

label fem_eyes_1

        NARRATOR
    Eye shapes.

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

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

label fem_eyecolor_1

        NARRATOR
    Eye colors.

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

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

label fem_mouth_1

        NARRATOR
    Lip shapes.

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

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

label fem_mouthcolor_1

        NARRATOR
    All lip colors.

choice
"Natural" {
goto fem_NaturalColors_1
} "Gloss" {
goto fem_GlossColors_1
} "Matte" {
goto fem_MatteColors_1
} <PREMIUM> "Done" {
goto female_custom_1
} <GREEN> "Lip Shapes" {
goto fem_mouth_1
}

label fem_NaturalColors_1

        NARRATOR
    Natural lip colors.

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

label fem_GlossColors_1

        NARRATOR
    Gloss lipstick colors.

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

label fem_MatteColors_1

        NARRATOR
    Matte lipstick colors.

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

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

label fem_nose_1

        NARRATOR
    Nose shapes.

choice [shouldPaginate: YES]
"Defined Natural" {
@MC changes nose into Defined Natural
goto fem_nose_1
} "Grecian Soft" {
@MC changes nose into Grecian Soft
goto fem_nose_1
} "Round Broad" {
@MC changes nose into Round Broad
goto fem_nose_1
} "Round Button" {
@MC changes nose into Round Button
goto fem_nose_1
} "Round Button Upturned" {
@MC changes nose into Round Button Upturned
goto fem_nose_1
} <PREMIUM>"Done"{
goto female_custom_1
}
"Round Downturned" {
@MC changes nose into Round Downturned
goto fem_nose_1
} "Round Flared Upturned" {
@MC changes nose into Round Flared Upturned
goto fem_nose_1
} "Round Flared Downturned" {
@MC changes nose into Round Flared Downturned
goto fem_nose_1
} "Pointed Downturned" {
@MC changes nose into Pointed Downturned
goto fem_nose_1
} "Broad Wide" {
@MC changes nose into Broad Wide
goto fem_nose_1
} <PREMIUM>"Done"{
goto female_custom_1
}

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

label fem_hair_1

        NARRATOR
    All hairstyles.

choice
"Short Hair"{
goto fem_hairShort_1
}"Mid-length Hair"{
goto fem_hairMedium_1
}"Long Hair"{
goto fem_hairLong_1
}"Styled Hair"{
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Done"{
goto female_custom_1
}

label fem_hairShort_1

        NARRATOR
    Short hairstyles.

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

label fem_hairMedium_1

        NARRATOR
    Medium hairstyles.

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

label fem_hairLong_1

        NARRATOR
    Long hairstyles.

choice [shouldPaginate: YES]
"Beach Wave" {
@MC changes hair into Beach Wave Hair
goto fem_hairLong_1
}"Long Braided" {
@MC changes hair into Long Braided
goto fem_hairLong_1
}"Long Dreadlocks" {
@MC changes hair into Long Dreadlocks
goto fem_hairLong_1
}"Feathered" {
@MC changes hair into Long Feathered
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Long Blunt Bangs" {
@MC changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}"Sideswept Bangs" {
@MC changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}"Straight" {
@MC changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}"Wavy Long" {
@MC changes hair into Wavy Long
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Wavy Parted" {
@MC changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}"Feathered Bangs" {
@MC changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}"Braided Dreads Parted" {
@MC changes hair into Dreads Braided
goto fem_hairLong_1
}"Long Voluminous Curls" {
@MC changes hair into Long Voluminous Curls Loose
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Long Curls" {
@MC changes hair into Long Curls
goto fem_hairLong_1
}"Slicked Back" {
@MC changes hair into Long Straight Slicked Back
goto fem_hairLong_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}

label fem_hairUp_1

        NARRATOR
    Updo hairstyles.

choice [shouldPaginate: YES]
"Braided Bun" {
@MC changes hair into Braided Bun
goto fem_hairUp_1
}"Short Ponytail" {
@MC changes hair into Short High Ponytail
goto fem_hairUp_1
}"Long Ponytail" {
@MC changes hair into Long High Ponytail
goto fem_hairUp_1
}"Morning Updo" {
@MC changes hair into Morning Updo
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Small Bun" {
@MC changes hair into Small Bun
goto fem_hairUp_1
}"Sleek Ponytail" {
@MC changes hair into Sleek Ponytail
goto fem_hairUp_1
}<GREEN>"Change Color"{
goto fem_haircolor_1
}<PREMIUM>"Back to Styles"{
goto fem_hair_1
}
"Shoulder Braid" {
@MC changes hair into Over Shoulder Braid
goto fem_hairUp_1
}"Updo Braids" {
@MC changes hair into Braids Updo
goto fem_hairUp_1
}"Blunt Bangs Ponytail" {
@MC changes hair into Pony Tail Blunt Bangs
goto fem_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 fem_hairDark_1
}"Light" {
goto fem_hairLight_1
}<PREMIUM>"Done"{
goto female_custom_1
}<GREEN> "Back to Styles" {
goto fem_hair_1
}

label fem_hairDark_1

        NARRATOR
    Dark hair colors.

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

label fem_hairLight_1

        NARRATOR
    Light hair colors.

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

label female_1_end
        NARRATOR
    Are you happy with how you look?
choice
<PREMIUM> "Yes, I look gorgeous!" {
readerMessage Follow @dara.amarie.ep on IG! with messageTitle Code Template Credit
@MC is primp_neutral
} <GREEN> "No, I want to change something." {
goto female_custom_1
}
#}

Yeah I figured it out

@Dara.Amarie

This is weird, but I was using your template and, of course, got the no eyebrows exist notification. I knew what was going on, so I came here in forums so I could remember how to change that. I clicked ctrl-f like you said, and clicked on all. It all highlighted, and I clicked ctrl-f again. I wrote the character’s name, which is LILIAN, in all caps.

It highlighted the Lilian in the story when she was talking and narrating!!

How do I fix this???

You’re not suppose to press ctrl+F again. You only press it just once the first time. After you click on ALL and all the “FEMALEAVATAR” gets highlighted, that’s when you type in your character’s name.

Oh, thanks!!

@Dara.Amarie! I wanted to use one of your customization template, but I can’t copy the whole template without my computer. Do you think you can via send me the two of the ll boys template do me? Thanks

@Dara.Amarie

I’m getting the “No labels exist” warning message and can’t figure out why. It’s not even the first template in the story. I was wondering if I have to keep the “2” in the @FEMALEAVATAR2???

Thanks!

can you show a picture of that because the picture that you sended right here is about the ERROR No eyebrows called Classic Natural exists

@Minoesje

Yes I can’t get it to work with the eyebrows… What picture would you like me to send of my script?? I can send a screenshot of any part.

this part