How to let the reader customize the character without name change

Hey guys I recently started a new episode story called Troubled Popstar (go check it out) but there is a lot of people who want to be able to customize their character, so I decided to let them, but I don’t know how, the character i want them to be able to customize is a female and her name is Roxxy, please send me the code so I can do this. (BTW the episode style is ink)

Go to the female Ink character, and in the template, change @FEMALEAVATAR to your character’s script name.

So if her script name is Roxxy, you would change @FEMALEAVATAR to @ROXXY so your readers can customize her. Make sure you credit Dara for the template :slight_smile:

If you can’t replace the FEMALEAVATAR thing with Roxxy, I’ve done it here for you:

label female_custom1

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

@ROXXY changes bodyColor into Dune

goto skincolor_light1

} “Porcelain” {

@ROXXY changes bodyColor into Porcelain

goto skincolor_light1

} “Peach” {

@ROXXY changes bodyColor into Peach

goto skincolor_light1

} “Fair” {

@ROXXY changes bodyColor into Fair

goto skincolor_light1

} <GREEN>“Try Other Colors”{

goto fem_skin1

} <PREMIUM>“Done”{

goto female_custom1

}

“Light”{

@ROXXY changes bodyColor into Light

goto skincolor_light1

} “Light Ocre” {

@ROXXY changes bodyColor into Light Ocre

goto skincolor_light1

} “Beige” {

@ROXXY changes bodyColor into Beige

goto skincolor_light1

} “Ivory” {

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

@ROXXY changes bodyColor into Olive

goto skincolor_medium1

} “Tan” {

@ROXXY changes bodyColor into Tan

goto skincolor_medium1

} “Taupe” {

@ROXXY changes bodyColor into Taupe

goto skincolor_medium1

} “Caramel” {

@ROXXY changes bodyColor into Caramel

goto skincolor_medium1

} <GREEN>“Try Other Colors”{

goto fem_skin1

} <PREMIUM>“Done”{

goto female_custom1

}

“Honey” {

@ROXXY changes bodyColor into Honey

goto skincolor_medium1

} “Toffee” {

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

@ROXXY changes bodyColor into Umber

goto skincolor_dark1

} “Rosewood” {

@ROXXY changes bodyColor into Rosewood

goto skincolor_dark1

} “Mocha” {

@ROXXY changes bodyColor into Mocha

goto skincolor_dark1

} “Walnut” {

@ROXXY changes bodyColor into Walnut

goto skincolor_dark1

} <GREEN>“Try Other Colors”{

goto fem_skin1

} <PREMIUM>“Done”{

goto female_custom1

}

“Dark” {

@ROXXY changes bodyColor into Dark

goto skincolor_dark1

} “Sable” {

@ROXXY changes bodyColor into Sable

goto skincolor_dark1

} “Chestnut” {

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

@ROXXY changes eyebrows into Classic Natural

goto fem_brows1

}“Medium Angled”{

@ROXXY changes eyebrows into Medium Angled

goto fem_brows1

}“Defined Natural”{

@ROXXY changes eyebrows into Defined Natural

goto fem_brows1

}“Mature Round”{

@ROXXY changes eyebrows into Mature Round

goto fem_brows1

}“Seductive Arch”{

@ROXXY changes eyebrows into Seductive Arch

goto fem_brows1

}<PREMIUM> “Done”{

goto female_custom1

}

“Seductive Round”{

@ROXXY changes eyebrows into Seductive Round

goto fem_brows1

}“Thick Flat”{

@ROXXY changes eyebrows into Thick Flat

goto fem_brows1

}“Thin Round”{

@ROXXY changes eyebrows into Thin Round

goto fem_brows1

}“Thin Soft Arch”{

@ROXXY changes eyebrows into Thin Soft Arch

goto fem_brows1

}“Thin Curved”{

@ROXXY changes eyebrows into Thin Curved

goto fem_brows1

}<PREMIUM> “Done”{

goto female_custom1

}

“Medium Curved”{

@ROXXY changes eyebrows into Medium Curved

goto fem_brows1

}“Medium Soft Arch”{

@ROXXY changes eyebrows into Medium Soft Arch

goto fem_brows1

}“Smooth Arch”{

@ROXXY changes eyebrows into Smooth Arch

goto fem_brows1

}“Soft Angled”{

@ROXXY changes eyebrows into Soft Angled

goto fem_brows1

}“Thick Round”{

@ROXXY changes eyebrows into Thick Round

goto fem_brows1

}<PREMIUM> “Done”{

goto female_custom1

}

label fem_face1

NARRATOR

Face shapes.

choice [shouldPaginate: YES]

“Defined Heart” {

@ROXXY changes face into Defined Heart

goto fem_face1

} “Defined Round” {

@ROXXY changes face into Defined Round

goto fem_face1

} “Diamond” {

@ROXXY changes face into Diamond

goto fem_face1

} “Oval” {

@ROXXY changes face into Oval

goto fem_face1

} “Round” {

@ROXXY changes face into Round

goto fem_face1

} <PREMIUM>“Done”{

goto female_custom1

}

“Soft Heart” {

@ROXXY changes face into Soft Heart

goto fem_face1

} “Square” {

@ROXXY changes face into Square

goto fem_face1

} “Defined Oblong” {

@ROXXY changes face into Defined Oblong

goto fem_face1

} <PREMIUM>“Done”{

goto female_custom1

}

label fem_eyes1

NARRATOR

Eye shapes.

choice [shouldPaginate: YES]

“Almond Classic” {

@ROXXY changes eyes into Almond Classic

goto fem_eyes1

} “Round Bold” {

@ROXXY changes eyes into Round Bold

goto fem_eyes1

} “Round Luxe” {

@ROXXY changes eyes into Round Luxe

goto fem_eyes1

} “Round Classic” {

@ROXXY changes eyes into Round Classic

goto fem_eyes1

} <GREEN>“Select Color”{

goto fem_eyecolor1

} <PREMIUM>“Done”{

goto female_custom1

}

“Downturned Bold” {

@ROXXY changes eyes into Downturned Bold

goto fem_eyes1

} “Downturned Natural” {

@ROXXY changes eyes into Downturned Natural

goto fem_eyes1

} “Slender Classic” {

@ROXXY changes eyes into Slender Classic

goto fem_eyes1

} “Sloping Classic” {

@ROXXY changes eyes into Sloping Classic

goto fem_eyes1

} <GREEN>“Select Color”{

goto fem_eyecolor1

} <PREMIUM>“Done”{

goto female_custom1

}

“Slender Natural” {

@ROXXY changes eyes into Slender Natural

goto fem_eyes1

} “Upturned Bold” {

@ROXXY changes eyes into Upturned Bold

goto fem_eyes1

} “Upturned Feline” {

@ROXXY changes eyes into Upturned Feline

goto fem_eyes1

} “Upturned Luxe” {

@ROXXY changes eyes into Upturned Luxe

goto fem_eyes1

} <GREEN>“Select Color”{

goto fem_eyecolor1

} <PREMIUM>“Done”{

goto female_custom1

}

“Upturned Natural” {

@ROXXY changes eyes into Upturned Natural

goto fem_eyes1

} “Almond Luxe” {

@ROXXY changes eyes into Almond Luxe

goto fem_eyes1

} “Mature Almond” {

@ROXXY changes eyes into Almond Mature

goto fem_eyes1

} “Mature Round” {

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

@ROXXY changes eyesColor into Black

goto fem_eyecolor1

} “Blue” {

@ROXXY changes eyesColor into Blue

goto fem_eyecolor1

} “Brown” {

@ROXXY changes eyesColor into Brown

goto fem_eyecolor1

} “Green” {

@ROXXY changes eyesColor into Green

goto fem_eyecolor1

} “Purple” {

@ROXXY changes eyesColor into Purple

goto fem_eyecolor1

} <PREMIUM>“Done”{

goto female_custom1

}

“White” {

@ROXXY changes eyesColor into White

goto fem_eyecolor1

} “Auburn” {

@ROXXY changes eyesColor into Auburn

goto fem_eyecolor1

} “Hickory” {

@ROXXY changes eyesColor into Hickory

goto fem_eyecolor1

} “Pine” {

@ROXXY changes eyesColor into Pine

goto female_custom1

} “Toffee” {

@ROXXY changes eyesColor into Toffee

goto fem_eyecolor1

} “Taupe” {

@ROXXY changes eyesColor into Taupe

goto female_custom1

} <PREMIUM>“Done”{

goto female_custom1

}

label fem_mouth1

NARRATOR

Mouth shapes.

choice [shouldPaginate: YES]

“Blossom Lips” {

@ROXXY changes mouth into Blossom Lips

goto fem_mouth1

}“Classic” {

@ROXXY changes mouth into Classic

goto fem_mouth1

}“Classic Slender” {

@ROXXY changes mouth into Classic Slender

goto fem_mouth1

}“Full Round” {

@ROXXY changes mouth into Full Round

goto fem_mouth1

}<GREEN>“Select Color”{

goto fem_mouthcolor1

}<PREMIUM>“Done”{

goto female_custom1

}

“Mature Medium” {

@ROXXY changes mouth into Mature Medium

goto fem_mouth1

}“Mature Round” {

@ROXXYchanges mouth into Mature Round

goto fem_mouth1

}“Mature Slender” {

@ROXXY changes mouth into Mature Slender

goto fem_mouth1

}“Thick” {

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

@ROXXY changes mouthColor into Blush

goto NaturalColors1

} “Dune” {

@ROXXY changes mouthColor into Dune

goto NaturalColors1

} “Ivory” {

@ROXXY changes mouthColor into Ivory

goto NaturalColors1

} “Sand” {

@ROXXY changes mouthColor into Sand

goto NaturalColors1

} <GREEN> “Try Other Colors” {

goto fem_mouthcolor1

} <PREMIUM> “Done” {

goto female_custom1

}

“Mocha” {

@ROXXY changes mouthColor into Mocha

goto NaturalColors1

} “Taupe” {

@ROXXY changes mouthColor into Taupe

goto NaturalColors1

} “Terracotta” {

@ROXXY changes mouthColor into Terracotta

goto NaturalColors1

} “Toffee” {

@ROXXY changes mouthColor into Toffee

goto NaturalColors1

} <GREEN> “Try Other Colors” {

goto fem_mouthcolor1

} <PREMIUM> “Done” {

goto female_custom1

}

“Umber” {

@ROXXY changes mouthColor into Umber

goto NaturalColors1

} “Rosewood” {

@ROXXY changes mouthColor into Rosewood

goto NaturalColors1

} “Dark” {

@ROXXY changes mouthColor into Dark

goto NaturalColors1

} “Sable” {

@ROXXY changes mouthColor into Sable

goto NaturalColors1

} <GREEN> “Try Other Colors” {

goto fem_mouthcolor1

} <PREMIUM> “Done” {

goto female_custom1

}

“Crimson” {

@ROXXY changes mouthColor into Crimson

goto NaturalColors1

} “Chestnut” {

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

@ROXXY changes mouthColor into Bubblegum Pink

goto BrightColors1

} “Champagne” {

@ROXXY changes mouthColor into Champagne

goto BrightColors1

} “Olive” {

@ROXXY changes mouthColor into Olive

goto BrightColors1

} “Cherry Red” {

@ROXXY changes mouthColor into Cherry Red

goto BrightColors1

} <GREEN> “Try Other Colors” {

goto fem_mouthcolor1

} <PREMIUM> “Done” {

goto female_custom1

}

“Orange Crush” {

@ROXXY changes mouthColor into Orange Crush

goto BrightColors1

} “Raspberry” {

@ROXXY changes mouthColor into Raspberry

goto BrightColors1

} “Rose” {

@ROXXY changes mouthColor into Rose

goto BrightColors1

} “Ruby Red” {

@ROXXY changes mouthColor into Ruby Red

goto BrightColors1

} <GREEN> “Try Other Colors” {

goto fem_mouthcolor1

} <PREMIUM> “Done” {

goto female_custom1

}

“Seafoam” {

@ROXXY changes mouthColor into Seafoam

goto BrightColors1

} “Sky Blue” {

@ROXXY changes mouthColor into Sky Blue

goto BrightColors1

} “White” {

@ROXXY changes mouthColor into White

goto BrightColors1

} “Lavender” {

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

@ROXXY changes mouthColor into Azure

goto DarkColors1

} “Raven” {

@ROXXY changes mouthColor into Raven

goto DarkColors1

} “Bordeaux” {

@ROXXY changes mouthColor into Bordeaux

goto DarkColors1

} “Dusty Rose” {

@ROXXY changes mouthColor into Dusty Rose

goto DarkColors1

} <GREEN> “Try Other Colors” {

goto fem_mouthcolor1

} <PREMIUM> “Done” {

goto female_custom1

}

“Plum” {

@ROXXY changes mouthColor into Plum

goto DarkColors1

} “Emerald” {

@ROXXY changes mouthColor into Emerald

goto DarkColors1

} “Scarlet” {

@ROXXY changes mouthColor into Scarlet

goto DarkColors1

} “Wine” {

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

@ROXXY changes nose into Hooked

goto fem_nose1

} “Sculpted” {

@ROXXY changes nose into Sculpted

goto fem_nose1

} “Elven” {

@ROXXY changes nose into Elven

goto fem_nose1

} “Grecian” {

@ROXXY changes nose into Grecian

goto fem_nose1

} “Upturned” {

@ROXXY changes nose into Upturned

goto fem_nose1

} <PREMIUM>“Done”{

goto female_custom1

}

“Soft Natural” {

@ROXXY changes nose into Soft Natural

goto fem_nose1

} “Refined” {

@ROXXY changes nose into Refined

goto fem_nose1

} “Roman” {

@ROXXY changes nose into Roman

goto fem_nose1

} “Celestial” {

@ROXXY changes nose into Celestial

goto fem_nose1

} “Round” {

@ROXXY changes nose into Round

goto fem_nose1

} <PREMIUM>“Done”{

goto female_custom1

}

“Aquiline” {

@ROXXY changes nose into Aquiline

goto fem_nose1

} “Pointed” {

@ROXXY changes nose into Pointed

goto fem_nose1

} “Perky” {

@ROXXY changes nose into Perky

goto fem_nose1

} “Wide” {

@ROXXY changes nose into Wide

goto fem_nose1

} “Mature Round” {

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

@ROXXY changes hair into Buzzed Hair

goto hairShort1

}“Classy Pixie” {

@ROXXY changes hair into Classy Pixie

goto hairShort1

}“Messy Pixie” {

@ROXXY changes hair into Messy Pixie

goto hairShort1

}“Pixie” {

@ROXXY changes hair into Pixie

goto hairShort1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Unstyled Faux Hawk” {

@ROXXY changes hair into Unstyled Faux Hawk

goto hairShort1

} “Slicked Back” {

@ROXXY changes hair into Long Slicked Back Hair

goto hairShort1

}“Twist Hair” {

@ROXXY changes hair into Twist Hair

goto hairShort1

}“Long Faux Hawk” {

@ROXXY changes hair into Long Faux Hawk

goto hairShort1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Cornrow Faux Hawk” {

@ROXXY changes hair into Cornrow Faux Hawk

goto hairShort1

}“Shaved Sides” {

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

@ROXXY changes hair into Shaggy Long Hair

goto hairMedium1

}“Classic Bob” {

@ROXXY changes hair into Classic Bob

goto hairMedium1

}“Dreadlocks” {

@ROXXY changes hair into Long Dreadlocks

goto hairMedium1

}“Straight Bob” {

@ROXXY changes hair into Straight Bob

goto hairMedium1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Suburban Bubble” {

@ROXXY changes hair into Suburban Bubble

goto hairMedium1

}“Natural Curls” {

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

@ROXXY changes hair into Layered Hair

goto hairLong1

}“Long Feathered” {

@ROXXY changes hair into Long Feathered

goto hairLong1

}“Jules Hair” {

@ROXXY changes hair into Jules Hair

goto hairLong1

}“Long Straight Bangs” {

@ROXXY changes hair into Long Straight Hair

goto hairLong1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Straight” {

@ROXXY changes hair into Straight

goto hairLong1

}“Styled Corn Rows” {

@ROXXY changes hair into Styled Corn Rows

goto hairLong1

}“Long Braids” {

@ROXXY changes hair into Long Braids

goto hairLong1

}“Box Braids”{

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

@ROXXY changes hair into Beach Wave Hair

goto hairCurled1

}“Diva Curls” {

@ROXXY changes hair into Diva Curls

goto hairCurled1

}“Long Curly Hair” {

@ROXXY changes hair into Long Curly Hair

goto hairCurled1

}“Rebel Half Shaved” {

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

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

@ROXXY changes hair into Casual Braided Pigtails

goto hairUp1

}“High Ponytail” {

@ROXXY changes hair into High Ponytail

goto hairUp1

}“Fishtail Braid” {

@ROXXY changes hair into Fishtail Braid

goto hairUp1

}“Messy Back Bun” {

@ROXXY changes hair into Messy Back Bun

goto hairUp1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Double Bun” {

@ROXXY changes hair into Double Bun Updo

goto hairUp1

}“Braided Crown” {

@ROXXY changes hair into Braid Crown Updo

goto hairUp1

} “Punk Ponytail” {

@ROXXY changes hair into Urban Punk Ponytail

goto hairUp1

}“Dancer Bun”{

@ROXXY changes hair into Dancer Bun

goto hairUp1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Pulled Back”{

@ROXXY changes hair into Monday Morning Updo

goto hairUp1

}“Cornrow Bun”{

@ROXXY changes hair into Cornrow Bun

goto hairUp1

}“Ponytail Locks”{

@ROXXY changes hair into Ponytail Locks

goto hairUp1

}“Short Tied Up”{

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

@ROXXY changes hair into Scene Hair

@ROXXY changes hairColor into White

goto hairSpecial1

}“Clown Pigtails”{

@ROXXY changes hair into Clown Pigtails Wig

@ROXXY changes hairColor into White

goto hairSpecial1

}“Head Scarf” {

@ROXXY changes hair into Side Head Scarf

@ROXXY changes hairColor into White

goto hairSpecial1

}“Black & Red Box Braids” {

@ROXXY changes hair into Black and Red Box Braid Updo

@ROXXY changes hairColor into White

goto hairSpecial1

}<GREEN>“Change Color”{

goto fem_haircolor1

}<PREMIUM>“Back to Styles”{

goto fem_hair1

}

“Winged Buns Brown/Blue” {

@ROXXY changes hair into Winged Buns Hair Blue White

@ROXXY changes hairColor into White

goto hairSpecial1

}“Winged Buns Black/Pink” {

@ROXXY changes hair into Winged Buns Hair Pink White

@ROXXY changes hairColor into White

goto hairSpecial1

}“Winged Buns Black/Purple” {

@ROXXY changes hair into Winged Buns Hair Purple

@ROXXY changes hairColor into White

goto hairSpecial1

}“Winged Buns Black/Red” {

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

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

@ROXXY changes hairColor into Black

goto hairDark1

}“Chestnut Brown”{

@ROXXY changes hairColor into Chestnut

goto hairDark1

}“Cayenne”{

@ROXXY changes hairColor into Cayenne

goto hairDark1

}“Auburn” {

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

@ROXXY changes hairColor into Blond

goto hairLight1

}“Fawn” {

@ROXXY changes hairColor into Fawn

goto hairLight1

}“Platinum Blond” {

@ROXXY changes hairColor into Platinum Blond

goto hairLight1

}“Strawberry Blond” {

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

@ROXXY changes hairColor into Blasting Blue

goto hairDye1

}“Green” {

@ROXXY changes hairColor into Grievance Green

goto hairDye1

}“Hot Pink” {

@ROXXY changes hairColor into Pop Pink

goto hairDye1

}“Purple” {

@ROXXY changes hairColor into Punky Purple

goto hairDye1

}<GREEN>“Different Colors”{

goto fem_haircolor1

}<PREMIUM>“Done”{

goto female_custom1

}

“Charcoal” {

@ROXXY changes hairColor into Charcoal

goto hairDye1

}“Light Blue” {

@ROXXY changes hairColor into Blue Light

goto hairDye1

}“Mint” {

@ROXXY changes hairColor into Mint

goto hairDye1

}“Passion Fruit” {

@ROXXY changes hairColor into Passion Fruit

goto hairDye1

}<GREEN>“Different Colors”{

goto fem_haircolor1

}<PREMIUM>“Done”{

goto female_custom1

}

“Coral” {

@ROXXY changes hairColor into Coral

goto hairDye1

}“White” {

@ROXXY changes hairColor into White

goto hairDye1

}“Grey” {

@ROXXY changes hairColor into Grey

goto hairDye1

}<PREMIUM>“Done”{

goto female_custom1

}<GREEN>“Different Colors”{

goto fem_haircolor1

}

label female_end1

To change a character’s name:

Instructions for adding the template to your script:
1- When you are in the doc, press Ctrl + A on your keyboard (Cmd + A for Macs) to highlight the entire template
2- Copy & Paste the template into your script
3- Highlight “FEMALEAVATAR” or “MALEAVATAR” in your script
4- Press Ctrl + F on your keyboard (Cmd + F for Macs)
5- A small grey box will pop up, click on ALL first!
6- Type in your character’s name in all caps

1 Like

I have a questions how do you let (NK customization) have to customization in the same chapter, I’m saying is its giving me errors because I have the same label and I have 2 customizations in one chapter and its giving me error someone help

Dara's Character Customization Templates (INK & Limelight)

I have a question how do you let people name other characters not just the first person for example (YOU) I’m talking about a boy.

A Guide to Typed-in Choices

iS This right?

please tell me what I did wrong and what I need to correct ?

It’s correct.

alright thanks Dara.

1 Like