Can Someone Do My Specific Customization Template?

Hi, for my story I need a specific customization template for the main character. What I want to stay the same is her eye color which is green and they can only choose between three different skin tones which would be Toffee, Caramel, and Honey and I want her hair color to stay chestnut brown. I would really appreciate if someone would do this for me! Thank you! :slight_smile:

I can make it, PM me if you haven’t found someone to make the template.

label female_custom1
@CHARACTER stands screen center and CHARACTER faces right and CHARACTER 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
} <GREEN> "This is perfect!" {
goto female1_end
}

label fem_skin1

        NARRATOR
    Choose your skin color.

choice
"Caramel" {
@CHARACTER changes bodyColor into Caramel
goto fem_skin1
}
"Honey" {
@CHARACTER changes bodyColor into Honey
goto fem_skin1
}
"Toffee" {
@CHARACTER changes bodyColor into Toffee
goto fem_skin1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_brows1

        NARRATOR
    Choose your eyebrow shape.

choice
"Classic Natural"{
@CHARACTER changes eyebrows into Classic Natural
goto fem_brows1
}"Medium Angled"{
@CHARACTER changes eyebrows into Medium Angled
goto fem_brows1
}"Defined Natural"{
@CHARACTER changes eyebrows into Defined Natural
goto fem_brows1
}"Mature Round"{
@CHARACTER changes eyebrows into Mature Round
goto fem_brows1
}"Seductive Arch"{
@CHARACTER changes eyebrows into Seductive Arch
goto fem_brows1
}<GREEN>"Next Page"{
goto fem_brows12
}<GREEN> "Done"{
goto female_custom1
}

label fem_brows12

        NARRATOR
    Choose your eyebrow shape.

choice
"Seductive Round"{
@CHARACTER changes eyebrows into Seductive Round
goto fem_brows12
}"Thick Flat"{
@CHARACTER changes eyebrows into Thick Flat
goto fem_brows12
}"Thin Round"{
@CHARACTER changes eyebrows into Thin Round
goto fem_brows12
}"Thin Soft Arch"{
@CHARACTER changes eyebrows into Thin Soft Arch
goto fem_brows12
}"Thin Curved"{
@CHARACTER changes eyebrows into Thin Curved
goto fem_brows12
}<GREEN>"Previous Page"{
goto fem_brows1
}<GREEN> "Done"{
goto female_custom1
}

label fem_face1

        NARRATOR
    Choose your face shape.

choice
"Defined Heart" {
@CHARACTER changes face into Defined Heart
goto fem_face1
}
"Defined Round" {
@CHARACTER changes face into Defined Round
goto fem_face1
}
"Diamond" {
@CHARACTER changes face into Diamond
goto fem_face1
}
"Oval" {
@CHARACTER changes face into Oval
goto fem_face1
}
"Round" {
@CHARACTER changes face into Round
goto fem_face1
}
"Soft Heart" {
@CHARACTER changes face into Soft Heart
goto fem_face1
}
"Square" {
@CHARACTER changes face into Square
goto fem_face1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_eyes1

        NARRATOR
    Choose your eyes.

choice
"Almond Classic" {
@CHARACTER changes eyes into Almond Classic
goto fem_eyes1
}
"Round Bold" {
@CHARACTER changes eyes into Round Bold
goto fem_eyes1
}
"Round Luxe" {
@CHARACTER changes eyes into Round Luxe
goto fem_eyes1
}
"Round Classic" {
@CHARACTER changes eyes into Round Classic
goto fem_eyes1
}
"Downturned Bold" {
@CHARACTER changes eyes into Downturned Bold
goto fem_eyes1
}
"Downturned Natural" {
@CHARACTER changes eyes into Downturned Natural
goto fem_eyes1
}
"Slender Classic" {
@CHARACTER changes eyes into Slender Classic
goto fem_eyes1
}
<GREEN>"Next Page"{
goto fem_eyes12
}
<GREEN>"Select Color"{
goto fem_eyecolor1
}
<GREEN>"Done"{
goto female_custom1
}


label fem_eyes12

        NARRATOR
    Choose your eyes.

choice
"Sloping Classic" {
@CHARACTER changes eyes into Sloping Classic
goto fem_eyes12
}
"Slender Natural" {
@CHARACTER changes eyes into Slender Natural
goto fem_eyes12
}
"Upturned Bold" {
@CHARACTER changes eyes into Upturned Bold
goto fem_eyes12
}
"Upturned Feline" {
@CHARACTER changes eyes into Upturned Feline
goto fem_eyes12
}
"Upturned Luxe" {
@CHARACTER changes eyes into Upturned Luxe
goto fem_eyes12
}
"Upturned Natural" {
@CHARACTER changes eyes into Upturned Natural
goto fem_eyes12
}
"Almond Luxe" {
@CHARACTER changes eyes into Almond Luxe
goto fem_eyes12
}
<GREEN>"Previous Page"{
goto fem_eyes1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_mouth1

        NARRATOR
    Choose your mouth shape.

choice
"Blossom Lips" {
@CHARACTER changes mouth into Blossom Lips
goto fem_mouth1
}"Classic" {
@CHARACTER changes mouth into Classic
goto fem_mouth1
}"Classic Slender" {
@CHARACTER changes mouth into Classic Slender
goto fem_mouth1
}"Full Round" {
@CHARACTER changes mouth into Full Round
goto fem_mouth1
}"Mature Medium" {
@CHARACTER changes mouth into Mature Medium
goto fem_mouth1
}"Thick" {
@CHARACTER changes mouth into Thick
goto fem_mouth1
}<GREEN>"Select Color"{
goto fem_mouthcolor1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_mouthcolor1

        NARRATOR
    Choose your lip color.

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

label NaturalColors1

        NARRATOR
    Choose your lip color.

choice
"Blush" {
@CHARACTER changes mouthColor into Blush
goto NaturalColors1
} "Dune" {
@CHARACTER changes mouthColor into Dune
goto NaturalColors1
} "Ivory" {
@CHARACTER changes mouthColor into Ivory
goto NaturalColors1
} "Mocha" {
@CHARACTER changes mouthColor into Mocha
goto NaturalColors1
} "Taupe" {
@CHARACTER changes mouthColor into Taupe
goto NaturalColors1
} "Terracotta" {
@CHARACTER changes mouthColor into Terracotta
goto NaturalColors1
} "Toffee" {
@CHARACTER changes mouthColor into Toffee
goto NaturalColors1
} <GREEN> "Next Page" {
goto NaturalColors12
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label NaturalColors12

        NARRATOR
    Choose your lip color.

choice
"Umber" {
@CHARACTER changes mouthColor into Umber
goto NaturalColors12
} "Rosewood" {
@CHARACTER changes mouthColor into Rosewood
goto NaturalColors12
} "Dusty Rose" {
@CHARACTER changes mouthColor into Dusty Rose
goto NaturalColors12
} "Dark" {
@CHARACTER changes mouthColor into Dark
goto NaturalColors12
} "Sable" {
@CHARACTER changes mouthColor into Sable
goto NaturalColors12
} "Chestnut" {
@CHARACTER changes mouthColor into Chestnut
goto NaturalColors12
} <GREEN> "Previous Page" {
goto NaturalColors1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label BrightColors1

        NARRATOR
    Choose your lip color.

choice
"Bubblegum Pink" {
@CHARACTER changes mouthColor into Bubblegum Pink
goto BrightColors1
} "Champagne" {
@CHARACTER changes mouthColor into Champagne
goto BrightColors1
} "Olive" {
@CHARACTER changes mouthColor into Olive
goto BrightColors1
} "Cherry Red" {
@CHARACTER changes mouthColor into Cherry Red
goto BrightColors1
} "Orange Crush" {
@CHARACTER changes mouthColor into Orange Crush
goto BrightColors1
} "Raspberry" {
@CHARACTER changes mouthColor into Raspberry
goto BrightColors1
} <GREEN> "Next Page" {
goto BrightColors12
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label BrightColors12

        NARRATOR
    Choose your lip color.

choice
"Rose" {
@CHARACTER changes mouthColor into Rose
goto BrightColors12
} "Ruby Red" {
@CHARACTER changes mouthColor into Ruby Red
goto BrightColors12
} "Seafoam" {
@CHARACTER changes mouthColor into Seafoam
goto BrightColors12
} "Sky Blue" {
@CHARACTER changes mouthColor into Sky Blue
goto BrightColors12
} "White" {
@CHARACTER changes mouthColor into White
goto BrightColors12
} "Lavender" {
@CHARACTER changes mouthColor into Lavender
goto BrightColors12
} <GREEN> "Previous Page" {
goto BrightColors1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label DarkColors1

        NARRATOR
    Choose your lip color.

choice
"Azure" {
@CHARACTER changes mouthColor into Azure
goto DarkColors1
} "Raven" {
@CHARACTER changes mouthColor into Raven
goto DarkColors1
} "Bordeaux" {
@CHARACTER changes mouthColor into Bordeaux
goto DarkColors1
} "Plum" {
@CHARACTER changes mouthColor into Plum
goto DarkColors1
} "Emerald" {
@CHARACTER changes mouthColor into Emerald
goto DarkColors1
} "Scarlet" {
@CHARACTER changes mouthColor into Scarlet
goto DarkColors1
} "Wine" {
@CHARACTER changes mouthColor into Wine
goto DarkColors1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label fem_nose1

        NARRATOR
    Choose your nose.

choice
"Hooked" {
@CHARACTER changes nose into Hooked
goto fem_nose1
}
"Sculpted" {
@CHARACTER changes nose into Sculpted
goto fem_nose1
}
"Elven" {
@CHARACTER changes nose into Elven
goto fem_nose1
}
"Grecian" {
@CHARACTER changes nose into Grecian
goto fem_nose1
}
"Upturned" {
@CHARACTER changes nose into Upturned
goto fem_nose1
}
"Soft Natural" {
@CHARACTER changes nose into Soft Natural
goto fem_nose1
}
"Refined" {
@CHARACTER changes nose into Refined
goto fem_nose1
}
<GREEN>"Next Page"{
goto fem_nose12
}
<GREEN>"Done"{
goto female_custom1
}

label fem_nose12

        NARRATOR
    Choose your nose.

choice
"Roman" {
@CHARACTER changes nose into Roman
goto fem_nose12
}
"Celestial" {
@CHARACTER changes nose into Celestial
goto fem_nose12
}
"Round" {
@CHARACTER changes nose into Round
goto fem_nose12
}
"Aquiline" {
@CHARACTER changes nose into Aquiline
goto fem_nose12
}
"Pointed" {
@CHARACTER changes nose into Pointed
goto fem_nose12
}
"Perky" {
@CHARACTER changes nose into Perky
goto fem_nose12
}
"Wide" {
@CHARACTER changes nose into Wide
goto fem_nose12
}
<GREEN>"Previous Page"{
goto fem_nose1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_hair1

        NARRATOR
    Choose your hairstyle.

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

label hairShort1

        NARRATOR
    Choose your hairstyle.

choice
"Buzzed Hair" {
@CHARACTER changes hair into Buzzed Hair
goto hairShort1
}"Classy Pixie" {
@CHARACTER changes hair into Classy Pixie
goto hairShort1
}"Messy Pixie" {
@CHARACTER changes hair into Messy Pixie
goto hairShort1
}"Pixie" {
@CHARACTER changes hair into Pixie
goto hairShort1
}"Unstyled Faux Hawk" {
@CHARACTER changes hair into Unstyled Faux Hawk
goto hairShort1
}<GREEN>"Next Page"{
goto hairShort12
}<GREEN>"Change Length"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairShort12

        NARRATOR
    Choose your hairstyle.

choice
"Slicked Back" {
@CHARACTER changes hair into Long Slicked Back Hair
goto hairShort12
}"Twist Hair" {
@CHARACTER changes hair into Twist Hair
goto hairShort12
}"Long Faux Hawk" {
@CHARACTER changes hair into Long Faux Hawk
goto hairShort12
}"Cornrow Faux Hawk" {
@CHARACTER changes hair into Cornrow Faux Hawk
goto hairShort12
}"Shaved Sides" {
@CHARACTER changes hair into Shaved Sides
goto hairShort12
}<GREEN>"Previous Page"{
goto hairShort1
}<GREEN>"Change Length"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairMedium1

        NARRATOR
    Choose your hairstyle.

choice
"Bed head" {
@CHARACTER changes hair into Shaggy Long Hair
goto hairMedium1
}"Classic Bob" {
@CHARACTER changes hair into Classic Bob
goto hairMedium1
}"Dreadlocks" {
@CHARACTER changes hair into Long Dreadlocks
goto hairMedium1
}"Straight Bob" {
@CHARACTER changes hair into Straight Bob
goto hairMedium1
}"Suburban Bubble" {
@CHARACTER changes hair into Suburban Bubble
goto hairMedium1
}"Natural Curls" {
@CHARACTER changes hair into Natural Curls
goto hairMedium1
}<GREEN>"Change Styles"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairLong1

        NARRATOR
    Choose your hairstyle.

choice
"Layered Hair" {
@CHARACTER changes hair into Layered Hair
goto hairLong1
}"Long Feathered" {
@CHARACTER changes hair into Long Feathered
goto hairLong1
}"Jules Hair" {
@CHARACTER changes hair into Jules Hair
goto hairLong1
}"Long Straight Bangs" {
@CHARACTER changes hair into Long Straight Hair
goto hairLong1
}"Straight" {
@CHARACTER changes hair into Straight
goto hairLong1
}<GREEN>"Next Page"{
goto hairLong12
}<GREEN>"Change Styles"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairLong12

        NARRATOR
    Choose your hairstyle.

choice
"Scene Hair" {
@CHARACTER changes hair into Scene Hair
goto hairLong12
}"Styled Corn Rows" {
@CHARACTER changes hair into Styled Corn Rows
goto hairLong12
}"Side Head Scarf" {
@CHARACTER changes hair into Side Head Scarf
goto hairLong12
}"Long Braids" {
@CHARACTER changes hair into Long Braids
goto hairLong12
}"Box Braids"{
@CHARACTER changes hair into Black and Red Box Braid Updo
goto hairLong12
}<GREEN>"Previous Page"{
goto hairLong1
}<GREEN>"Change Styles"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairCurled1

        NARRATOR
    Choose your hairstyle.

choice
"Beach Wave" {
@CHARACTER changes hair into Beach Wave Hair
goto hairCurled1
}"Diva Curls" {
@CHARACTER changes hair into Diva Curls
goto hairCurled1
}"Long Curly Hair" {
@CHARACTER changes hair into Long Curly Hair
goto hairCurled1
}"Rebel Half Shaved" {
@CHARACTER changes hair into Rebel Half Shaved Hairstyle
goto hairCurled1
}"Short Curly Hair" {
@CHARACTER changes hair into Short Curly Hair
goto hairCurled1
}<GREEN>"Change Styles"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairUp1

        NARRATOR
    Choose your hairstyle.

choice
"Casual Braided Pigtails" {
@CHARACTER changes hair into Casual Braided Pigtails
goto hairUp1
}"High Ponytail" {
@CHARACTER changes hair into High Ponytail
goto hairUp1
}"Fishtail Braid" {
@CHARACTER changes hair into Fishtail Braid
goto hairUp1
}"Messy Back Bun" {
@CHARACTER changes hair into Messy Back Bun
goto hairUp1
}"Double Bun" {
@CHARACTER changes hair into Double Bun Updo
goto hairUp1
}"Braided Crown" {
@CHARACTER changes hair into Braid Crown Updo
goto hairUp1
}<GREEN>"Next Page"{
goto hairUp12
}<GREEN>"Change Styles"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label hairUp12

        NARRATOR
    Choose your hairstyle.

choice
"Punk Ponytail" {
@CHARACTER changes hair into Urban Punk Ponytail
goto hairUp12
}"Dancer Bun"{
@CHARACTER changes hair into Dancer Bun
goto hairUp12
}"Pulled Back"{
@CHARACTER changes hair into Monday Morning Updo
goto hairUp12
}"Cornrow Bun"{
@CHARACTER changes hair into Cornrow Bun
goto hairUp12
}"Ponytail Locks"{
@CHARACTER changes hair into Ponytail Locks
goto hairUp12
}"Short Tied Up"{
@CHARACTER changes hair into Short Tiedup Hair
goto hairUp12
}<GREEN>"Previous Page"{
goto hairUp1
}<GREEN>"Change Styles"{
goto fem_hair1
}<GREEN>"Done"{
goto female_custom1
}

label female1_end

        NARRATOR
    This template was created by @dara.amarie.ep on IG!

Thank you so much!!

I’m probably gonna use that.

How can i make sure the others are sure of their avatar and write “are you sure”, and stuff