Help with customization template

Can anyone send me a female template? Where it lets readers choose everything besides eye color and hair color? (Ps. those choices will be locked with an author note saying: “Sorry, Lucia has Black hair” or “Sorry, Lucia has Black eyes”) And can the short hairstyles be locked as well, with another author note saying, “sorry she has long hair.” Tysm.

Do you want the options to still be there, but for the author’s note to appear? Because I can give you a template that doesn’t have the options to change eye color and hair color at all.

And are you working on INK or Limelight?

1 Like

INK AND YES thank u

Um, which one would you like? With the options still available but the author note appearing OR hair/eye color options removed from the template completely?

author note appearing. :slight_smile:

Here you go:

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

    NARRATOR
What do you look like?

choice
“Skin Tone” {
goto fem_skin1
} “Hair” {
goto fem_hair1
} “Eyes” {
goto fem_eyes1
} “Eyebrows” {
goto fem_brows1
} “Face Shape”{
goto fem_face1
} “Nose” {
goto fem_nose1
} “Mouth” {
goto fem_mouth1
} “This is perfect!” {
goto female_end1
}

label fem_skin1

    NARRATOR
Skin tones.

choice
“Light Skin Colors”{
goto skincolor_light1
}“Medium Skin Colors”{
goto skincolor_medium1
}“Dark Skin Colors”{
goto skincolor_dark1
}

label skincolor_light1

    NARRATOR
Light skin tones.

choice [shouldPaginate: YES]
“Dune” {
@LUCIA changes bodyColor into Dune
goto skincolor_light1
} “Porcelain” {
@LUCIA changes bodyColor into Porcelain
goto skincolor_light1
} “Peach” {
@LUCIA changes bodyColor into Peach
goto skincolor_light1
} “Fair” {
@LUCIA changes bodyColor into Fair
goto skincolor_light1
} “Try Other Colors”{
goto fem_skin1
} “Done”{
goto female_custom1
}
“Light”{
@LUCIA changes bodyColor into Light
goto skincolor_light1
} “Light Ocre” {
@LUCIA changes bodyColor into Light Ocre
goto skincolor_light1
} “Beige” {
@LUCIA changes bodyColor into Beige
goto skincolor_light1
} “Ivory” {
@LUCIA changes bodyColor into Ivory
goto skincolor_light1
} “Try Other Colors”{
goto fem_skin1
} “Done”{
goto female_custom1
}

label skincolor_medium1

    NARRATOR
Medium skin tones.

choice [shouldPaginate: YES]
“Olive” {
@LUCIA changes bodyColor into Olive
goto skincolor_medium1
} “Tan” {
@LUCIA changes bodyColor into Tan
goto skincolor_medium1
} “Taupe” {
@LUCIA changes bodyColor into Taupe
goto skincolor_medium1
} “Caramel” {
@LUCIA changes bodyColor into Caramel
goto skincolor_medium1
} “Try Other Colors”{
goto fem_skin1
} “Done”{
goto female_custom1
}
“Honey” {
@LUCIA changes bodyColor into Honey
goto skincolor_medium1
} “Toffee” {
@LUCIA changes bodyColor into Toffee
goto skincolor_medium1
} “Try Other Colors”{
goto fem_skin1
} “Done”{
goto female_custom1
}

label skincolor_dark1

    NARRATOR
Dark skin tones.

choice [shouldPaginate: YES]
“Umber” {
@LUCIA changes bodyColor into Umber
goto skincolor_dark1
} “Rosewood” {
@LUCIA changes bodyColor into Rosewood
goto skincolor_dark1
} “Mocha” {
@LUCIA changes bodyColor into Mocha
goto skincolor_dark1
} “Walnut” {
@LUCIA changes bodyColor into Walnut
goto skincolor_dark1
} “Try Other Colors”{
goto fem_skin1
} “Done”{
goto female_custom1
}
“Dark” {
@LUCIA changes bodyColor into Dark
goto skincolor_dark1
} “Sable” {
@LUCIA changes bodyColor into Sable
goto skincolor_dark1
} “Chestnut” {
@LUCIA changes bodyColor into Chestnut
goto skincolor_dark1
} “Done”{
goto female_custom1
} “Try Other Colors”{
goto fem_skin1
}

label fem_brows1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Classic Natural”{
@LUCIA changes eyebrows into Classic Natural
goto fem_brows1
}“Medium Angled”{
@LUCIA changes eyebrows into Medium Angled
goto fem_brows1
}“Defined Natural”{
@LUCIA changes eyebrows into Defined Natural
goto fem_brows1
}“Mature Round”{
@LUCIA changes eyebrows into Mature Round
goto fem_brows1
}“Seductive Arch”{
@LUCIA changes eyebrows into Seductive Arch
goto fem_brows1
} “Done”{
goto female_custom1
}
“Seductive Round”{
@LUCIA changes eyebrows into Seductive Round
goto fem_brows1
}“Thick Flat”{
@LUCIA changes eyebrows into Thick Flat
goto fem_brows1
}“Thin Round”{
@LUCIA changes eyebrows into Thin Round
goto fem_brows1
}“Thin Soft Arch”{
@LUCIA changes eyebrows into Thin Soft Arch
goto fem_brows1
}“Thin Curved”{
@LUCIA changes eyebrows into Thin Curved
goto fem_brows1
} “Done”{
goto female_custom1
}
“Medium Curved”{
@LUCIA changes eyebrows into Medium Curved
goto fem_brows1
}“Medium Soft Arch”{
@LUCIA changes eyebrows into Medium Soft Arch
goto fem_brows1
}“Smooth Arch”{
@LUCIA changes eyebrows into Smooth Arch
goto fem_brows1
}“Soft Angled”{
@LUCIA changes eyebrows into Soft Angled
goto fem_brows1
}“Thick Round”{
@LUCIA changes eyebrows into Thick Round
goto fem_brows1
} “Done”{
goto female_custom1
}

label fem_face1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Defined Heart” {
@LUCIA changes face into Defined Heart
goto fem_face1
} “Defined Round” {
@LUCIA changes face into Defined Round
goto fem_face1
} “Diamond” {
@LUCIA changes face into Diamond
goto fem_face1
} “Oval” {
@LUCIA changes face into Oval
goto fem_face1
} “Round” {
@LUCIA changes face into Round
goto fem_face1
} “Done”{
goto female_custom1
}
“Soft Heart” {
@LUCIA changes face into Soft Heart
goto fem_face1
} “Square” {
@LUCIA changes face into Square
goto fem_face1
} “Defined Oblong” {
@LUCIA changes face into Defined Oblong
goto fem_face1
} “Done”{
goto female_custom1
}

label fem_eyes1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Almond Classic” {
@LUCIA changes eyes into Almond Classic
goto fem_eyes1
} “Round Bold” {
@LUCIA changes eyes into Round Bold
goto fem_eyes1
} “Round Luxe” {
@LUCIA changes eyes into Round Luxe
goto fem_eyes1
} “Round Classic” {
@LUCIA changes eyes into Round Classic
goto fem_eyes1
} “Select Color”{
goto fem_eyecolor1
} “Done”{
goto female_custom1
}
“Downturned Bold” {
@LUCIA changes eyes into Downturned Bold
goto fem_eyes1
} “Downturned Natural” {
@LUCIA changes eyes into Downturned Natural
goto fem_eyes1
} “Slender Classic” {
@LUCIA changes eyes into Slender Classic
goto fem_eyes1
} “Sloping Classic” {
@LUCIA changes eyes into Sloping Classic
goto fem_eyes1
} “Select Color”{
goto fem_eyecolor1
} “Done”{
goto female_custom1
}
“Slender Natural” {
@LUCIA changes eyes into Slender Natural
goto fem_eyes1
} “Upturned Bold” {
@LUCIA changes eyes into Upturned Bold
goto fem_eyes1
} “Upturned Feline” {
@LUCIA changes eyes into Upturned Feline
goto fem_eyes1
} “Upturned Luxe” {
@LUCIA changes eyes into Upturned Luxe
goto fem_eyes1
} “Select Color”{
goto fem_eyecolor1
} “Done”{
goto female_custom1
}
“Upturned Natural” {
@LUCIA changes eyes into Upturned Natural
goto fem_eyes1
} “Almond Luxe” {
@LUCIA changes eyes into Almond Luxe
goto fem_eyes1
} “Mature Almond” {
@LUCIA changes eyes into Almond Mature
goto fem_eyes1
} “Mature Round” {
@LUCIA changes eyes into Mature Round
goto fem_eyes1
} “Select Color”{
goto fem_eyecolor1
} “Done”{
goto female_custom1
}

label fem_eyecolor1

    NARRATOR
Sorry, Lucia has Black eyes.

goto female_custom1

label fem_mouth1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Blossom Lips” {
@LUCIA changes mouth into Blossom Lips
goto fem_mouth1
}“Classic” {
@LUCIA changes mouth into Classic
goto fem_mouth1
}“Classic Slender” {
@LUCIA changes mouth into Classic Slender
goto fem_mouth1
}“Full Round” {
@LUCIA changes mouth into Full Round
goto fem_mouth1
}“Select Color”{
goto fem_mouthcolor1
}“Done”{
goto female_custom1
}
“Mature Medium” {
@LUCIA changes mouth into Mature Medium
goto fem_mouth1
}“Mature Round” {
@LUCIA changes mouth into Mature Round
goto fem_mouth1
}“Mature Slender” {
@LUCIA changes mouth into Mature Slender
goto fem_mouth1
}“Thick” {
@LUCIA changes mouth into Thick
goto fem_mouth1
}“Select Color”{
goto fem_mouthcolor1
}“Done”{
goto female_custom1
}

label fem_mouthcolor1

    NARRATOR
Lip colors.

choice
“Natural Colors” {
goto NaturalColors1
} “Bright Colors” {
goto BrightColors1
} “Dark Colors” {
goto DarkColors1
} “Change Lip Shape” {
goto fem_mouth1
}

label NaturalColors1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Blush” {
@LUCIA changes mouthColor into Blush
goto NaturalColors1
} “Dune” {
@LUCIA changes mouthColor into Dune
goto NaturalColors1
} “Ivory” {
@LUCIA changes mouthColor into Ivory
goto NaturalColors1
} “Sand” {
@LUCIA changes mouthColor into Sand
goto NaturalColors1
} “Try Other Colors” {
goto fem_mouthcolor1
} “Done” {
goto female_custom1
}
“Mocha” {
@LUCIA changes mouthColor into Mocha
goto NaturalColors1
} “Taupe” {
@LUCIA changes mouthColor into Taupe
goto NaturalColors1
} “Terracotta” {
@LUCIA changes mouthColor into Terracotta
goto NaturalColors1
} “Toffee” {
@LUCIA changes mouthColor into Toffee
goto NaturalColors1
} “Try Other Colors” {
goto fem_mouthcolor1
} “Done” {
goto female_custom1
}
“Umber” {
@LUCIA changes mouthColor into Umber
goto NaturalColors1
} “Rosewood” {
@LUCIA changes mouthColor into Rosewood
goto NaturalColors1
} “Dark” {
@LUCIA changes mouthColor into Dark
goto NaturalColors1
} “Sable” {
@LUCIA changes mouthColor into Sable
goto NaturalColors1
} “Try Other Colors” {
goto fem_mouthcolor1
} “Done” {
goto female_custom1
}
“Crimson” {
@LUCIA changes mouthColor into Crimson
goto NaturalColors1
} “Chestnut” {
@LUCIA changes mouthColor into Chestnut
goto NaturalColors1
} “Try Other Colors” {
goto fem_mouthcolor1
} “Done” {
goto female_custom1
}

label BrightColors1

    NARRATOR
Bright lipstick colors.

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

label DarkColors1

    NARRATOR
Dark lipstick colors.

choice [shouldPaginate: YES]
“Azure” {
@LUCIA changes mouthColor into Azure
goto DarkColors1
} “Raven” {
@LUCIA changes mouthColor into Raven
goto DarkColors1
} “Bordeaux” {
@LUCIA changes mouthColor into Bordeaux
goto DarkColors1
} “Dusty Rose” {
@LUCIA changes mouthColor into Dusty Rose
goto DarkColors1
} “Try Other Colors” {
goto fem_mouthcolor1
} “Done” {
goto female_custom1
}
“Plum” {
@LUCIA changes mouthColor into Plum
goto DarkColors1
} “Emerald” {
@LUCIA changes mouthColor into Emerald
goto DarkColors1
} “Scarlet” {
@LUCIA changes mouthColor into Scarlet
goto DarkColors1
} “Wine” {
@LUCIA changes mouthColor into Wine
goto DarkColors1
} “Try Other Colors” {
goto fem_mouthcolor1
} “Done” {
goto female_custom1
}

label fem_nose1

    NARRATOR
Nose shapes.

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

label fem_hair1

    NARRATOR
Hair styles.

choice
“Short Hair”{
goto hairShort1
}“Mid-length Hair”{
goto hairMedium1
}“Long Hair”{
goto hairLong1
}“Curled Hair”{
goto hairCurled1
}“Tied-Up Hair”{
goto hairUp1
}“Change Color”{
goto fem_haircolor1
}“Done”{
goto female_custom1
}

label hairShort1

    NARRATOR
Short hair styles.

choice [shouldPaginate: YES]
“Buzzed Hair” {
@LUCIA changes hair into Buzzed Hair
goto hairShort1
}“Classy Pixie” {
@LUCIA changes hair into Classy Pixie
goto hairShort1
}“Messy Pixie” {
@LUCIA changes hair into Messy Pixie
goto hairShort1
}“Pixie” {
@LUCIA changes hair into Pixie
goto hairShort1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}
“Unstyled Faux Hawk” {
@LUCIA changes hair into Unstyled Faux Hawk
goto hairShort1
} “Slicked Back” {
@LUCIA changes hair into Long Slicked Back Hair
goto hairShort1
}“Twist Hair” {
@LUCIA changes hair into Twist Hair
goto hairShort1
}“Long Faux Hawk” {
@LUCIA changes hair into Long Faux Hawk
goto hairShort1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}
“Cornrow Faux Hawk” {
@LUCIA changes hair into Cornrow Faux Hawk
goto hairShort1
}“Shaved Sides” {
@LUCIA changes hair into Shaved Sides
goto hairShort1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}

label hairMedium1

    NARRATOR
Medium hair styles.

choice [shouldPaginate: YES]
“Bed head” {
@LUCIA changes hair into Shaggy Long Hair
goto hairMedium1
}“Classic Bob” {
@LUCIA changes hair into Classic Bob
goto hairMedium1
}“Dreadlocks” {
@LUCIA changes hair into Long Dreadlocks
goto hairMedium1
}“Straight Bob” {
@LUCIA changes hair into Straight Bob
goto hairMedium1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}
“Suburban Bubble” {
@LUCIA changes hair into Suburban Bubble
goto hairMedium1
}“Natural Curls” {
@LUCIA changes hair into Natural Curls
goto hairMedium1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}

label hairLong1

    NARRATOR
Long hair styles.

choice [shouldPaginate: YES]
“Layered Hair” {
@LUCIA changes hair into Layered Hair
goto hairLong1
}“Long Feathered” {
@LUCIA changes hair into Long Feathered
goto hairLong1
}“Jules Hair” {
@LUCIA changes hair into Jules Hair
goto hairLong1
}“Long Straight Bangs” {
@LUCIA changes hair into Long Straight Hair
goto hairLong1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}
“Straight” {
@LUCIA changes hair into Straight
goto hairLong1
}“Styled Corn Rows” {
@LUCIA changes hair into Styled Corn Rows
goto hairLong1
}“Long Braids” {
@LUCIA changes hair into Long Braids
goto hairLong1
}“Box Braids”{
@LUCIA changes hair into Black and Brown Box Braid Updo
goto hairLong1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}

label hairCurled1

    NARRATOR
Curled hair styles.

choice [shouldPaginate: YES]
“Beach Wave” {
@LUCIA changes hair into Beach Wave Hair
goto hairCurled1
}“Diva Curls” {
@LUCIA changes hair into Diva Curls
goto hairCurled1
}“Long Curly Hair” {
@LUCIA changes hair into Long Curly Hair
goto hairCurled1
}“Rebel Half Shaved” {
@LUCIA changes hair into Rebel Half Shaved Hairstyle
goto hairCurled1
}“Change Color”{
goto fem_haircolor1
}“Back to Styles”{
goto fem_hair1
}
“Short Curly Hair” {
@LUCIA changes hair into Short Curly Hair
goto hairCurled1
}“Back to Styles”{
goto fem_hair1
}“Change Color”{
goto fem_haircolor1
}

label hairUp1

    NARRATOR
Updo hair styles.

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

label fem_haircolor1

    NARRATOR
Sorry, Lucia has Black hair.

goto female_custom1

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

I used the template by @Dara.Amarie. Please credit her somewhere in your story, or keep the reader message at the end of the script I pasted above. My Previewer is also not cooperating right now so I haven’t tried this code out-- please let me know if it works like you want it too or I can edit it further. :slight_smile:

2 Likes

OMG Thank you so much

@Sydney_H or @Jeremy close this?

1 Like

Topic closed by OP request. :wink: