Customise the both characters names and look

Hello can someone give me the script template for customise the female and the male and also the script template for their looks

3 Likes

Go to the Writer’s Portal > Script Templates >
There are plenty to choose from. :slight_smile:

1 Like

click this link.

@Dara.Amarie has it detailed really good

No limelight ,I mean INK please

She has INK templates too

Sorry but I cannot find it can someone send it to me please

Click on her link it has it in ink also

All you have to do is copy and past.

label female_custom1

@FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and FEMALEAVATAR 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

} <PREMIUM> "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" {

@FEMALEAVATAR changes bodyColor into Dune

goto skincolor_light1

} "Porcelain" {

@FEMALEAVATAR changes bodyColor into Porcelain

goto skincolor_light1

} "Peach" {

@FEMALEAVATAR changes bodyColor into Peach

goto skincolor_light1

} "Fair" {

@FEMALEAVATAR changes bodyColor into Fair

goto skincolor_light1

} <GREEN>"Try Other Colors"{

goto fem_skin1

} <PREMIUM>"Done"{

goto female_custom1

}

"Light"{

@FEMALEAVATAR changes bodyColor into Light

goto skincolor_light1

} "Light Ocre" {

@FEMALEAVATAR changes bodyColor into Light Ocre

goto skincolor_light1

} "Beige" {

@FEMALEAVATAR changes bodyColor into Beige

goto skincolor_light1

} "Ivory" {

@FEMALEAVATAR changes bodyColor into Ivory

goto skincolor_light1

} <GREEN>"Try Other Colors"{

goto fem_skin1

} <PREMIUM>"Done"{

goto female_custom1

}

label skincolor_medium1

NARRATOR

Medium skin tones.

choice [shouldPaginate: YES]

"Olive" {

@FEMALEAVATAR changes bodyColor into Olive

goto skincolor_medium1

} "Tan" {

@FEMALEAVATAR changes bodyColor into Tan

goto skincolor_medium1

} "Taupe" {

@FEMALEAVATAR changes bodyColor into Taupe

goto skincolor_medium1

} "Caramel" {

@FEMALEAVATAR changes bodyColor into Caramel

goto skincolor_medium1

} <GREEN>"Try Other Colors"{

goto fem_skin1

} <PREMIUM>"Done"{

goto female_custom1

}

"Honey" {

@FEMALEAVATAR changes bodyColor into Honey

goto skincolor_medium1

} "Toffee" {

@FEMALEAVATAR changes bodyColor into Toffee

goto skincolor_medium1

} <GREEN>"Try Other Colors"{

goto fem_skin1

} <PREMIUM>"Done"{

goto female_custom1

}

label skincolor_dark1

NARRATOR

Dark skin tones.

choice [shouldPaginate: YES]

"Umber" {

@FEMALEAVATAR changes bodyColor into Umber

goto skincolor_dark1

} "Rosewood" {

@FEMALEAVATAR changes bodyColor into Rosewood

goto skincolor_dark1

} "Mocha" {

@FEMALEAVATAR changes bodyColor into Mocha

goto skincolor_dark1

} "Walnut" {

@FEMALEAVATAR changes bodyColor into Walnut

goto skincolor_dark1

} <GREEN>"Try Other Colors"{

goto fem_skin1

} <PREMIUM>"Done"{

goto female_custom1

}

"Dark" {

@FEMALEAVATAR changes bodyColor into Dark

goto skincolor_dark1

} "Sable" {

@FEMALEAVATAR changes bodyColor into Sable

goto skincolor_dark1

} "Chestnut" {

@FEMALEAVATAR changes bodyColor into Chestnut

goto skincolor_dark1

} <PREMIUM>"Done"{

goto female_custom1

} <GREEN>"Try Other Colors"{

goto fem_skin1

}

label fem_brows1

NARRATOR

Eyebrow shapes.

choice [shouldPaginate: YES]

"Classic Natural"{

@FEMALEAVATAR changes eyebrows into Classic Natural

goto fem_brows1

}"Medium Angled"{

@FEMALEAVATAR changes eyebrows into Medium Angled

goto fem_brows1

}"Defined Natural"{

@FEMALEAVATAR changes eyebrows into Defined Natural

goto fem_brows1

}"Mature Round"{

@FEMALEAVATAR changes eyebrows into Mature Round

goto fem_brows1

}"Seductive Arch"{

@FEMALEAVATAR changes eyebrows into Seductive Arch

goto fem_brows1

}<PREMIUM> "Done"{

goto female_custom1

}

"Seductive Round"{

@FEMALEAVATAR changes eyebrows into Seductive Round

goto fem_brows1

}"Thick Flat"{

@FEMALEAVATAR changes eyebrows into Thick Flat

goto fem_brows1

}"Thin Round"{

@FEMALEAVATAR changes eyebrows into Thin Round

goto fem_brows1

}"Thin Soft Arch"{

@FEMALEAVATAR changes eyebrows into Thin Soft Arch

goto fem_brows1

}"Thin Curved"{

@FEMALEAVATAR changes eyebrows into Thin Curved

goto fem_brows1

}<PREMIUM> "Done"{

goto female_custom1

}

"Medium Curved"{

@FEMALEAVATAR changes eyebrows into Medium Curved

goto fem_brows1

}"Medium Soft Arch"{

@FEMALEAVATAR changes eyebrows into Medium Soft Arch

goto fem_brows1

}"Smooth Arch"{

@FEMALEAVATAR changes eyebrows into Smooth Arch

goto fem_brows1

}"Soft Angled"{

@FEMALEAVATAR changes eyebrows into Soft Angled

goto fem_brows1

}"Thick Round"{

@FEMALEAVATAR changes eyebrows into Thick Round

goto fem_brows1

}<PREMIUM> "Done"{

goto female_custom1

}

label fem_face1

NARRATOR

Face shapes.

choice [shouldPaginate: YES]

"Defined Heart" {

@FEMALEAVATAR changes face into Defined Heart

goto fem_face1

} "Defined Round" {

@FEMALEAVATAR changes face into Defined Round

goto fem_face1

} "Diamond" {

@FEMALEAVATAR changes face into Diamond

goto fem_face1

} "Oval" {

@FEMALEAVATAR changes face into Oval

goto fem_face1

} "Round" {

@FEMALEAVATAR changes face into Round

goto fem_face1

} <PREMIUM>"Done"{

goto female_custom1

}

"Soft Heart" {

@FEMALEAVATAR changes face into Soft Heart

goto fem_face1

} "Square" {

@FEMALEAVATAR changes face into Square

goto fem_face1

} "Defined Oblong" {

@FEMALEAVATAR changes face into Defined Oblong

goto fem_face1

} <PREMIUM>"Done"{

goto female_custom1

}

label fem_eyes1

NARRATOR

Eye shapes.

choice [shouldPaginate: YES]

"Almond Classic" {

@FEMALEAVATAR changes eyes into Almond Classic

goto fem_eyes1

} "Round Bold" {

@FEMALEAVATAR changes eyes into Round Bold

goto fem_eyes1

} "Round Luxe" {

@FEMALEAVATAR changes eyes into Round Luxe

goto fem_eyes1

} "Round Classic" {

@FEMALEAVATAR changes eyes into Round Classic

goto fem_eyes1

} <GREEN>"Select Color"{

goto fem_eyecolor1

} <PREMIUM>"Done"{

goto female_custom1

}

"Downturned Bold" {

@FEMALEAVATAR changes eyes into Downturned Bold

goto fem_eyes1

} "Downturned Natural" {

@FEMALEAVATAR changes eyes into Downturned Natural

goto fem_eyes1

} "Slender Classic" {

@FEMALEAVATAR changes eyes into Slender Classic

goto fem_eyes1

} "Sloping Classic" {

@FEMALEAVATAR changes eyes into Sloping Classic

goto fem_eyes1

} <GREEN>"Select Color"{

goto fem_eyecolor1

} <PREMIUM>"Done"{

goto female_custom1

}

"Slender Natural" {

@FEMALEAVATAR changes eyes into Slender Natural

goto fem_eyes1

} "Upturned Bold" {

@FEMALEAVATAR changes eyes into Upturned Bold

goto fem_eyes1

} "Upturned Feline" {

@FEMALEAVATAR changes eyes into Upturned Feline

goto fem_eyes1

} "Upturned Luxe" {

@FEMALEAVATAR changes eyes into Upturned Luxe

goto fem_eyes1

} <GREEN>"Select Color"{

goto fem_eyecolor1

} <PREMIUM>"Done"{

goto female_custom1

}

"Upturned Natural" {

@FEMALEAVATAR changes eyes into Upturned Natural

goto fem_eyes1

} "Almond Luxe" {

@FEMALEAVATAR changes eyes into Almond Luxe

goto fem_eyes1

} "Mature Almond" {

@FEMALEAVATAR changes eyes into Almond Mature

goto fem_eyes1

} "Mature Round" {

@FEMALEAVATAR changes eyes into Mature Round

goto fem_eyes1

} <GREEN>"Select Color"{

goto fem_eyecolor1

} <PREMIUM>"Done"{

goto female_custom1

}

label fem_eyecolor1

NARRATOR

Eye colors.

choice [shouldPaginate: YES]

"Black" {

@FEMALEAVATAR changes eyesColor into Black

goto fem_eyecolor1

} "Blue" {

@FEMALEAVATAR changes eyesColor into Blue

goto fem_eyecolor1

} "Brown" {

@FEMALEAVATAR changes eyesColor into Brown

goto fem_eyecolor1

} "Green" {

@FEMALEAVATAR changes eyesColor into Green

goto fem_eyecolor1

} "Purple" {

@FEMALEAVATAR changes eyesColor into Purple

goto fem_eyecolor1

} <PREMIUM>"Done"{

goto female_custom1

}

"White" {

@FEMALEAVATAR changes eyesColor into White

goto fem_eyecolor1

} "Auburn" {

@FEMALEAVATAR changes eyesColor into Auburn

goto fem_eyecolor1

} "Hickory" {

@FEMALEAVATAR changes eyesColor into Hickory

goto fem_eyecolor1

} "Pine" {

@FEMALEAVATAR changes eyesColor into Pine

goto female_custom1

} "Toffee" {

@FEMALEAVATAR changes eyesColor into Toffee

goto fem_eyecolor1

} "Taupe" {

@FEMALEAVATAR changes eyesColor into Taupe

goto female_custom1

} <PREMIUM>"Done"{

goto female_custom1

}

label fem_mouth1

NARRATOR

Mouth shapes.

choice [shouldPaginate: YES]

"Blossom Lips" {

@FEMALEAVATAR changes mouth into Blossom Lips

goto fem_mouth1

}"Classic" {

@FEMALEAVATAR changes mouth into Classic

goto fem_mouth1

}"Classic Slender" {

@FEMALEAVATAR changes mouth into Classic Slender

goto fem_mouth1

}"Full Round" {

@FEMALEAVATAR changes mouth into Full Round

goto fem_mouth1

}<GREEN>"Select Color"{

goto fem_mouthcolor1

}<PREMIUM>"Done"{

goto female_custom1

}

"Mature Medium" {

@FEMALEAVATAR changes mouth into Mature Medium

goto fem_mouth1

}"Mature Round" {

@FEMALEAVATAR changes mouth into Mature Round

goto fem_mouth1

}"Mature Slender" {

@FEMALEAVATAR changes mouth into Mature Slender

goto fem_mouth1

}"Thick" {

@FEMALEAVATAR changes mouth into Thick

goto fem_mouth1

}<GREEN>"Select Color"{

goto fem_mouthcolor1

}<PREMIUM>"Done"{

goto female_custom1

}

label fem_mouthcolor1

NARRATOR

Lip colors.

choice

"Natural Colors" {

goto NaturalColors1

} "Bright Colors" {

goto BrightColors1

} "Dark Colors" {

goto DarkColors1

} <GREEN> "Change Lip Shape" {

goto fem_mouth1

}

label NaturalColors1

NARRATOR

Natural lip colors.

choice [shouldPaginate: YES]

"Blush" {

@FEMALEAVATAR changes mouthColor into Blush

goto NaturalColors1

} "Dune" {

@FEMALEAVATAR changes mouthColor into Dune

goto NaturalColors1

} "Ivory" {

@FEMALEAVATAR changes mouthColor into Ivory

goto NaturalColors1

} "Sand" {

@FEMALEAVATAR changes mouthColor into Sand

goto NaturalColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

"Mocha" {

@FEMALEAVATAR changes mouthColor into Mocha

goto NaturalColors1

} "Taupe" {

@FEMALEAVATAR changes mouthColor into Taupe

goto NaturalColors1

} "Terracotta" {

@FEMALEAVATAR changes mouthColor into Terracotta

goto NaturalColors1

} "Toffee" {

@FEMALEAVATAR changes mouthColor into Toffee

goto NaturalColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

"Umber" {

@FEMALEAVATAR changes mouthColor into Umber

goto NaturalColors1

} "Rosewood" {

@FEMALEAVATAR changes mouthColor into Rosewood

goto NaturalColors1

} "Dark" {

@FEMALEAVATAR changes mouthColor into Dark

goto NaturalColors1

} "Sable" {

@FEMALEAVATAR changes mouthColor into Sable

goto NaturalColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

"Crimson" {

@FEMALEAVATAR changes mouthColor into Crimson

goto NaturalColors1

} "Chestnut" {

@FEMALEAVATAR changes mouthColor into Chestnut

goto NaturalColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

label BrightColors1

NARRATOR

Bright lipstick colors.

choice [shouldPaginate: YES]

"Bubblegum Pink" {

@FEMALEAVATAR changes mouthColor into Bubblegum Pink

goto BrightColors1

} "Champagne" {

@FEMALEAVATAR changes mouthColor into Champagne

goto BrightColors1

} "Olive" {

@FEMALEAVATAR changes mouthColor into Olive

goto BrightColors1

} "Cherry Red" {

@FEMALEAVATAR changes mouthColor into Cherry Red

goto BrightColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

"Orange Crush" {

@FEMALEAVATAR changes mouthColor into Orange Crush

goto BrightColors1

} "Raspberry" {

@FEMALEAVATAR changes mouthColor into Raspberry

goto BrightColors1

} "Rose" {

@FEMALEAVATAR changes mouthColor into Rose

goto BrightColors1

} "Ruby Red" {

@FEMALEAVATAR changes mouthColor into Ruby Red

goto BrightColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

"Seafoam" {

@FEMALEAVATAR changes mouthColor into Seafoam

goto BrightColors1

} "Sky Blue" {

@FEMALEAVATAR changes mouthColor into Sky Blue

goto BrightColors1

} "White" {

@FEMALEAVATAR changes mouthColor into White

goto BrightColors1

} "Lavender" {

@FEMALEAVATAR changes mouthColor into Lavender

goto BrightColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

label DarkColors1

NARRATOR

Dark lipstick colors.

choice [shouldPaginate: YES]

"Azure" {

@FEMALEAVATAR changes mouthColor into Azure

goto DarkColors1

} "Raven" {

@FEMALEAVATAR changes mouthColor into Raven

goto DarkColors1

} "Bordeaux" {

@FEMALEAVATAR changes mouthColor into Bordeaux

goto DarkColors1

} "Dusty Rose" {

@FEMALEAVATAR changes mouthColor into Dusty Rose

goto DarkColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

"Plum" {

@FEMALEAVATAR changes mouthColor into Plum

goto DarkColors1

} "Emerald" {

@FEMALEAVATAR changes mouthColor into Emerald

goto DarkColors1

} "Scarlet" {

@FEMALEAVATAR changes mouthColor into Scarlet

goto DarkColors1

} "Wine" {

@FEMALEAVATAR changes mouthColor into Wine

goto DarkColors1

} <GREEN> "Try Other Colors" {

goto fem_mouthcolor1

} <PREMIUM> "Done" {

goto female_custom1

}

label fem_nose1

NARRATOR

Nose shapes.

choice [shouldPaginate: YES]

"Hooked" {

@FEMALEAVATAR changes nose into Hooked

goto fem_nose1

} "Sculpted" {

@FEMALEAVATAR changes nose into Sculpted

goto fem_nose1

} "Elven" {

@FEMALEAVATAR changes nose into Elven

goto fem_nose1

} "Grecian" {

@FEMALEAVATAR changes nose into Grecian

goto fem_nose1

} "Upturned" {

@FEMALEAVATAR changes nose into Upturned

goto fem_nose1

} <PREMIUM>"Done"{

goto female_custom1

}

"Soft Natural" {

@FEMALEAVATAR changes nose into Soft Natural

goto fem_nose1

} "Refined" {

@FEMALEAVATAR changes nose into Refined

goto fem_nose1

} "Roman" {

@FEMALEAVATAR changes nose into Roman

goto fem_nose1

} "Celestial" {

@FEMALEAVATAR changes nose into Celestial

goto fem_nose1

} "Round" {

@FEMALEAVATAR changes nose into Round

goto fem_nose1

} <PREMIUM>"Done"{

goto female_custom1

}

"Aquiline" {

@FEMALEAVATAR changes nose into Aquiline

goto fem_nose1

} "Pointed" {

@FEMALEAVATAR changes nose into Pointed

goto fem_nose1

} "Perky" {

@FEMALEAVATAR changes nose into Perky

goto fem_nose1

} "Wide" {

@FEMALEAVATAR changes nose into Wide

goto fem_nose1

} "Mature Round" {

@FEMALEAVATAR changes nose into Mature Round

goto fem_nose1

} <PREMIUM>"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

}"Special Hair"{

goto hairSpecial1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Done"{

goto female_custom1

}

label hairShort1

NARRATOR

Short hair styles.

choice [shouldPaginate: YES]

"Buzzed Hair" {

@FEMALEAVATAR changes hair into Buzzed Hair

goto hairShort1

}"Classy Pixie" {

@FEMALEAVATAR changes hair into Classy Pixie

goto hairShort1

}"Messy Pixie" {

@FEMALEAVATAR changes hair into Messy Pixie

goto hairShort1

}"Pixie" {

@FEMALEAVATAR changes hair into Pixie

goto hairShort1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Unstyled Faux Hawk" {

@FEMALEAVATAR changes hair into Unstyled Faux Hawk

goto hairShort1

} "Slicked Back" {

@FEMALEAVATAR changes hair into Long Slicked Back Hair

goto hairShort1

}"Twist Hair" {

@FEMALEAVATAR changes hair into Twist Hair

goto hairShort1

}"Long Faux Hawk" {

@FEMALEAVATAR changes hair into Long Faux Hawk

goto hairShort1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Cornrow Faux Hawk" {

@FEMALEAVATAR changes hair into Cornrow Faux Hawk

goto hairShort1

}"Shaved Sides" {

@FEMALEAVATAR changes hair into Shaved Sides

goto hairShort1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

label hairMedium1

NARRATOR

Medium hair styles.

choice [shouldPaginate: YES]

"Bed head" {

@FEMALEAVATAR changes hair into Shaggy Long Hair

goto hairMedium1

}"Classic Bob" {

@FEMALEAVATAR changes hair into Classic Bob

goto hairMedium1

}"Dreadlocks" {

@FEMALEAVATAR changes hair into Long Dreadlocks

goto hairMedium1

}"Straight Bob" {

@FEMALEAVATAR changes hair into Straight Bob

goto hairMedium1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Suburban Bubble" {

@FEMALEAVATAR changes hair into Suburban Bubble

goto hairMedium1

}"Natural Curls" {

@FEMALEAVATAR changes hair into Natural Curls

goto hairMedium1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

label hairLong1

NARRATOR

Long hair styles.

choice [shouldPaginate: YES]

"Layered Hair" {

@FEMALEAVATAR changes hair into Layered Hair

goto hairLong1

}"Long Feathered" {

@FEMALEAVATAR changes hair into Long Feathered

goto hairLong1

}"Jules Hair" {

@FEMALEAVATAR changes hair into Jules Hair

goto hairLong1

}"Long Straight Bangs" {

@FEMALEAVATAR changes hair into Long Straight Hair

goto hairLong1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Straight" {

@FEMALEAVATAR changes hair into Straight

goto hairLong1

}"Styled Corn Rows" {

@FEMALEAVATAR changes hair into Styled Corn Rows

goto hairLong1

}"Long Braids" {

@FEMALEAVATAR changes hair into Long Braids

goto hairLong1

}"Box Braids"{

@FEMALEAVATAR changes hair into Black and Brown Box Braid Updo

goto hairLong1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

label hairCurled1

NARRATOR

Curled hair styles.

choice [shouldPaginate: YES]

"Beach Wave" {

@FEMALEAVATAR changes hair into Beach Wave Hair

goto hairCurled1

}"Diva Curls" {

@FEMALEAVATAR changes hair into Diva Curls

goto hairCurled1

}"Long Curly Hair" {

@FEMALEAVATAR changes hair into Long Curly Hair

goto hairCurled1

}"Rebel Half Shaved" {

@FEMALEAVATAR changes hair into Rebel Half Shaved Hairstyle

goto hairCurled1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Short Curly Hair" {

@FEMALEAVATAR changes hair into Short Curly Hair

goto hairCurled1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}<GREEN>"Change Color"{

goto fem_haircolor1

}

label hairUp1

NARRATOR

Updo hair styles.

choice [shouldPaginate: YES]

"Casual Braided Pigtails" {

@FEMALEAVATAR changes hair into Casual Braided Pigtails

goto hairUp1

}"High Ponytail" {

@FEMALEAVATAR changes hair into High Ponytail

goto hairUp1

}"Fishtail Braid" {

@FEMALEAVATAR changes hair into Fishtail Braid

goto hairUp1

}"Messy Back Bun" {

@FEMALEAVATAR changes hair into Messy Back Bun

goto hairUp1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Double Bun" {

@FEMALEAVATAR changes hair into Double Bun Updo

goto hairUp1

}"Braided Crown" {

@FEMALEAVATAR changes hair into Braid Crown Updo

goto hairUp1

} "Punk Ponytail" {

@FEMALEAVATAR changes hair into Urban Punk Ponytail

goto hairUp1

}"Dancer Bun"{

@FEMALEAVATAR changes hair into Dancer Bun

goto hairUp1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Pulled Back"{

@FEMALEAVATAR changes hair into Monday Morning Updo

goto hairUp1

}"Cornrow Bun"{

@FEMALEAVATAR changes hair into Cornrow Bun

goto hairUp1

}"Ponytail Locks"{

@FEMALEAVATAR changes hair into Ponytail Locks

goto hairUp1

}"Short Tied Up"{

@FEMALEAVATAR changes hair into Short Tiedup Hair

goto hairUp1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

label hairSpecial1

NARRATOR

Special hair styles.

choice [shouldPaginate: YES]

"Scene Hair"{

@FEMALEAVATAR changes hair into Scene Hair

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}"Clown Pigtails"{

@FEMALEAVATAR changes hair into Clown Pigtails Wig

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}"Head Scarf" {

@FEMALEAVATAR changes hair into Side Head Scarf

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}"Black & Red Box Braids" {

@FEMALEAVATAR changes hair into Black and Red Box Braid Updo

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

"Winged Buns Brown/Blue" {

@FEMALEAVATAR changes hair into Winged Buns Hair Blue White

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}"Winged Buns Black/Pink" {

@FEMALEAVATAR changes hair into Winged Buns Hair Pink White

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}"Winged Buns Black/Purple" {

@FEMALEAVATAR changes hair into Winged Buns Hair Purple

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}"Winged Buns Black/Red" {

@FEMALEAVATAR changes hair into Winged Buns Hair Red Gold Pink White

@FEMALEAVATAR changes hairColor into White

goto hairSpecial1

}<GREEN>"Change Color"{

goto fem_haircolor1

}<PREMIUM>"Back to Styles"{

goto fem_hair1

}

label fem_haircolor1

NARRATOR

Hair colors.

choice

"Dark"{

goto hairDark1

}"Light" {

goto hairLight1

}"Dye"{

goto hairDye1

}<PREMIUM> "Done" {

goto female_custom1

}<GREEN> "Back to Styles" {

goto fem_hair1

}

label hairDark1

NARRATOR

Dark hair colors.

choice [shouldPaginate: YES]

"Black" {

@FEMALEAVATAR changes hairColor into Black

goto hairDark1

}"Chestnut Brown"{

@FEMALEAVATAR changes hairColor into Chestnut

goto hairDark1

}"Cayenne"{

@FEMALEAVATAR changes hairColor into Cayenne

goto hairDark1

}"Auburn" {

@FEMALEAVATAR changes hairColor into Auburn

goto hairDark1

}<GREEN>"Different Colors"{

goto fem_haircolor1

}<PREMIUM>"Done"{

goto female_custom1

}

label hairLight1

NARRATOR

Light hair colors.

choice

"Blond" {

@FEMALEAVATAR changes hairColor into Blond

goto hairLight1

}"Fawn" {

@FEMALEAVATAR changes hairColor into Fawn

goto hairLight1

}"Platinum Blond" {

@FEMALEAVATAR changes hairColor into Platinum Blond

goto hairLight1

}"Strawberry Blond" {

@FEMALEAVATAR changes hairColor into Strawberry Blond

goto hairLight1

}<GREEN>"Different Colors"{

goto fem_haircolor1

}<PREMIUM>"Done"{

goto female_custom1

}

label hairDye1

NARRATOR

Dyed hair styles.

choice [shouldPaginate: YES]

"Bright Blue" {

@FEMALEAVATAR changes hairColor into Blasting Blue

goto hairDye1

}"Green" {

@FEMALEAVATAR changes hairColor into Grievance Green

goto hairDye1

}"Hot Pink" {

@FEMALEAVATAR changes hairColor into Pop Pink

goto hairDye1

}"Purple" {

@FEMALEAVATAR changes hairColor into Punky Purple

goto hairDye1

}<GREEN>"Different Colors"{

goto fem_haircolor1

}<PREMIUM>"Done"{

goto female_custom1

}

"Charcoal" {

@FEMALEAVATAR changes hairColor into Charcoal

goto hairDye1

}"Light Blue" {

@FEMALEAVATAR changes hairColor into Blue Light

goto hairDye1

}"Mint" {

@FEMALEAVATAR changes hairColor into Mint

goto hairDye1

}"Passion Fruit" {

@FEMALEAVATAR changes hairColor into Passion Fruit

goto hairDye1

}<GREEN>"Different Colors"{

goto fem_haircolor1

}<PREMIUM>"Done"{

goto female_custom1

}

"Coral" {

@FEMALEAVATAR changes hairColor into Coral

goto hairDye1

}"White" {

@FEMALEAVATAR changes hairColor into White

goto hairDye1

}"Grey" {

@FEMALEAVATAR changes hairColor into Grey

goto hairDye1

}<PREMIUM>"Done"{

goto female_custom1

}<GREEN>"Different Colors"{

goto fem_haircolor1

}

label female_end1

@pause for 0

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

JUST CHANGE THE NAME
By clicking ctrl f and click all then in the name put the name and it will change all at the same time

she has it for male ink also.

Hi I have past the look but for some reason it keep showing error unexpexted diallog “Skin Tone”

Screen shot your script. To see. What is going on

give me a sec i see what you mean

How can i screen shot on pc? Error Unexpected DIALOG “Skin Tone”{

Here it is again use this one it had to do with the spacing if you need the male let me know I will just have to fix the spacing

label female_custom1

@YOU stands screen center and YOU faces right and YOU 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” {

@YOU changes bodyColor into Dune

goto skincolor_light1

} “Porcelain” {

@YOU changes bodyColor into Porcelain

goto skincolor_light1

} “Peach” {

@YOU changes bodyColor into Peach

goto skincolor_light1

} “Fair” {

@YOU changes bodyColor into Fair

goto skincolor_light1

} “Try Other Colors”{

goto fem_skin1

} “Done”{

goto female_custom1

}
“Light”{

@YOU changes bodyColor into Light

goto skincolor_light1

} “Light Ocre” {

@YOU changes bodyColor into Light Ocre

goto skincolor_light1

} “Beige” {

@YOU changes bodyColor into Beige

goto skincolor_light1

} “Ivory” {

@YOU 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” {

@YOU changes bodyColor into Olive

goto skincolor_medium1

} “Tan” {

@YOU changes bodyColor into Tan

goto skincolor_medium1

} “Taupe” {

@YOU changes bodyColor into Taupe

goto skincolor_medium1

} “Caramel” {

@YOU changes bodyColor into Caramel

goto skincolor_medium1

} “Try Other Colors”{

goto fem_skin1

} “Done”{

goto female_custom1

}
“Honey” {

@YOU changes bodyColor into Honey

goto skincolor_medium1

} “Toffee” {

@YOU 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” {

@YOU changes bodyColor into Umber

goto skincolor_dark1

} “Rosewood” {

@YOU changes bodyColor into Rosewood

goto skincolor_dark1

} “Mocha” {

@YOU changes bodyColor into Mocha

goto skincolor_dark1

} “Walnut” {

@YOU changes bodyColor into Walnut

goto skincolor_dark1

} “Try Other Colors”{

goto fem_skin1

} “Done”{

goto female_custom1

}
“Dark” {

@YOU changes bodyColor into Dark

goto skincolor_dark1

} “Sable” {

@YOU changes bodyColor into Sable

goto skincolor_dark1

} “Chestnut” {

@YOU 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”{

@YOU changes eyebrows into Classic Natural

goto fem_brows1

}“Medium Angled”{

@YOU changes eyebrows into Medium Angled

goto fem_brows1

}“Defined Natural”{

@YOU changes eyebrows into Defined Natural

goto fem_brows1

}“Mature Round”{

@YOU changes eyebrows into Mature Round

goto fem_brows1

}“Seductive Arch”{

@YOU changes eyebrows into Seductive Arch

goto fem_brows1

} “Done”{

goto female_custom1

}
“Seductive Round”{

@YOU changes eyebrows into Seductive Round

goto fem_brows1

}“Thick Flat”{

@YOU changes eyebrows into Thick Flat

goto fem_brows1

}“Thin Round”{

@YOU changes eyebrows into Thin Round

goto fem_brows1

}“Thin Soft Arch”{

@YOU changes eyebrows into Thin Soft Arch

goto fem_brows1

}“Thin Curved”{

@YOU changes eyebrows into Thin Curved

goto fem_brows1

} “Done”{

goto female_custom1

}
“Medium Curved”{

@YOU changes eyebrows into Medium Curved

goto fem_brows1

}“Medium Soft Arch”{

@YOU changes eyebrows into Medium Soft Arch

goto fem_brows1

}“Smooth Arch”{

@YOU changes eyebrows into Smooth Arch

goto fem_brows1

}“Soft Angled”{

@YOU changes eyebrows into Soft Angled

goto fem_brows1

}“Thick Round”{

@YOU changes eyebrows into Thick Round

goto fem_brows1

} “Done”{

goto female_custom1

}

label fem_face1

NARRATOR

Face shapes.

choice [shouldPaginate: YES]
“Defined Heart” {

@YOU changes face into Defined Heart

goto fem_face1

} “Defined Round” {

@YOU changes face into Defined Round

goto fem_face1

} “Diamond” {

@YOU changes face into Diamond

goto fem_face1

} “Oval” {

@YOU changes face into Oval

goto fem_face1

} “Round” {

@YOU changes face into Round

goto fem_face1

} “Done”{

goto female_custom1

}
“Soft Heart” {

@YOU changes face into Soft Heart

goto fem_face1

} “Square” {

@YOU changes face into Square

goto fem_face1

} “Defined Oblong” {

@YOU changes face into Defined Oblong

goto fem_face1

} “Done”{

goto female_custom1

}

label fem_eyes1

NARRATOR

Eye shapes.

choice [shouldPaginate: YES]
“Almond Classic” {

@YOU changes eyes into Almond Classic

goto fem_eyes1

} “Round Bold” {

@YOU changes eyes into Round Bold

goto fem_eyes1

} “Round Luxe” {

@YOU changes eyes into Round Luxe

goto fem_eyes1

} “Round Classic” {

@YOU changes eyes into Round Classic

goto fem_eyes1

} “Select Color”{

goto fem_eyecolor1

} “Done”{

goto female_custom1

}
“Downturned Bold” {

@YOU changes eyes into Downturned Bold

goto fem_eyes1

} “Downturned Natural” {

@YOU changes eyes into Downturned Natural

goto fem_eyes1

} “Slender Classic” {

@YOU changes eyes into Slender Classic

goto fem_eyes1

} “Sloping Classic” {

@YOU changes eyes into Sloping Classic

goto fem_eyes1

} “Select Color”{

goto fem_eyecolor1

} “Done”{

goto female_custom1

}
“Slender Natural” {

@YOU changes eyes into Slender Natural

goto fem_eyes1

} “Upturned Bold” {

@YOU changes eyes into Upturned Bold

goto fem_eyes1

} “Upturned Feline” {

@YOU changes eyes into Upturned Feline

goto fem_eyes1

} “Upturned Luxe” {

@YOU changes eyes into Upturned Luxe

goto fem_eyes1

} “Select Color”{

goto fem_eyecolor1

} “Done”{

goto female_custom1

}
“Upturned Natural” {

@YOU changes eyes into Upturned Natural

goto fem_eyes1

} “Almond Luxe” {

@YOU changes eyes into Almond Luxe

goto fem_eyes1

} “Mature Almond” {

@YOU changes eyes into Almond Mature

goto fem_eyes1

} “Mature Round” {

@YOU changes eyes into Mature Round

goto fem_eyes1

} “Select Color”{

goto fem_eyecolor1

} “Done”{

goto female_custom1

}

label fem_eyecolor1

NARRATOR

Eye colors.

choice [shouldPaginate: YES]
“Black” {

@YOU changes eyesColor into Black

goto fem_eyecolor1

} “Blue” {

@YOU changes eyesColor into Blue

goto fem_eyecolor1

} “Brown” {

@YOU changes eyesColor into Brown

goto fem_eyecolor1

} “Green” {

@YOU changes eyesColor into Green

goto fem_eyecolor1

} “Purple” {

@YOU changes eyesColor into Purple

goto fem_eyecolor1

} “Done”{

goto female_custom1

}
“White” {

@YOU changes eyesColor into White

goto fem_eyecolor1

} “Auburn” {

@YOU changes eyesColor into Auburn

goto fem_eyecolor1

} “Hickory” {

@YOU changes eyesColor into Hickory

goto fem_eyecolor1

} “Pine” {

@YOU changes eyesColor into Pine

goto female_custom1

} “Toffee” {

@YOU changes eyesColor into Toffee

goto fem_eyecolor1

} “Taupe” {

@YOU changes eyesColor into Taupe

goto female_custom1

} “Done”{

goto female_custom1

}

label fem_mouth1

NARRATOR

Mouth shapes.

choice [shouldPaginate: YES]
“Blossom Lips” {

@YOU changes mouth into Blossom Lips

goto fem_mouth1

}“Classic” {

@YOU changes mouth into Classic

goto fem_mouth1

}“Classic Slender” {

@YOU changes mouth into Classic Slender

goto fem_mouth1

}“Full Round” {

@YOU changes mouth into Full Round

goto fem_mouth1

}“Select Color”{

goto fem_mouthcolor1

}“Done”{

goto female_custom1

}
“Mature Medium” {

@YOU changes mouth into Mature Medium

goto fem_mouth1

}“Mature Round” {

@YOU changes mouth into Mature Round

goto fem_mouth1

}“Mature Slender” {

@YOU changes mouth into Mature Slender

goto fem_mouth1

}“Thick” {

@YOU 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” {

@YOU changes mouthColor into Blush

goto NaturalColors1

} “Dune” {

@YOU changes mouthColor into Dune

goto NaturalColors1

} “Ivory” {

@YOU changes mouthColor into Ivory

goto NaturalColors1

} “Sand” {

@YOU changes mouthColor into Sand

goto NaturalColors1

} “Try Other Colors” {

goto fem_mouthcolor1

} “Done” {

goto female_custom1

}
“Mocha” {

@YOU changes mouthColor into Mocha

goto NaturalColors1

} “Taupe” {

@YOU changes mouthColor into Taupe

goto NaturalColors1

} “Terracotta” {

@YOU changes mouthColor into Terracotta

goto NaturalColors1

} “Toffee” {

@YOU changes mouthColor into Toffee

goto NaturalColors1

} “Try Other Colors” {

goto fem_mouthcolor1

} “Done” {

goto female_custom1

}
“Umber” {

@YOU changes mouthColor into Umber

goto NaturalColors1

} “Rosewood” {

@YOU changes mouthColor into Rosewood

goto NaturalColors1

} “Dark” {

@YOU changes mouthColor into Dark

goto NaturalColors1

} “Sable” {

@YOU changes mouthColor into Sable

goto NaturalColors1

} “Try Other Colors” {

goto fem_mouthcolor1

} “Done” {

goto female_custom1

}
“Crimson” {

@YOU changes mouthColor into Crimson

goto NaturalColors1

} “Chestnut” {

@YOU 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” {

@YOU changes mouthColor into Bubblegum Pink

goto BrightColors1

} “Champagne” {

@YOU changes mouthColor into Champagne

goto BrightColors1

} “Olive” {

@YOU changes mouthColor into Olive

goto BrightColors1

} “Cherry Red” {

@YOU changes mouthColor into Cherry Red

goto BrightColors1

} “Try Other Colors” {

goto fem_mouthcolor1

} “Done” {

goto female_custom1

}
“Orange Crush” {

@YOU changes mouthColor into Orange Crush

goto BrightColors1

} “Raspberry” {

@YOU changes mouthColor into Raspberry

goto BrightColors1

} “Rose” {

@YOU changes mouthColor into Rose

goto BrightColors1

} “Ruby Red” {

@YOU changes mouthColor into Ruby Red

goto BrightColors1

} “Try Other Colors” {

goto fem_mouthcolor1

} “Done” {

goto female_custom1

}
“Seafoam” {

@YOU changes mouthColor into Seafoam

goto BrightColors1

} “Sky Blue” {

@YOU changes mouthColor into Sky Blue

goto BrightColors1

} “White” {

@YOU changes mouthColor into White

goto BrightColors1

} “Lavender” {

@YOU 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” {

@YOU changes mouthColor into Azure

goto DarkColors1

} “Raven” {

@YOU changes mouthColor into Raven

goto DarkColors1

} “Bordeaux” {

@YOU changes mouthColor into Bordeaux

goto DarkColors1

} “Dusty Rose” {

@YOU changes mouthColor into Dusty Rose

goto DarkColors1

} “Try Other Colors” {

goto fem_mouthcolor1

} “Done” {

goto female_custom1

}
“Plum” {

@YOU changes mouthColor into Plum

goto DarkColors1

} “Emerald” {

@YOU changes mouthColor into Emerald

goto DarkColors1

} “Scarlet” {

@YOU changes mouthColor into Scarlet

goto DarkColors1

} “Wine” {

@YOU 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” {

@YOU changes nose into Hooked

goto fem_nose1

} “Sculpted” {

@YOU changes nose into Sculpted

goto fem_nose1

} “Elven” {

@YOU changes nose into Elven

goto fem_nose1

} “Grecian” {

@YOU changes nose into Grecian

goto fem_nose1

} “Upturned” {

@YOU changes nose into Upturned

goto fem_nose1

} “Done”{

goto female_custom1

}
“Soft Natural” {

@YOU changes nose into Soft Natural

goto fem_nose1

} “Refined” {

@YOU changes nose into Refined

goto fem_nose1

} “Roman” {

@YOU changes nose into Roman

goto fem_nose1

} “Celestial” {

@YOU changes nose into Celestial

goto fem_nose1

} “Round” {

@YOU changes nose into Round

goto fem_nose1

} “Done”{

goto female_custom1

}
“Aquiline” {

@YOU changes nose into Aquiline

goto fem_nose1

} “Pointed” {

@YOU changes nose into Pointed

goto fem_nose1

} “Perky” {

@YOU changes nose into Perky

goto fem_nose1

} “Wide” {

@YOU changes nose into Wide

goto fem_nose1

} “Mature Round” {

@YOU 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

}“Special Hair”{

goto hairSpecial1

}“Change Color”{

goto fem_haircolor1

}“Done”{

goto female_custom1

}

label hairShort1

NARRATOR

Short hair styles.

choice [shouldPaginate: YES]
“Buzzed Hair” {

@YOU changes hair into Buzzed Hair

goto hairShort1

}“Classy Pixie” {

@YOU changes hair into Classy Pixie

goto hairShort1

}“Messy Pixie” {

@YOU changes hair into Messy Pixie

goto hairShort1

}“Pixie” {

@YOU changes hair into Pixie

goto hairShort1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Unstyled Faux Hawk” {

@YOU changes hair into Unstyled Faux Hawk

goto hairShort1

} “Slicked Back” {

@YOU changes hair into Long Slicked Back Hair

goto hairShort1

}“Twist Hair” {

@YOU changes hair into Twist Hair

goto hairShort1

}“Long Faux Hawk” {

@YOU changes hair into Long Faux Hawk

goto hairShort1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Cornrow Faux Hawk” {

@YOU changes hair into Cornrow Faux Hawk

goto hairShort1

}“Shaved Sides” {

@YOU 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” {

@YOU changes hair into Shaggy Long Hair

goto hairMedium1

}“Classic Bob” {

@YOU changes hair into Classic Bob

goto hairMedium1

}“Dreadlocks” {

@YOU changes hair into Long Dreadlocks

goto hairMedium1

}“Straight Bob” {

@YOU changes hair into Straight Bob

goto hairMedium1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Suburban Bubble” {

@YOU changes hair into Suburban Bubble

goto hairMedium1

}“Natural Curls” {

@YOU 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” {

@YOU changes hair into Layered Hair

goto hairLong1

}“Long Feathered” {

@YOU changes hair into Long Feathered

goto hairLong1

}“Jules Hair” {

@YOU changes hair into Jules Hair

goto hairLong1

}“Long Straight Bangs” {

@YOU changes hair into Long Straight Hair

goto hairLong1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Straight” {

@YOU changes hair into Straight

goto hairLong1

}“Styled Corn Rows” {

@YOU changes hair into Styled Corn Rows

goto hairLong1

}“Long Braids” {

@YOU changes hair into Long Braids

goto hairLong1

}“Box Braids”{

@YOU 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” {

@YOU changes hair into Beach Wave Hair

goto hairCurled1

}“Diva Curls” {

@YOU changes hair into Diva Curls

goto hairCurled1

}“Long Curly Hair” {

@YOU changes hair into Long Curly Hair

goto hairCurled1

}“Rebel Half Shaved” {

@YOU changes hair into Rebel Half Shaved Hairstyle

goto hairCurled1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Short Curly Hair” {

@YOU 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” {

@YOU changes hair into Casual Braided Pigtails

goto hairUp1

}“High Ponytail” {

@YOU changes hair into High Ponytail

goto hairUp1

}“Fishtail Braid” {

@YOU changes hair into Fishtail Braid

goto hairUp1

}“Messy Back Bun” {

@YOU changes hair into Messy Back Bun

goto hairUp1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Double Bun” {

@YOU changes hair into Double Bun Updo

goto hairUp1

}“Braided Crown” {

@YOU changes hair into Braid Crown Updo

goto hairUp1

} “Punk Ponytail” {

@YOU changes hair into Urban Punk Ponytail

goto hairUp1

}“Dancer Bun”{

@YOU changes hair into Dancer Bun

goto hairUp1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Pulled Back”{

@YOU changes hair into Monday Morning Updo

goto hairUp1

}“Cornrow Bun”{

@YOU changes hair into Cornrow Bun

goto hairUp1

}“Ponytail Locks”{

@YOU changes hair into Ponytail Locks

goto hairUp1

}“Short Tied Up”{

@YOU changes hair into Short Tiedup Hair

goto hairUp1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}

label hairSpecial1

NARRATOR

Special hair styles.

choice [shouldPaginate: YES]
“Scene Hair”{

@YOU changes hair into Scene Hair

@YOU changes hairColor into White

goto hairSpecial1

}“Clown Pigtails”{

@YOU changes hair into Clown Pigtails Wig

@YOU changes hairColor into White

goto hairSpecial1

}“Head Scarf” {

@YOU changes hair into Side Head Scarf

@YOU changes hairColor into White

goto hairSpecial1

}“Black & Red Box Braids” {

@YOU changes hair into Black and Red Box Braid Updo

@YOU changes hairColor into White

goto hairSpecial1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}
“Winged Buns Brown/Blue” {

@YOU changes hair into Winged Buns Hair Blue White

@YOU changes hairColor into White

goto hairSpecial1

}“Winged Buns Black/Pink” {

@YOU changes hair into Winged Buns Hair Pink White

@YOU changes hairColor into White

goto hairSpecial1

}“Winged Buns Black/Purple” {

@YOU changes hair into Winged Buns Hair Purple

@YOU changes hairColor into White

goto hairSpecial1

}“Winged Buns Black/Red” {

@YOU changes hair into Winged Buns Hair Red Gold Pink White

@YOU changes hairColor into White

goto hairSpecial1

}“Change Color”{

goto fem_haircolor1

}“Back to Styles”{

goto fem_hair1

}

label fem_haircolor1

NARRATOR

Hair colors.

choice
“Dark”{

goto hairDark1

}“Light” {

goto hairLight1

}“Dye”{

goto hairDye1

} “Done” {

goto female_custom1

} “Back to Styles” {

goto fem_hair1

}

label hairDark1

NARRATOR

Dark hair colors.

choice [shouldPaginate: YES]
“Black” {

@YOU changes hairColor into Black

goto hairDark1

}“Chestnut Brown”{

@YOU changes hairColor into Chestnut

goto hairDark1

}“Cayenne”{

@YOU changes hairColor into Cayenne

goto hairDark1

}“Auburn” {

@YOU changes hairColor into Auburn

goto hairDark1

}“Different Colors”{

goto fem_haircolor1

}“Done”{

goto female_custom1

}

label hairLight1

NARRATOR

Light hair colors.

choice
“Blond” {

@YOU changes hairColor into Blond

goto hairLight1

}“Fawn” {

@YOU changes hairColor into Fawn

goto hairLight1

}“Platinum Blond” {

@YOU changes hairColor into Platinum Blond

goto hairLight1

}“Strawberry Blond” {

@YOU changes hairColor into Strawberry Blond

goto hairLight1

}“Different Colors”{

goto fem_haircolor1

}“Done”{

goto female_custom1

}

label hairDye1

NARRATOR

Dyed hair styles.

choice [shouldPaginate: YES]
“Bright Blue” {

@YOU changes hairColor into Blasting Blue

goto hairDye1

}“Green” {

@YOU changes hairColor into Grievance Green

goto hairDye1

}“Hot Pink” {

@YOU changes hairColor into Pop Pink

goto hairDye1

}“Purple” {

@YOU changes hairColor into Punky Purple

goto hairDye1

}“Different Colors”{

goto fem_haircolor1

}“Done”{

goto female_custom1

}
“Charcoal” {

@YOU changes hairColor into Charcoal

goto hairDye1

}“Light Blue” {

@YOU changes hairColor into Blue Light

goto hairDye1

}“Mint” {

@YOU changes hairColor into Mint

goto hairDye1

}“Passion Fruit” {

@YOU changes hairColor into Passion Fruit

goto hairDye1

}“Different Colors”{

goto fem_haircolor1

}“Done”{

goto female_custom1

}
“Coral” {

@YOU changes hairColor into Coral

goto hairDye1

}“White” {

@YOU changes hairColor into White

goto hairDye1

}“Grey” {

@YOU changes hairColor into Grey

goto hairDye1

}“Done”{

goto female_custom1

}“Different Colors”{

goto fem_haircolor1

}

label female_end1

@pause for 0

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

I know how you could make your own template with the looks! But if you want to get it made for you visit @Dara.Amarie’s Customisation template forums.

Moved to Directing Helps and Tips since it involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink:

Hi i past it again and it say ERROR NO EYEBROWN CALLED CLASSIC NATURAL SO HOW DOI CALL IT?

hmm. I tried it on my script and it worked fine for the girl. did you do it for the girl ink
Because for male ink its not the same template

.