How can I make family members look like mc?

Hello!
I let reader do the following:

CC

EXT. SKY NIGHT
@cut to zone 2
label femlcc_custom_y
@CHARLOTTE BELROSE changes into CHARLOTTE_OUTFIT 4
@CHARLOTTE BELROSE spot 2.400 170 -520 and CHARLOTTE BELROSE faces right and CHARLOTTE BELROSE starts idle
NARRATOR
This is you, Charlotte Belrose. You are 24 years old. CC is limited due to art, descriptions. Enjoy :slight_smile:
NARRATOR
What do you look like?

choice
“Hairstyle” {
goto femlcc_hair_y
} “Eyebrows” {
goto femlcc_brows_y
} “Face” {
goto femlcc_face_y
} “Nose” {
goto femlcc_nose_y
} “Lip Color” {
goto femlcc_mouthcolor_y
} “This is perfect!” {
goto femlcc_y_end
}

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

label femlcc_brows_y

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@CHARLOTTE BELROSE changes eyebrows into Arched Natural
goto femlcc_brows_y
}“Arched Thick”{
@CHARLOTTE BELROSE changes eyebrows into Arched Thick Styled
goto femlcc_brows_y
}“Arched Thin”{
@CHARLOTTE BELROSE changes eyebrows into Arched Thin
goto femlcc_brows_y
}“Arched Thin High”{
@CHARLOTTE BELROSE changes eyebrows into Arched Thin High
goto femlcc_brows_y
}“Round Medium”{
@CHARLOTTE BELROSE changes eyebrows into Round Medium
goto femlcc_brows_y
} “Done”{
goto femlcc_custom_y
}
“Round Thick”{
@CHARLOTTE BELROSE changes eyebrows into Round Thick
goto femlcc_brows_y
}“Round Thin High”{
@CHARLOTTE BELROSE changes eyebrows into Round Thin High
goto femlcc_brows_y
}“Straight Medium”{
@CHARLOTTE BELROSE changes eyebrows into Straight Medium
goto femlcc_brows_y
}“Arched Natural Scar”{
@CHARLOTTE BELROSE changes eyebrows into Arched Natural Scar
goto femlcc_brows_y
}“High Arch Angled”{
@CHARLOTTE BELROSE changes eyebrows into High Arch Angled
goto femlcc_brows_y
} “Done”{
goto femlcc_custom_y
}
“Arched Short”{
@CHARLOTTE BELROSE changes eyebrows into Arched Short
goto femlcc_brows_y
} “Done”{
goto femlcc_custom_y
}
“Bushy Thick”{
@CHARLOTTE BELROSE changes eyebrows into Bushy Thick
goto femlcc_brows_y
}

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

label femlcc_face_y

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@CHARLOTTE BELROSE changes face into Diamond
goto femlcc_face_y
} “Long Diamond” {
@CHARLOTTE BELROSE changes face into Diamond Long
goto femlcc_face_y
} “Defined Diamond” {
@CHARLOTTE BELROSE changes face into Diamond Defined Contour
goto femlcc_face_y
} “Defined Heart” {
@CHARLOTTE BELROSE changes face into Heart Defined
goto femlcc_face_y
} “Defined Squared” {
@CHARLOTTE BELROSE changes face into Square Defined
goto femlcc_face_y
} “Done”{
goto femlcc_custom_y
}
“Soft Heart” {
@CHARLOTTE BELROSE changes face into Heart Soft
goto femlcc_face_y
} “Defined Triangle” {
@CHARLOTTE BELROSE changes face into Triangle Defined
goto femlcc_face_y
} “Mature Square” {
@CHARLOTTE BELROSE changes face into Square Mature
goto femlcc_face_y
} “Mature Heart” {
@CHARLOTTE BELROSE changes face into Heart Mature
goto femlcc_face_y
} “Soft Round” {
@CHARLOTTE BELROSE changes face into Round Soft
goto femlcc_face_y
} “Done”{
goto femlcc_custom_y
}
“Double Chin” {
@CHARLOTTE BELROSE changes face into Heart Mature Double Chin
goto femlcc_face_y
} “Done”{
goto femlcc_custom_y
}
“Round Puffy” {
@CHARLOTTE BELROSE changes face into Round Puffy Cheek
goto femlcc_face_y
}

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

label femlcc_mouthcolor_y

    NARRATOR
All lip colors.

choice
“Natural” {
goto femlcc_NaturalColors_y
} “Gloss” {
goto femlcc_GlossColors_y
} “Matte” {
goto femlcc_MatteColors_y
} “Done” {
goto femlcc_custom_y
}

label femlcc_NaturalColors_y

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@CHARLOTTE BELROSE changes mouthColor into Fair Rose Matte
goto femlcc_NaturalColors_y
} “Fair Neutral” {
@CHARLOTTE BELROSE changes mouthColor into Fair Neutral Matte
goto femlcc_NaturalColors_y
} “Fair Gold” {
@CHARLOTTE BELROSE changes mouthColor into Fair Gold Matte
goto femlcc_NaturalColors_y
} “Beige Light Gold” {
@CHARLOTTE BELROSE changes mouthColor into Beige Light Gold Matte
goto femlcc_NaturalColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Beige Gold” {
@CHARLOTTE BELROSE changes mouthColor into Beige Gold Matte
goto femlcc_NaturalColors_y
} “Beige Rose” {
@CHARLOTTE BELROSE changes mouthColor into Beige Rose
goto femlcc_NaturalColors_y
} “Beige Deep Neutral” {
@CHARLOTTE BELROSE changes mouthColor into Beige Deep Neutral
goto femlcc_NaturalColors_y
} “Tan Deep Gold” {
@CHARLOTTE BELROSE changes mouthColor into Tan Deep Gold
goto femlcc_NaturalColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Tan Deep Neutral” {
@CHARLOTTE BELROSE changes mouthColor into Tan Deep Neutral
goto femlcc_NaturalColors_y
} “Brown Neutral” {
@CHARLOTTE BELROSE changes mouthColor into Brown Neutral
goto femlcc_NaturalColors_y
} “Brown Gold” {
@CHARLOTTE BELROSE changes mouthColor into Brown Gold
goto femlcc_NaturalColors_y
} “Brown Deep Gold” {
@CHARLOTTE BELROSE changes mouthColor into Brown Deep Gold
goto femlcc_NaturalColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Brown Deep Rose” {
@CHARLOTTE BELROSE changes mouthColor into Brown Deep Rose
goto femlcc_NaturalColors_y
} “Done” {
goto femlcc_custom_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
}

label femlcc_GlossColors_y

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@CHARLOTTE BELROSE changes mouthColor into Peach Gloss
goto femlcc_GlossColors_y
} “Light Peach” {
@CHARLOTTE BELROSE changes mouthColor into Pink Peach Lt Gloss
goto femlcc_GlossColors_y
} “Beige Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Beige Gloss
goto femlcc_GlossColors_y
} “Medium Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Medium Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Warm Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Warm Gloss
goto femlcc_GlossColors_y
} “Hot Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Hot Gloss
goto femlcc_GlossColors_y
} “Deep Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Deep Gloss
goto femlcc_GlossColors_y
} “Pink Peach” {
@CHARLOTTE BELROSE changes mouthColor into Pink Peach Medium Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Neutral Nude” {
@CHARLOTTE BELROSE changes mouthColor into Neutral Medium Nude Gloss
goto femlcc_GlossColors_y
} “Light Nude” {
@CHARLOTTE BELROSE changes mouthColor into Rose Light Nude Gloss
goto femlcc_GlossColors_y
} “Medium Nude” {
@CHARLOTTE BELROSE changes mouthColor into Rose Medium Nude Gloss
goto femlcc_GlossColors_y
} “Dark Nude” {
@CHARLOTTE BELROSE changes mouthColor into Rose Dark Nude Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Rose” {
@CHARLOTTE BELROSE changes mouthColor into Rose Gloss
goto femlcc_GlossColors_y
} “Mauve” {
@CHARLOTTE BELROSE changes mouthColor into Mauve Gloss
goto femlcc_GlossColors_y
} “Pastel Purple” {
@CHARLOTTE BELROSE changes mouthColor into Purple Pastel Gloss
goto femlcc_GlossColors_y
} “Deep Purple” {
@CHARLOTTE BELROSE changes mouthColor into Purple Deep Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Red” {
@CHARLOTTE BELROSE changes mouthColor into Red Gloss
goto femlcc_GlossColors_y
} “Deep Red” {
@CHARLOTTE BELROSE changes mouthColor into Red Deep Gloss
goto femlcc_GlossColors_y
} “Plum” {
@CHARLOTTE BELROSE changes mouthColor into Plum Gloss
goto femlcc_GlossColors_y
} “Violet” {
@CHARLOTTE BELROSE changes mouthColor into Violet Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Blood Orange” {
@CHARLOTTE BELROSE changes mouthColor into Blood Orange Gloss
goto femlcc_GlossColors_y
} “Red Garnet” {
@CHARLOTTE BELROSE changes mouthColor into Red Garnet Gloss
goto femlcc_GlossColors_y
} “Blackberry” {
@CHARLOTTE BELROSE changes mouthColor into Blackberry Gloss
goto femlcc_GlossColors_y
} “Pink Cashmere” {
@CHARLOTTE BELROSE changes mouthColor into Pink Cashmere Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Ash Deep” {
@CHARLOTTE BELROSE changes mouthColor into Ash Deep Gloss
goto femlcc_GlossColors_y
} “Dark Mauve” {
@CHARLOTTE BELROSE changes mouthColor into Dark Mauve Gloss
goto femlcc_GlossColors_y
} “Dark Amethyst” {
@CHARLOTTE BELROSE changes mouthColor into Dark Amethyst Gloss
goto femlcc_GlossColors_y
} “Royal Blue” {
@CHARLOTTE BELROSE changes mouthColor into Royal Blue Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Dark Apricot” {
@CHARLOTTE BELROSE changes mouthColor into Dark Apricot Gloss
goto femlcc_GlossColors_y
} “Copper Deep” {
@CHARLOTTE BELROSE changes mouthColor into Copper Deep Gloss
goto femlcc_GlossColors_y
} “Gold Deep” {
@CHARLOTTE BELROSE changes mouthColor into Gold Deep Gloss
goto femlcc_GlossColors_y
} “Black” {
@CHARLOTTE BELROSE changes mouthColor into Black Gloss
goto femlcc_GlossColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}

label femlcc_MatteColors_y

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@CHARLOTTE BELROSE changes mouthColor into Peach Matte
goto femlcc_MatteColors_y
} “Light Peach” {
@CHARLOTTE BELROSE changes mouthColor into Pink Peach Light Matte
goto femlcc_MatteColors_y
} “Beige Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Beige Matte
goto femlcc_MatteColors_y
} “Medium Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Medium Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Warm Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Warm Matte
goto femlcc_MatteColors_y
} “Hot Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Hot Matte
goto femlcc_MatteColors_y
} “Deep Pink” {
@CHARLOTTE BELROSE changes mouthColor into Pink Deep Matte
goto femlcc_MatteColors_y
} “Pink Peach” {
@CHARLOTTE BELROSE changes mouthColor into Pink Peach Medium Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Neutral Nude” {
@CHARLOTTE BELROSE changes mouthColor into Neutral Medium Nude Matte
goto femlcc_MatteColors_y
} “Light Nude” {
@CHARLOTTE BELROSE changes mouthColor into Rose Light Nude Matte
goto femlcc_MatteColors_y
} “Medium Nude” {
@CHARLOTTE BELROSE changes mouthColor into Rose Medium Nude Matte
goto femlcc_MatteColors_y
} “Dark Nude” {
@CHARLOTTE BELROSE changes mouthColor into Rose Dark Nude Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Rose” {
@CHARLOTTE BELROSE changes mouthColor into Rose Matte
goto femlcc_MatteColors_y
} “Mauve” {
@CHARLOTTE BELROSE changes mouthColor into Mauve Matte
goto femlcc_MatteColors_y
} “Pastel Purple” {
@CHARLOTTE BELROSE changes mouthColor into Purple Pastel Matte
goto femlcc_MatteColors_y
} “Deep Purple” {
@CHARLOTTE BELROSE changes mouthColor into Purple Deep Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Red” {
@CHARLOTTE BELROSE changes mouthColor into Red Matte
goto femlcc_MatteColors_y
} “Deep Red” {
@CHARLOTTE BELROSE changes mouthColor into Red Deep Matte
goto femlcc_MatteColors_y
} “Plum” {
@CHARLOTTE BELROSE changes mouthColor into Plum Matte
goto femlcc_MatteColors_y
} “Violet” {
@CHARLOTTE BELROSE changes mouthColor into Violet Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Blood Orange” {
@CHARLOTTE BELROSE changes mouthColor into Blood Orange Matte
goto femlcc_MatteColors_y
} “Red Garnet” {
@CHARLOTTE BELROSE changes mouthColor into Red Garnet Matte
goto femlcc_MatteColors_y
} “Blackberry” {
@CHARLOTTE BELROSE changes mouthColor into Blackberry Matte
goto femlcc_MatteColors_y
} “Pink Cashmere” {
@CHARLOTTE BELROSE changes mouthColor into Pink Cashmere Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Ash Deep” {
@CHARLOTTE BELROSE changes mouthColor into Ash Deep Matte
goto femlcc_MatteColors_y
} “Dark Mauve” {
@CHARLOTTE BELROSE changes mouthColor into Dark Mauve Matte
goto femlcc_MatteColors_y
} “Dark Amethyst” {
@CHARLOTTE BELROSE changes mouthColor into Dark Amethyst Matte
goto femlcc_MatteColors_y
} “Royal Blue” {
@CHARLOTTE BELROSE changes mouthColor into Royal Blue Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}
“Dark Apricot” {
@CHARLOTTE BELROSE changes mouthColor into Dark Apricot Matte
goto femlcc_MatteColors_y
} “Copper Deep” {
@CHARLOTTE BELROSE changes mouthColor into Copper Deep Matte
goto femlcc_MatteColors_y
} “Gold Deep” {
@CHARLOTTE BELROSE changes mouthColor into Gold Deep Matte
goto femlcc_MatteColors_y
} “Black” {
@CHARLOTTE BELROSE changes mouthColor into Black Matte
goto femlcc_MatteColors_y
} “Try Other Colors” {
goto femlcc_mouthcolor_y
} “Done” {
goto femlcc_custom_y
}

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

label femlcc_nose_y

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Defined Natural” {
@CHARLOTTE BELROSE changes nose into Defined Natural
goto femlcc_nose_y
} “Grecian Soft” {
@CHARLOTTE BELROSE changes nose into Grecian Soft
goto femlcc_nose_y
} “Round Broad” {
@CHARLOTTE BELROSE changes nose into Round Broad
goto femlcc_nose_y
} “Round Button” {
@CHARLOTTE BELROSE changes nose into Round Button
goto femlcc_nose_y
} “Round Button Upturned” {
@CHARLOTTE BELROSE changes nose into Round Button Upturned
goto femlcc_nose_y
} “Done”{
goto femlcc_custom_y
}
“Round Downturned” {
@CHARLOTTE BELROSE changes nose into Round Downturned
goto femlcc_nose_y
} “Round Flared Upturned” {
@CHARLOTTE BELROSE changes nose into Round Flared Upturned
goto femlcc_nose_y
} “Round Flared Downturned” {
@CHARLOTTE BELROSE changes nose into Round Flared Downturned
goto femlcc_nose_y
} “Pointed Downturned” {
@CHARLOTTE BELROSE changes nose into Pointed Downturned
goto femlcc_nose_y
} “Broad Wide” {
@CHARLOTTE BELROSE changes nose into Broad Wide
goto femlcc_nose_y
} “Done”{
goto femlcc_custom_y
}

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

label femlcc_hair_y

    NARRATOR
All hairstyles.

choice
“Short Hair”{
goto femlcc_hairShort_y
}“Mid-length Hair”{
goto femlcc_hairMedium_y
}“Long Hair”{
goto femlcc_hairLong_y
}“Styled Hair”{
goto femlcc_hairUp_y
}

label femlcc_hairShort_y

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Afro” {
@CHARLOTTE BELROSE changes hair into Afro
goto femlcc_hairShort_y
} “Short Afro” {
@CHARLOTTE BELROSE changes hair into Short Afro
goto femlcc_hairShort_y
} “Classic Bob” {
@CHARLOTTE BELROSE changes hair into Classic Bob
goto femlcc_hairShort_y
} “Curly Bob” {
@CHARLOTTE BELROSE changes hair into Curly Bob
goto femlcc_hairShort_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Faux Hawk” {
@CHARLOTTE BELROSE changes hair into Long Faux Hawk Solid
goto femlcc_hairShort_y
}“Fade” {
@CHARLOTTE BELROSE changes hair into Short Curly Fade
goto femlcc_hairShort_y
}“Pixie” {
@CHARLOTTE BELROSE changes hair into Short Pixie
goto femlcc_hairShort_y
}“Punk Pixie” {
@CHARLOTTE BELROSE changes hair into Punk Pixie
goto femlcc_hairShort_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Short Wavy” {
@CHARLOTTE BELROSE changes hair into Short Wavy Hair Solid
goto femlcc_hairShort_y
}“Blunt Bangs” {
@CHARLOTTE BELROSE changes hair into Blunt Bangs Short
goto femlcc_hairShort_y
} “Wavy Side Shaved” {
@CHARLOTTE BELROSE changes hair into Short Wavy Side Shave
goto femlcc_hairShort_y
}“Curly Blow Out” {
@CHARLOTTE BELROSE changes hair into Short Curly Blow Out
goto femlcc_hairShort_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Crew Cut” {
@CHARLOTTE BELROSE changes hair into Crew Cut
goto femlcc_hairShort_y
}“Short Fringe” {
@CHARLOTTE BELROSE changes hair into Short Layered Fringe
goto femlcc_hairShort_y
}“Straight Tucked” {
@CHARLOTTE BELROSE changes hair into Short Straight Tucked
goto femlcc_hairShort_y
}“Emo Pixie” {
@CHARLOTTE BELROSE changes hair into Emo Pixie
goto femlcc_hairShort_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Bantu Knots” {
@CHARLOTTE BELROSE changes hair into Bantu Knots
goto femlcc_hairShort_y
}“Conservative Cut” {
@CHARLOTTE BELROSE changes hair into Conservative Cut
goto femlcc_hairShort_y
}“Parted Bangs” {
@CHARLOTTE BELROSE changes hair into Long Bang Short Hair
goto femlcc_hairShort_y
}“Side Part Curly” {
@CHARLOTTE BELROSE changes hair into Side Part Curly Asymmetrical
goto femlcc_hairShort_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}

label femlcc_hairMedium_y

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@CHARLOTTE BELROSE changes hair into Medium Braided
goto femlcc_hairMedium_y
}“Medium Dreadlocks” {
@CHARLOTTE BELROSE changes hair into Medium Dreadlocks
goto femlcc_hairMedium_y
}“Hair Flip” {
@CHARLOTTE BELROSE changes hair into Hair Flip
goto femlcc_hairMedium_y
}“Straight” {
@CHARLOTTE BELROSE changes hair into Straight Medium
goto femlcc_hairMedium_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Lob Bangs” {
@CHARLOTTE BELROSE changes hair into Lob Bangs Blunt
goto femlcc_hairMedium_y
}“Overgrown Bangs” {
@CHARLOTTE BELROSE changes hair into Medium Straight Overgrown Bangs
goto femlcc_hairMedium_y
}“Wavy Ombre” {
@CHARLOTTE BELROSE changes hair into Short Wavy Ombre
goto femlcc_hairMedium_y
}“Medium Curly” {
@CHARLOTTE BELROSE changes hair into Medium Curly Solid
goto femlcc_hairMedium_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Voluminous Curls” {
@CHARLOTTE BELROSE changes hair into Voluminous Curls
goto femlcc_hairMedium_y
} “Parted Wavy” {
@CHARLOTTE BELROSE changes hair into Short Wavy Asymmetrical
goto femlcc_hairMedium_y
} “Wavy Side Curls” {
@CHARLOTTE BELROSE changes hair into Wavy Side Curls
goto femlcc_hairMedium_y
} “Layered Wavy Bob” {
@CHARLOTTE BELROSE changes hair into Layered Wavy Bob
goto femlcc_hairMedium_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}

label femlcc_hairLong_y

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@CHARLOTTE BELROSE changes hair into Beach Wave Hair
goto femlcc_hairLong_y
}“Long Braided” {
@CHARLOTTE BELROSE changes hair into Long Braided
goto femlcc_hairLong_y
}“Long Dreadlocks” {
@CHARLOTTE BELROSE changes hair into Long Dreadlocks
goto femlcc_hairLong_y
}“Feathered” {
@CHARLOTTE BELROSE changes hair into Long Feathered
goto femlcc_hairLong_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Long Blunt Bangs” {
@CHARLOTTE BELROSE changes hair into Long Straight Loose Bangs Blunt Solid
goto femlcc_hairLong_y
}“Sideswept Bangs” {
@CHARLOTTE BELROSE changes hair into Long Straight Loose Bangs Sideswept Solid
goto femlcc_hairLong_y
}“Straight” {
@CHARLOTTE BELROSE changes hair into Long Straight Loose Solid
goto femlcc_hairLong_y
}“Wavy Long” {
@CHARLOTTE BELROSE changes hair into Wavy Long
goto femlcc_hairLong_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Wavy Parted” {
@CHARLOTTE BELROSE changes hair into Long Wavy Parted Hair
goto femlcc_hairLong_y
}“Feathered Bangs” {
@CHARLOTTE BELROSE changes hair into Long Feathered Bangs Blunt
goto femlcc_hairLong_y
}“Braided Dreads Parted” {
@CHARLOTTE BELROSE changes hair into Dreads Braided
goto femlcc_hairLong_y
}“Long Voluminous Curls” {
@CHARLOTTE BELROSE changes hair into Long Voluminous Curls Loose
goto femlcc_hairLong_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Long Curls” {
@CHARLOTTE BELROSE changes hair into Long Curls
goto femlcc_hairLong_y
}“Side Shave” {
@CHARLOTTE BELROSE changes hair into Long Side Shave
goto femlcc_hairLong_y
}“Slicked Back” {
@CHARLOTTE BELROSE changes hair into Long Straight Slicked Back
goto femlcc_hairLong_y
}“Bouffant Wavy” {
@CHARLOTTE BELROSE changes hair into Bouffant Long Wavy
goto femlcc_hairLong_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}

label femlcc_hairUp_y

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@CHARLOTTE BELROSE changes hair into Braided Bun
goto femlcc_hairUp_y
}“Short Ponytail” {
@CHARLOTTE BELROSE changes hair into Short High Ponytail
goto femlcc_hairUp_y
}“Long Ponytail” {
@CHARLOTTE BELROSE changes hair into Long High Ponytail
goto femlcc_hairUp_y
}“Morning Updo” {
@CHARLOTTE BELROSE changes hair into Morning Updo
goto femlcc_hairUp_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Small Bun” {
@CHARLOTTE BELROSE changes hair into Small Bun
goto femlcc_hairUp_y
}“Double Dutch Braids” {
@CHARLOTTE BELROSE changes hair into Long Double Dutch Braids
goto femlcc_hairUp_y
}“Pinup Rolls” {
@CHARLOTTE BELROSE changes hair into Pinup Victory Rolls
goto femlcc_hairUp_y
}“Sleek Ponytail” {
@CHARLOTTE BELROSE changes hair into Sleek Ponytail
goto femlcc_hairUp_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Shoulder Braid” {
@CHARLOTTE BELROSE changes hair into Over Shoulder Braid
goto femlcc_hairUp_y
}“Full Pigtail” {
@CHARLOTTE BELROSE changes hair into Full Pigtail
goto femlcc_hairUp_y
}“Updo Braids” {
@CHARLOTTE BELROSE changes hair into Braids Updo
goto femlcc_hairUp_y
}“Double Buns” {
@CHARLOTTE BELROSE changes hair into Double Buns
goto femlcc_hairUp_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}
“Blunt Bangs Ponytail” {
@CHARLOTTE BELROSE changes hair into Pony Tail Blunt Bangs
goto femlcc_hairUp_y
}“Side Swept Updo” {
@CHARLOTTE BELROSE changes hair into Side Swept Updo Long
goto femlcc_hairUp_y
}“Scene Hair” {
@CHARLOTTE BELROSE changes hair into Scene Swoosh
goto femlcc_hairUp_y
}“Punk Hair” {
@CHARLOTTE BELROSE changes hair into Cropped Punk Cut
goto femlcc_hairUp_y
}“Back to Styles”{
goto femlcc_hair_y
}“Done”{
goto femlcc_custom_y
}

label femlcc_y_end
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@CHARLOTTE BELROSE is primp_neutral
} “No, I want to change something.” {
goto femlcc_custom_y
}

Basically, I let them change hairstyle, eyebrows, face, nose, lipstick. No hair color, no lip shape, no eyebrow color.
The same with love interest. Can anyone help me, please?

You can ask @Dara.Amarie she has a limited cc thread where you can ask her to make you a template.
Here.

1 Like

Thank you so much :heart_eyes:

I dunno if I’m too late or not, but I’ve got the word doc guide right here, courtesy of our wonderful directing queen:

2 Likes

No, you are not late :heart: Thank you so much, I will have a look :heart::heart::heart::heart:

1 Like

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