Script - Character Customization

Hey,

I’ve had requests for more options in my character customization.

To be fair, I’m not 100% sure I know how to add all of the new options to my script while also making sure the reader can’t change the colour of the characters eyes and skin.

Is anyone able to help with this please? :slight_smile:

Here is what I have (below).

label female_custom_1

@CASEY starts idle_happy_pose
@speechbubble reset

    NARRATOR
Please choose your look carefully.

choice
“Hair” {

@CASEY starts idle_happy_pose

goto fem_hair_1
}
“Eyes” {

@CASEY starts idle_happy_pose

goto fem_eyes_1
}
“Eyebrows” {

@CASEY starts idle_happy_pose

goto fem_brows_1
}
“Face Shape”{

@CASEY starts idle_happy_pose

goto fem_face_1
}
“Nose” {

@CASEY starts idle_happy_pose

goto fem_nose_1
}
“Mouth” {

@CASEY starts idle_happy_pose

goto fem_mouth_1
}
“This is perfect!” {
goto female_1_end
}

####################### EYEBROWS #######################

label fem_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@CASEY changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@CASEY changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@CASEY changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@CASEY changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@CASEY changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@CASEY changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin”{
@CASEY changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@CASEY changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}

####################### EYEBROW COLOR #######################

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

choice [shouldPaginate: YES]
“Dirty Blonde” {
@CASEY changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@CASEY changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@CASEY changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@CASEY changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@CASEY changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@CASEY changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@CASEY changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@CASEY changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@CASEY changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@CASEY changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@CASEY changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@CASEY changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@CASEY changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@CASEY changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@CASEY changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@CASEY changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@CASEY changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@CASEY changes eyebrowsColor into White
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}

####################### FACE SHAPE #######################

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@CASEY changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@CASEY changes face into Diamond Long
goto fem_face_1
} “Defined Heart” {
@CASEY changes face into Heart Defined
goto fem_face_1
} “Soft Heart” {
@CASEY changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@CASEY changes face into Triangle Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Mature Square” {
@CASEY changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@CASEY changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@CASEY changes face into Round Soft
goto fem_face_1
} “Done”{
goto female_custom_1
}

####################### EYE SHAPE #######################

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Deepset Downturned” {
@CASEY changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Mature” {
@CASEY changes eyes into Deepset Mature
goto fem_eyes_1
} “Generic” {
@CASEY changes eyes into Female Generic
goto fem_eyes_1
} “Slender” {
@CASEY changes eyes into Monolid Slender
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Round Wide” {
@CASEY changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@CASEY changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@CASEY changes eyes into Sharp Almond
goto fem_eyes_1
} “Deepset Almond” {
@CASEY changes eyes into Deepset Almond
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

####################### MOUTH SHAPE #######################

label fem_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@CASEY changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@CASEY changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Natural” {
@CASEY changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@CASEY changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@CASEY changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@CASEY changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@CASEY changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
} “Done”{
goto female_custom_1
}“Select Color”{
goto fem_mouthcolor_1
}

####################### MOUTH COLOR #######################

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto NaturalColors_1
} “Gloss” {
goto GlossColors_1
} “Matte” {
goto MatteColors_1
} “Change Lip Shape” {
goto fem_mouth_1
}

label NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@CASEY changes mouthColor into Fair Rose Matte
goto NaturalColors_1
} “Fair Neutral” {
@CASEY changes mouthColor into Fair Neutral Matte
goto NaturalColors_1
} “Fair Gold” {
@CASEY changes mouthColor into Fair Gold Matte
goto NaturalColors_1
} “Beige Light Gold” {
@CASEY changes mouthColor into Beige Light Gold Matte
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Beige Gold” {
@CASEY changes mouthColor into Beige Gold Matte
goto NaturalColors_1
} “Beige Rose” {
@CASEY changes mouthColor into Beige Rose
goto NaturalColors_1
} “Beige Deep Neutral” {
@CASEY changes mouthColor into Beige Deep Neutral
goto NaturalColors_1
} “Tan Deep Neutral” {
@CASEY changes mouthColor into Tan Deep Neutral
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Neutral” {
@CASEY changes mouthColor into Brown Neutral
goto NaturalColors_1
} “Brown Gold” {
@CASEY changes mouthColor into Brown Gold
goto NaturalColors_1
} “Brown Deep Gold” {
@CASEY changes mouthColor into Brown Deep Gold
goto NaturalColors_1
} “Brown Deep Rose” {
@CASEY changes mouthColor into Brown Deep Rose
goto NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}

label GlossColors_1

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@CASEY changes mouthColor into Peach Gloss
goto GlossColors_1
} “Light Peach” {
@CASEY changes mouthColor into Pink Peach Lt Gloss
goto GlossColors_1
} “Beige Pink” {
@CASEY changes mouthColor into Pink Beige Gloss
goto GlossColors_1
} “Medium Pink” {
@CASEY changes mouthColor into Pink Medium Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@CASEY changes mouthColor into Pink Warm Gloss
goto GlossColors_1
} “Hot Pink” {
@CASEY changes mouthColor into Pink Hot Gloss
goto GlossColors_1
} “Deep Pink” {
@CASEY changes mouthColor into Pink Deep Gloss
goto GlossColors_1
} “Rose” {
@CASEY changes mouthColor into Rose Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@CASEY changes mouthColor into Mauve Gloss
goto GlossColors_1
} “Pastel Purple” {
@CASEY changes mouthColor into Purple Pastel Gloss
goto GlossColors_1
} “Plum” {
@CASEY changes mouthColor into Plum Gloss
goto GlossColors_1
} “Red” {
@CASEY changes mouthColor into Red Gloss
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@CASEY changes mouthColor into Red Deep Gloss
goto GlossColors_1
} “Violet” {
@CASEY changes mouthColor into Violet Gloss
goto GlossColors_1
} “Black” {
@CASEY changes mouthColor into Black Gloss
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

label MatteColors_1

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@CASEY changes mouthColor into Peach Matte
goto MatteColors_1
} “Light Peach” {
@CASEY changes mouthColor into Pink Peach Light Matte
goto MatteColors_1
} “Beige Pink” {
@CASEY changes mouthColor into Pink Beige Matte
goto MatteColors_1
} “Medium Pink” {
@CASEY changes mouthColor into Pink Medium Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@CASEY changes mouthColor into Pink Warm Matte
goto MatteColors_1
} “Hot Pink” {
@CASEY changes mouthColor into Pink Hot Matte
goto MatteColors_1
} “Deep Pink” {
@CASEY changes mouthColor into Pink Deep Matte
goto MatteColors_1
} “Rose” {
@CASEY changes mouthColor into Rose Matte
goto MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@CASEY changes mouthColor into Mauve Matte
goto GlossColors_1
} “Pastel Purple” {
@CASEY changes mouthColor into Purple Pastel Matte
goto GlossColors_1
} “Plum” {
@CASEY changes mouthColor into Plum Matte
goto GlossColors_1
} “Red” {
@CASEY changes mouthColor into Red Matte
goto GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Deep Red” {
@CASEY changes mouthColor into Red Deep Matte
goto GlossColors_1
} “Violet” {
@CASEY changes mouthColor into Violet Matte
goto GlossColors_1
} “Black” {
@CASEY changes mouthColor into Black Matte
goto GlossColors_1
} “Done” {
goto female_custom_1
} “Try Other Colors” {
goto fem_mouthcolor_1
}

####################### NOSE SHAPE #######################

label fem_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Defined” {
@CASEY changes nose into Defined Natural
goto fem_nose_1
} “Grecian” {
@CASEY changes nose into Grecian Soft
goto fem_nose_1
} “Broad” {
@CASEY changes nose into Round Broad
goto fem_nose_1
} “Button” {
@CASEY changes nose into Round Button
goto fem_nose_1
} “Upturned” {
@CASEY changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto female_custom_1
}
“Downturned” {
@CASEY changes nose into Round Downturned
goto fem_nose_1
} “Done”{
goto female_custom_1
} “Flared” {
@CASEY changes nose into Round Flared Upturned
goto fem_nose_1
}

####################### HAIR STYLE #######################

label fem_hair_1

    NARRATOR
All hair styles.

choice
“Short Hair”{
goto hairShort_1
}“Mid-length Hair”{
goto hairMedium_1
}“Long Hair”{
goto hairLong_1
}“Styled Hair”{
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairShort_1

    NARRATOR
Short hair styles.

choice [shouldPaginate: YES]
“Afro” {
@CASEY changes hair into Afro
goto hairShort_1
}“Blunt Bangs” {
@CASEY changes hair into Blunt Bangs Short
goto hairShort_1
}“Classic Bob” {
@CASEY changes hair into Classic Bob
goto hairShort_1
} “Curly Bob” {
@CASEY changes hair into Curly Bob
goto hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Fade” {
@CASEY changes hair into Short Curly Fade
goto hairShort_1
}“Pixie” {
@CASEY changes hair into Short Pixie
goto hairShort_1
}“Short Wavy” {
@CASEY changes hair into Short Wavy Hair Solid
goto hairShort_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}

label hairMedium_1

    NARRATOR
Medium hair styles.

choice [shouldPaginate: YES]
“Braided” {
@CASEY changes hair into Medium Braided
goto hairMedium_1
}“Medium Dreadlocks” {
@CASEY changes hair into Medium Dreadlocks
goto hairMedium_1
}“Wavy Ombre” {
@CASEY changes hair into Short Wavy Ombre
goto hairMedium_1
}“Straight” {
@CASEY changes hair into Straight Medium
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Medium Curly” {
@CASEY changes hair into Medium Curly Solid
goto hairMedium_1
}“Hair Flip” {
@CASEY changes hair into Hair Flip
goto hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label hairLong_1

    NARRATOR
Long hair styles.

choice [shouldPaginate: YES]
“Beach Wave” {
@CASEY changes hair into Beach Wave Hair
goto hairLong_1
}“Long Braided” {
@CASEY changes hair into Long Braided
goto hairLong_1
}“Long Dreadlocks” {
@CASEY changes hair into Long Dreadlocks
goto hairLong_1
}“Feathered” {
@CASEY changes hair into Long Feathered
goto hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@CASEY changes hair into Long Straight Loose Bangs Blunt Solid
goto hairLong_1
}“Sideswept Bangs” {
@CASEY changes hair into Long Straight Loose Bangs Sideswept Solid
goto hairLong_1
}“Straight” {
@CASEY changes hair into Long Straight Loose Solid
goto hairLong_1
}“Back to Styles”{
goto fem_hair_1
}“Change Color”{
goto fem_haircolor_1
}

label hairUp_1

    NARRATOR
Updo hair styles.

choice [shouldPaginate: YES]
“Braided Bun” {
@CASEY changes hair into Braided Bun
goto hairUp_1
}“Faux Hawk” {
@CASEY changes hair into Long Faux Hawk Solid
goto hairUp_1
}“Short Ponytail” {
@CASEY changes hair into Short High Ponytail
goto hairUp_1
}“Long Ponytail” {
@CASEY changes hair into Long High Ponytail
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Morning Updo” {
@CASEY changes hair into Morning Updo
goto hairUp_1
}“Punk Pixie” {
@CASEY changes hair into Punk Pixie
goto hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

####################### HAIR COLOR #######################

label fem_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto hairDark_1
}“Light” {
goto hairLight_1
}“Dyed”{
goto hairDye_1
}“Done”{
goto female_custom_1
} “Back to Styles” {
goto fem_hair_1
}

label hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@CASEY changes hairColor into Light Brown
goto hairDark_1
}“Warm Brown” {
@CASEY changes hairColor into Medium Warm Brown
goto hairDark_1
}“Chestnut Brown”{
@CASEY changes hairColor into Chestnut Brown
goto hairDark_1
}“Dark Brown”{
@CASEY changes hairColor into Dark Brown
goto hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@CASEY changes hairColor into Deep Brown
goto hairDark_1
}“Burgundy” {
@CASEY changes hairColor into Burgundy Red
goto hairDark_1
}“Dark Black” {
@CASEY changes hairColor into Black Dark
goto hairDark_1
}“Jet Black” {
@CASEY changes hairColor into Black Jet
goto hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@CASEY changes hairColor into Platinum Blonde
goto hairLight_1
}“Dirty Blonde” {
@CASEY changes hairColor into Dirty Blonde
goto hairLight_1
}“Honey Blonde” {
@CASEY changes hairColor into Honey Blonde
goto hairLight_1
}“Strawberry Blonde” {
@CASEY changes hairColor into Strawberry Blonde
goto hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@CASEY changes hairColor into Blonde Medium
goto hairLight_1
}“Ash Blonde” {
@CASEY changes hairColor into Ash Blonde
goto hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto hairDye_Pink_1
}“Blue/Green” {
goto hairDye_Blue_1
}“Red/Orange” {
goto hairDye_Red_1
}“White/Grey/Yellow” {
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@CASEY changes hairColor into Hot Pink
goto hairDye_Pink_1
} “Light Pink” {
@CASEY changes hairColor into Pink Lt
goto hairDye_Pink_1
} “Peach” {
@CASEY changes hairColor into Peach Blonde
goto hairDye_Pink_1
} “Rose Gold” {
@CASEY changes hairColor into Rose Gold
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Purple” {
@CASEY changes hairColor into Red Purple
goto hairDye_Pink_1
} “Lavender” {
@CASEY changes hairColor into Purple Lilac
goto hairDye_Pink_1
} “Plum” {
@CASEY changes hairColor into Plum
goto hairDye_Pink_1
} “Dark Purple” {
@CASEY changes hairColor into Purple
goto hairDye_Pink_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@CASEY changes hairColor into Blue
goto hairDye_Blue_1
} “Light Blue” {
@CASEY changes hairColor into Cornflower Blue
goto hairDye_Blue_1
} “Aqua Blue” {
@CASEY changes hairColor into Aqua Blue
goto hairDye_Blue_1
} “Dark Blue” {
@CASEY changes hairColor into Blue Black
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}
“Green” {
@CASEY changes hairColor into Green
goto hairDye_Blue_1
} “Lime Green” {
@CASEY changes hairColor into Yellow Green
goto hairDye_Blue_1
} “Mint” {
@CASEY changes hairColor into Mint
goto hairDye_Blue_1
} “Aqua Green” {
@CASEY changes hairColor into Aqua Green
goto hairDye_Blue_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Red_1

    NARRATOR
Red and orange hair colors.

choice
“Orange” {
@CASEY changes hairColor into Orange
goto hairDye_Red_1
} “Red” {
@CASEY changes hairColor into Red
goto hairDye_Red_1
} “Copper Red” {
@CASEY changes hairColor into Copper Red
goto hairDye_Red_1
} “Ginger Red” {
@CASEY changes hairColor into Ginger Red
goto hairDye_Red_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label hairDye_Gray_1

    NARRATOR
White, grey, and yellow hair colors.

choice
“White” {
@CASEY changes hairColor into Warm White
goto hairDye_Gray_1
} “Gray” {
@CASEY changes hairColor into Cool Gray
goto hairDye_Gray_1
} “Light Gray” {
@CASEY changes hairColor into Aqua Gray
goto hairDye_Gray_1
} “Yellow” {
@CASEY changes hairColor into Yellow
goto hairDye_Gray_1
}“Different Colors”{
goto fem_haircolor_1
}“Done” {
goto female_custom_1
}

label female_1_end
@pause for 0

#}

you mean like the newest things? @Dara.Amarie has updated script templates with every new hair and stuff in it?

I do, yes :slight_smile:

Where would I find this from her? Sorry, I’m no expert with Episode.

here is the link

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.