Dara's Character Customization Templates (INK & Limelight)

It’s quite a job on LL, too! I’m still going through each individual skin tone and deciding what colour works!

so will this work:

@MARIE changes into ROXY skin color

Will that work? If not can you show me how to make the parents have the same skin color etc ?
xo

@Dara.Amarie what am I missing? I am using male template.

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)
1 Like

She shows you how here.

2 Likes

lol yep I was using ink, ugh, lol thanks @kw.episode. WHERE THE HECK ARE MY GLASSES! :running_woman:t3::running_woman:t3::running_woman:t3::running_woman:t3::running_woman:t3::running_woman:t3:

2 Likes

:nerd_face: BUMP

1 Like

honestly amazing! No idea how I would write episode stories without you!

Lil’bump :slight_smile:

And thank you for the templates

1 Like

Hi there! This is what my script error says:

Script ERROR: There is a { on line 151 that does not have a matching }

151 } “Different Shades” {
152 fem_skin_1
153 } “Done” {
154 goto female_custom_1

I don’t know what it means and I’ve tried adjusting it by deleting some brackets and looking at the template but it hasn’t changed. Please help!

So from what I see:

} “Different Shades” {
goto fem_skin_1
}“Done” {
goto female_custom_1
}

@Dara.Amarie
I have a question about your limited customization, Can I use the template twice in the same episode?
I have tried and I just have errors about it being duplicate, and I’m not sure how to code it.

Which template was it?

Limited Customization

Which one though?

No Skin,Eye color and hair color customization.

INK or limelight, and male or female?

Ink, Female

Here you go!

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

        NARRATOR
    What do you look like?

choice
"Hair" {
goto femlcc_hair11x
} "Eyes" {
goto femlcc_eyes11x
} "Eyebrows" {
goto femlcc_brows11x
} "Face Shape"{
goto femlcc_face11x
} "Nose" {
goto femlcc_nose11x
} "Mouth" {
goto femlcc_mouth11x
} <PREMIUM> "This is perfect!" {
goto femlcc_end11x
}

label femlcc_brows11x

        NARRATOR
    Eyebrow shapes.

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

label femlcc_face11x

        NARRATOR
    Face shapes.

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

label femlcc_eyes11x

        NARRATOR
    Eye shapes.

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

label femlcc_mouth11x

        NARRATOR
    Mouth shapes.

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

label femlcc_mouthcolor11x

        NARRATOR
    Lip colors.

choice
"Natural Colors" {
goto femlcc_lip_natural11x
} "Bright Colors" {
goto femlcc_lip_bright11x
} "Dark Colors" {
goto femlcc_lip_dark11x
} <GREEN> "Change Lip Shape" {
goto femlcc_mouth11x
}

label femlcc_lip_natural11x

        NARRATOR
    Natural lip colors.

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

label femlcc_lip_bright11x

        NARRATOR
    Bright lipstick colors.

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

label femlcc_lip_dark11x

        NARRATOR
    Dark lipstick colors.

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


label femlcc_nose11x

        NARRATOR
    Nose shapes.

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

label femlcc_hair11x

        NARRATOR
    Hair styles.

choice
"Short Hair"{
goto femlcc_hairShort11x
}"Mid-length Hair"{
goto femlcc_hairMedium11x
}"Long Hair"{
goto femlcc_hairLong11x
}"Curled Hair"{
goto femlcc_hairCurled11x
}"Tied-Up Hair"{
goto femlcc_hairUp11x
}<PREMIUM>"Done"{
goto femlcc_custom11x
}

label femlcc_hairShort11x

        NARRATOR
    Short hair styles.

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

label femlcc_hairMedium11x

        NARRATOR
    Medium hair styles.

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

label femlcc_hairLong11x

        NARRATOR
    Long hair styles.

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

label femlcc_hairCurled11x

        NARRATOR
    Curled hair styles.

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

label femlcc_hairUp11x

        NARRATOR
    Updo hair styles.

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

label femlcc_end11x
        NARRATOR
    Are you happy with how she looks?
choice
<PREMIUM> "Yes, she looks amazing!" {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@FEMALEAVATAR is primp_condescend
} <GREEN> "No I want to change something" {
goto femlcc_custom11x
}
1 Like

Whoa thank you.

1 Like