I need script help (help me please) :(

Hi, I’m a brand new author on episode and I need help

Script

INT. BLACK - NIGHT
NARRATOR
Chapter 1-First Impressions

readerMessage This story uses gems.

INT. DUMPY APARTMENT BEDROOM - DAY

@LILIANA changes into LILIANA_default

Avatar - Female {

#@FAMILYMEMBER1 stands screen center in zone 3
@LILIANA enters from left to screen center

input What is your name? | What is your name? | Done (NAME)

    NARRATOR
Would you like to customize your character?

choice
“Yes, please!” {
goto change_character
} “I already look perfect!” {
goto scene_1
}

@zoom on 10 1 to 100% in 2
@speechbubble is 150 150 to 100%
label female_custom_1
@LILIANA spot 2.400 170 -520 and LILIANA faces right and LILIANA starts idle

label change_character

    NARRATOR
What do you look like?

choice
“Skin Tone” {
goto fem_skin_1
} “Hair” {
goto fem_hair_1
} “Eyes” {
goto fem_eyes_1
} “Eyebrows” {
goto fem_brows_1
} “Face” {
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Lips” {
goto fem_mouth_1
} “This is perfect!” {
goto scene_1
}

####################### SKIN COLOR #######################

label fem_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}

label fem_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@LILIANA changes bodyColor into Neutral 00
goto fem_neutralskin_1
} “Neutral 01” {
@LILIANA changes bodyColor into Neutral 01
goto fem_neutralskin_1
} “Neutral 02” {
@LILIANA changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@LILIANA changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 04” {
@LILIANA changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Neutral 05” {
@LILIANA changes bodyColor into Neutral 05
goto fem_neutralskin_1
} “Neutral 06” {
@LILIANA changes bodyColor into Neutral 06
goto fem_neutralskin_1
} “Neutral 07” {
@LILIANA changes bodyColor into Neutral 07
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 08” {
@LILIANA changes bodyColor into Neutral 08
goto fem_neutralskin_1
} “Neutral 09” {
@LILIANA changes bodyColor into Neutral 09
goto fem_neutralskin_1
} “Neutral 10” {
@LILIANA changes bodyColor into Neutral 10
goto fem_neutralskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_roseskin_1

    NARRATOR
Rose skin tones.

choice [shouldPaginate: YES]
“Rose 00” {
@LILIANA changes bodyColor into Rose 00
goto fem_roseskin_1
} “Rose 01” {
@LILIANA changes bodyColor into Rose 01
goto fem_roseskin_1
} “Rose 02” {
@LILIANA changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@LILIANA changes bodyColor into Rose 03
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 04” {
@LILIANA changes bodyColor into Rose 04
goto fem_roseskin_1
} “Rose 05” {
@LILIANA changes bodyColor into Rose 05
goto fem_roseskin_1
} “Rose 06” {
@LILIANA changes bodyColor into Rose 06
goto fem_roseskin_1
} “Rose 07” {
@LILIANA changes bodyColor into Rose 07
goto fem_roseskin_1
} “Rose 08” {
@LILIANA changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@LILIANA changes bodyColor into Rose 09
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 08” {
@LILIANA changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@LILIANA changes bodyColor into Rose 09
goto fem_roseskin_1
} “Rose 10” {
@LILIANA changes bodyColor into Rose 10
goto fem_roseskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_goldskin_1

    NARRATOR
Gold skin tones.

choice [shouldPaginate: YES]
“Gold 00” {
@LILIANA changes bodyColor into Gold 00
goto fem_goldskin_1
} “Gold 01” {
@LILIANA changes bodyColor into Gold 01
goto fem_goldskin_1
} “Gold 02” {
@LILIANA changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@LILIANA changes bodyColor into Gold 03
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 04” {
@LILIANA changes bodyColor into Gold 04
goto fem_goldskin_1
} “Gold 05” {
@LILIANA changes bodyColor into Gold 05
goto fem_goldskin_1
} “Gold 06” {
@LILIANA changes bodyColor into Gold 06
goto fem_goldskin_1
} “Gold 07” {
@LILIANA changes bodyColor into Gold 07
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 08” {
@LILIANA changes bodyColor into Gold 08
goto fem_goldskin_1
} “Gold 09” {
@LILIANA changes bodyColor into Gold 09
goto fem_goldskin_1
} “Gold 10” {
@LILIANA changes bodyColor into Gold 10
goto fem_goldskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_copperskin_1

    NARRATOR
Copper skin tones.

choice [shouldPaginate: YES]
“Copper 00” {
@LILIANA changes bodyColor into Copper 00
goto fem_copperskin_1
} “Copper 01” {
@LILIANA changes bodyColor into Copper 01
goto fem_copperskin_1
} “Copper 02” {
@LILIANA changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@LILIANA changes bodyColor into Copper 03
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 04” {
@LILIANA changes bodyColor into Copper 04
goto fem_copperskin_1
} “Copper 05” {
@LILIANA changes bodyColor into Copper 05
goto fem_copperskin_1
} “Copper 06” {
@LILIANA changes bodyColor into Copper 06
goto fem_copperskin_1
} “Copper 07” {
@LILIANA changes bodyColor into Copper 07
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 08” {
@LILIANA changes bodyColor into Copper 08
goto fem_copperskin_1
} “Copper 09” {
@LILIANA changes bodyColor into Copper 09
goto fem_copperskin_1
} “Copper 10” {
@LILIANA changes bodyColor into Copper 10
goto fem_copperskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

label fem_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 00” {
@LILIANA changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 01” {
@LILIANA changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 02” {
@LILIANA changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 03” {
@LILIANA changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 04” {
@LILIANA changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 05” {
@LILIANA changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 06” {
@LILIANA changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 07” {
@LILIANA changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 08” {
@LILIANA changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 09” {
@LILIANA changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 10” {
@LILIANA changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}

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

label fem_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Natural”{
@LILIANA changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@LILIANA changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@LILIANA changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@LILIANA changes eyebrows into Arched Thin High
goto fem_brows_1
} “Change Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@LILIANA changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@LILIANA changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin High”{
@LILIANA changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@LILIANA changes eyebrows into Straight Medium
goto fem_brows_1
} “Change Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Arched Natural Scar”{
@LILIANA changes eyebrows into Arched Natural Scar
goto fem_brows_1
}“High Arch Angled”{
@LILIANA changes eyebrows into High Arch Angled
goto fem_brows_1
}“Arched Short”{
@LILIANA changes eyebrows into Arched Short
goto fem_brows_1
}“Bushy Thick”{
@LILIANA changes eyebrows into Bushy Thick
goto fem_brows_1
} “Change Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}

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

label fem_browscolor_1

    NARRATOR
Eyebrow colors.

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

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

label fem_face_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Diamond” {
@LILIANA changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@LILIANA changes face into Diamond Long
goto fem_face_1
} “Defined Diamond” {
@LILIANA changes face into Diamond Defined Contour
goto fem_face_1
} “Defined Heart” {
@LILIANA changes face into Heart Defined
goto fem_face_1
} “Defined Squared” {
@LILIANA changes face into Square Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Soft Heart” {
@LILIANA changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@LILIANA changes face into Triangle Defined
goto fem_face_1
} “Mature Square” {
@LILIANA changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@LILIANA changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@LILIANA changes face into Round Soft
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Square Soft” {
@LILIANA changes face into Square Soft
goto fem_face_1
} “Round Puffy” {
@LILIANA changes face into Round Puffy Cheek
goto fem_face_1
} “Heart Double Chin” {
@LILIANA changes face into Heart Mature Double Chin
goto fem_face_1
} “Round Double Chin” {
@LILIANA changes face into Round Double Chin
goto fem_face_1
} “Long Double Chin” {
@LILIANA changes face into Long Double Chin
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Square Youth” {
@LILIANA changes face into Square Youthful
goto fem_face_1
} “Square Aged” {
@LILIANA changes face into Square Aged
goto fem_face_1
} “Square Chiseled” {
@LILIANA changes face into Square Chiseled
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Triangle Chiseled” {
@LILIANA changes face into Triangle Chiseled
goto fem_face_1
}

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

label fem_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Round Wide” {
@LILIANA changes eyes into Round Downturned Wide
goto fem_eyes_1
} “Round Medium” {
@LILIANA changes eyes into Round Medium
goto fem_eyes_1
} “Sharp Almond” {
@LILIANA changes eyes into Sharp Almond
goto fem_eyes_1
} “Generic” {
@LILIANA changes eyes into Female Generic
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Deepset Downturned” {
@LILIANA changes eyes into Deepset Downturned
goto fem_eyes_1
} “Deepset Wide” {
@LILIANA changes eyes into Deepset Upturned Wide
goto fem_eyes_1
} “Deepset Almond” {
@LILIANA changes eyes into Deepset Almond
goto fem_eyes_1
} “Monolid Defined” {
@LILIANA changes eyes into Monolid Defined
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Monolid Slender” {
@LILIANA changes eyes into Monolid Slender
goto fem_eyes_1
} “Angular Slender” {
@LILIANA changes eyes into Angular Slender
goto fem_eyes_1
} “Almond Slender” {
@LILIANA changes eyes into Hooded Slender Almond
goto fem_eyes_1
} “Almond Slender Eyeliner” {
@LILIANA changes eyes into Hooded Slender Almond Eyeliner
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}
“Deepset Mature” {
@LILIANA changes eyes into Deepset Mature
goto fem_eyes_1
} “Deepset Smokey Eye” {
@LILIANA changes eyes into Deep Set False Lashes Smokey Eye
goto fem_eyes_1
} “Change Color”{
goto fem_eyecolor_1
} “Done”{
goto female_custom_1
}

####################### EYE COLOR #######################

label fem_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Black” {
@LILIANA changes eyesColor into Brown Black
goto fem_eyecolor_1
} “Dark Brown” {
@LILIANA changes eyesColor into Brown Dark
goto fem_eyecolor_1
} “Light Brown” {
@LILIANA changes eyesColor into Brown Light
goto fem_eyecolor_1
} “Pale Brown” {
@LILIANA changes eyesColor into Brown Pale
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Ice Blue” {
@LILIANA changes eyesColor into Ice Blue
goto fem_eyecolor_1
} “Aqua Blue” {
@LILIANA changes eyesColor into Blue Aqua
goto fem_eyecolor_1
} “Deep Blue” {
@LILIANA changes eyesColor into Blue Deep
goto fem_eyecolor_1
} “Blue Green” {
@LILIANA changes eyesColor into Blue Green
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Silver” {
@LILIANA changes eyesColor into Grey Cool
goto fem_eyecolor_1
} “Green” {
@LILIANA changes eyesColor into Green Emerald
goto fem_eyecolor_1
} “Hazel” {
@LILIANA changes eyesColor into Hazel
goto fem_eyecolor_1
} “Dark Hazel” {
@LILIANA changes eyesColor into Hazel Dark
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}
“Red” {
@LILIANA changes eyesColor into Red
goto fem_eyecolor_1
} “Violet” {
@LILIANA changes eyesColor into Violet
goto fem_eyecolor_1
} “Eye Shapes” {
goto fem_eyes_1
} “Done”{
goto female_custom_1
}

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

label fem_mouth_1

    NARRATOR
Lip shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@LILIANA changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@LILIANA changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Heart” {
@LILIANA changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@LILIANA changes mouth into Medium Thin
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@LILIANA changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@LILIANA changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@LILIANA changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}“Medium Downturned” {
@LILIANA changes mouth into Medium Downturned Pout
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Full Flat Top” {
@LILIANA changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}“Full Wide” {
@LILIANA changes mouth into Full Wide
goto fem_mouth_1
}“Heart Shaped” {
@LILIANA changes mouth into Heart Shaped Pout
goto fem_mouth_1
}“Heart with Braces” {
@LILIANA changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}“Change Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}

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

label fem_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto fem_NaturalColors_1
} “Gloss” {
goto fem_GlossColors_1
} “Matte” {
goto fem_MatteColors_1
} “Done” {
goto female_custom_1
} “Lip Shapes” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors.

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

label fem_GlossColors_1

    NARRATOR
Gloss lipstick colors.

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

label fem_MatteColors_1

    NARRATOR
Matte lipstick colors.

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

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

label fem_nose_1

    NARRATOR
Nose shapes.

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

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

label fem_hair_1

    NARRATOR
All hairstyles.

choice
“Short Hair”{
goto fem_hairShort_1
}“Mid-length Hair”{
goto fem_hairMedium_1
}“Long Hair”{
goto fem_hairLong_1
}“Styled Hair”{
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairShort_1

    NARRATOR
Short hairstyles.

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

label fem_hairMedium_1

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@LILIANA changes hair into Medium Braided
goto fem_hairMedium_1
}“Medium Dreadlocks” {
@LILIANA changes hair into Medium Dreadlocks
goto fem_hairMedium_1
}“Hair Flip” {
@LILIANA changes hair into Hair Flip
goto fem_hairMedium_1
}“Straight” {
@LILIANA changes hair into Straight Medium
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Lob Bangs” {
@LILIANA changes hair into Lob Bangs Blunt
goto fem_hairMedium_1
}“Overgrown Bangs” {
@LILIANA changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_1
}“Wavy Ombre” {
@LILIANA changes hair into Short Wavy Ombre
goto fem_hairMedium_1
}“Medium Curly” {
@LILIANA changes hair into Medium Curly Solid
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Voluminous Curls” {
@LILIANA changes hair into Voluminous Curls
goto fem_hairMedium_1
} “Parted Wavy” {
@LILIANA changes hair into Short Wavy Asymmetrical
goto fem_hairMedium_1
} “Wavy Side Curls” {
@LILIANA changes hair into Wavy Side Curls
goto fem_hairMedium_1
} “Layered Wavy Bob” {
@LILIANA changes hair into Layered Wavy Bob
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Straight Down” {
@LILIANA changes hair into Medium Straight Down
goto fem_hairMedium_1
} “Shoulder Curly” {
@LILIANA changes hair into Medium Shoulder Curly
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairLong_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@LILIANA changes hair into Beach Wave Hair
goto fem_hairLong_1
}“Long Braided” {
@LILIANA changes hair into Long Braided
goto fem_hairLong_1
}“Long Dreadlocks” {
@LILIANA changes hair into Long Dreadlocks
goto fem_hairLong_1
}“Feathered” {
@LILIANA changes hair into Long Feathered
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Blunt Bangs” {
@LILIANA changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}“Sideswept Bangs” {
@LILIANA changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}“Straight” {
@LILIANA changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}“Wavy Long” {
@LILIANA changes hair into Wavy Long
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Parted” {
@LILIANA changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}“Feathered Bangs” {
@LILIANA changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}“Braided Dreads Parted” {
@LILIANA changes hair into Dreads Braided
goto fem_hairLong_1
}“Long Voluminous Curls” {
@LILIANA changes hair into Long Voluminous Curls Loose
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Long Curls” {
@LILIANA changes hair into Long Curls
goto fem_hairLong_1
}“Wavy Princess Braid” {
@LILIANA changes hair into Long Down Wavy Princess Braid
goto fem_hairLong_1
}“Bouffant Wavy” {
@LILIANA changes hair into Bouffant Long Wavy
goto fem_hairLong_1
}“Loose Curls” {
@LILIANA changes hair into Long Loose Curls
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Blowout” {
@LILIANA changes hair into Long Wavy Blowout
goto fem_hairLong_1
}“Side Shave” {
@LILIANA changes hair into Long Side Shave
goto fem_hairLong_1
}“Scene Hair” {
@LILIANA changes hair into Scene Swoosh
goto fem_hairLong_1
}“Slicked Back” {
@LILIANA changes hair into Long Straight Slicked Back
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Thick Curls” {
@LILIANA changes hair into Long Thick Curls
goto fem_hairLong_1
}“Loose Bangs Sideswept” {
@LILIANA changes hair into Long Wavy Loose Bangs Sideswept
goto fem_hairLong_1
}“Layered Side Part” {
@LILIANA changes hair into Long Layered Side Part
goto fem_hairLong_1
}“Widows Peak” {
@LILIANA changes hair into Long Tapered Widows Peak
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairUp_1

    NARRATOR
Styled hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@LILIANA changes hair into Braided Bun
goto fem_hairUp_1
}“Short Ponytail” {
@LILIANA changes hair into Short High Ponytail
goto fem_hairUp_1
}“Long Ponytail” {
@LILIANA changes hair into Long High Ponytail
goto fem_hairUp_1
}“Morning Updo” {
@LILIANA changes hair into Morning Updo
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@LILIANA changes hair into Small Bun
goto fem_hairUp_1
}“Double Dutch Braids” {
@LILIANA changes hair into Long Double Dutch Braids
goto fem_hairUp_1
}“Pinup Rolls” {
@LILIANA changes hair into Pinup Victory Rolls
goto fem_hairUp_1
}“Sleek Ponytail” {
@LILIANA changes hair into Sleek Ponytail
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Shoulder Braid” {
@LILIANA changes hair into Over Shoulder Braid
goto fem_hairUp_1
}“Full Pigtail” {
@LILIANA changes hair into Full Pigtail
goto fem_hairUp_1
}“Updo Braids” {
@LILIANA changes hair into Braids Updo
goto fem_hairUp_1
}“Double Buns” {
@LILIANA changes hair into Double Buns
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Double Afro Puffs” {
@LILIANA changes hair into Curly Double Afro Puffs
goto fem_hairUp_1
}“Curly Bun Half-up” {
@LILIANA changes hair into Medium Shoulder Curly Bun Hair
goto fem_hairUp_1
}“Messy Sock Bun” {
@LILIANA changes hair into Messy Sock Bun
goto fem_hairUp_1
}“Messy Ponytail” {
@LILIANA changes hair into Short Messy Pony Tail
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Blunt Bangs Ponytail” {
@LILIANA changes hair into Pony Tail Blunt Bangs
goto fem_hairUp_1
}“Side Swept Updo” {
@LILIANA changes hair into Side Swept Updo Long
goto fem_hairUp_1
}“Long Wavy Updo” {
@LILIANA changes hair into Updo Pony Wavy Long
goto fem_hairUp_1
}“Punk Hair” {
@LILIANA changes hair into Cropped Punk Cut
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Updo Low Bun” {
@LILIANA changes hair into Updo
goto fem_hairUp_1
}“Updo Curly Messy” {
@LILIANA changes hair into Updo Curly Messy
goto fem_hairUp_1
}“Updo Twist Bangs” {
@LILIANA changes hair into Updo High Twist Bangs Blunt
goto fem_hairUp_1
}“Spiral Pigtail” {
@LILIANA changes hair into High Spiral Pigtail Hair
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Updo Princess Braid” {
@LILIANA changes hair into Long Updo Wavy Princess Braid
goto fem_hairUp_1
}“Natural Curly Updo” {
@LILIANA changes hair into Natural Curly Pulled Updo Hair
goto fem_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 fem_hairDark_1
}“Light” {
goto fem_hairLight_1
}“Dyed”{
goto fem_hairDye_1
}“Done”{
goto female_custom_1
} “Back to Styles” {
goto fem_hair_1
}

label fem_hairDark_1

    NARRATOR
Dark hair colors.

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

label fem_hairLight_1

    NARRATOR
Light hair colors.

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

label fem_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto fem_hairDye_Pink_1
}“Blue/Green” {
goto fem_hairDye_Blue_1
}“Red/Yellow” {
goto fem_hairDye_Red_1
}“White/Grey” {
goto fem_hairDye_White_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}

label fem_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

choice [shouldPaginate: YES]
“Hot Pink” {
@LILIANA changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} “Light Pink” {
@LILIANA changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} “Warm Pink” {
@LILIANA changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} “Rose Gold” {
@LILIANA changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Purple” {
@LILIANA changes hairColor into Red Purple
goto fem_hairDye_Pink_1
} “Purple Lilac” {
@LILIANA changes hairColor into Purple Lilac
goto fem_hairDye_Pink_1
} “Plum” {
@LILIANA changes hairColor into Plum
goto fem_hairDye_Pink_1
} “Dark Purple” {
@LILIANA changes hairColor into Purple
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Lavender” {
@LILIANA changes hairColor into Pastel Purple Lavender
goto fem_hairDye_Pink_1
}“Done” {
goto female_custom_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}

label fem_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@LILIANA changes hairColor into Blue
goto fem_hairDye_Blue_1
} “Light Blue” {
@LILIANA changes hairColor into Cornflower Blue
goto fem_hairDye_Blue_1
} “Aqua Blue” {
@LILIANA changes hairColor into Aqua Blue
goto fem_hairDye_Blue_1
} “Dark Blue” {
@LILIANA changes hairColor into Blue Black
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Green” {
@LILIANA changes hairColor into Green
goto fem_hairDye_Blue_1
} “Lime Green” {
@LILIANA changes hairColor into Yellow Green
goto fem_hairDye_Blue_1
} “Mint” {
@LILIANA changes hairColor into Mint
goto fem_hairDye_Blue_1
} “Aqua Green” {
@LILIANA changes hairColor into Aqua Green
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Blue” {
@LILIANA changes hairColor into Pastel Blue
goto fem_hairDye_Blue_1
} “Pastel Mint” {
@LILIANA changes hairColor into Pastel Mint
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label fem_hairDye_Red_1

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@LILIANA changes hairColor into Yellow
goto fem_hairDye_Red_1
} “Orange” {
@LILIANA changes hairColor into Orange
goto fem_hairDye_Red_1
} “Red” {
@LILIANA changes hairColor into Red
goto fem_hairDye_Red_1
} “Copper Red” {
@LILIANA changes hairColor into Copper Red
goto fem_hairDye_Red_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label fem_hairDye_White_1

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@LILIANA changes hairColor into Cool Gray
goto fem_hairDye_White_1
} “Light Grey” {
@LILIANA changes hairColor into Aqua Gray
goto fem_hairDye_White_1
}“White” {
@LILIANA changes hairColor into Warm White
goto fem_hairDye_White_1
}“Ice” {
@LILIANA changes hairColor into Platinum Ice
goto fem_hairDye_White_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label scene_1
NARRATOR
Are you happy with how you look?
choice
“Yes, I look gorgeous!” {

@LILIANA is flirt_wink_atcamera
} “No, I want to change something.” {
goto female_custom_1
}

@LILIANA is idle

label the_dressing_game_1

@zoom on 10 1 to 100% in 2
@speechbubble is 150 150 to 100%
@LILIANA spot 2.400 170 -520 and LILIANA faces right and LILIANA starts idle

INT. WALKINCLOSET - DAY

@LILIANA enters from left to screen center

    LILIANA
What should I wear?

choice (back_to_school_dressing_game)
“Cute and Stylish” {
@LILIANA changes into back_to_school_cute_stylish
#add your own dialogue and animations

} “Bold and Fierce” {
@LILIANA changes into bold_feirce
#add your own dialogue and animations

} “Miss Popularity” {
@LILIANA changes into miss_popularity
#add your own dialogue and animations

} “Basic” {
@LILIANA changes into basic_outfit
#add your own dialogue and animations
}

    LILIANA
Do I want to wear this one?

choice
“It’s perfect!” {
#add your own dialogue and animations

} “No, I want to try on the others!” {
goto the_dressing_game_1
}

@LILIANA spot 1.280 87 4 in zone 1
@LILIANA moves to layer 3

@MOM becomes LILIANA

@MOM changes face into Heart Mature
@MOM changes nose into Defined Natural

@MOM changes hair into Wavy Side Curls

@MOM changes into MOM_default

INT. ROUGE KITCHEN - DAY

@LILIANA spot 1.280 100 55 in zone 1
@LILIANA moves to layer 3

@MOM is idle

@LILIANA enters from left to screen center

@MOM is talk_handsonhips_neutral
MOM
Hi honey, I’m going to work! There’s some leftovers in the fridge; eat that for breakfast, okay? Have fun at school, honey, I love you! Bye!

@MOM is idle

@MOM exits right

@LILIANA is idle

@LILIANA is film_phone_neutral_loop

@LILIANA is react_startled_embarrassed
LILIANA
Oh, crap it’s already 9:45! I missed first period!

@LILIANA is callout_neutral
LILIANA
Mom!

@LILIANA is sigh_disappointed
LILIANA
I guess I’m walking then.

@LILIANA is idle

@LILIANA is think_rubchin
LILIANA
(Unless…)

@LILIANA is text_phone_neutral_loop

INT. PHONE -TEXT

set format phonetext

    LILIANA
Hi, can one of you give me a ride to school today I'm running late and...

choice
“You owe me”{
}
LILIANA
Hi, can one of you give me a ride to school today I’m running late and you all still owe me from last year remember?

readerMessage Your friends will remember that you’ve been rude to them.

    MAX
I don't know, [NAME] I'm already running late myself.

    HANS
I'm in class already, sorry...
Maybe next time?

    NICOLETTE
Yeah, I'm in class too, and I don't really think friends should be indebted to each other.

    SIERRA
Yeah, me neither.

@LILIANA -1

readerMessage Your friends didn’t want to help you because you were mean.

readerMessage You lost a point, you earn points when you create bonds, relationships, and connections. You can spend your points on certain choices throughout the story.

    LILIANA
Oh, okay.

goto walk_to_school_late

"I'd really apreciate it"{

}
LILIANA
Hi, can one of you give me a ride to school today I’m running late and I’d really appreciate it.

readerMessage You friends will remember your gratitude.

    MAX
I'm running late myself, you can catch a ride with me!

    LILIANA
Awesome!

    HANS
I'm already in class but maybe we can all meet up after school at the new coffee shop in town?

    NICOLETTE
That's sounds great!

    LILIANA
I'll be there!

    SIERRA
See you later!

@LILIANA +2

readerMessage Congradulations! You just earned two points, you earn points when you create bonds, relationships, and connections. You can spend your points on certain choices throughout the story.

"It'll be fun"{

}
LILIANA
Hi, can one of you give me a ride to school today I’m running late and it’ll be fun.

readerMessage You’ll friends love how positive you are!

    MAX
That does sound fun, I'm already late, how about we all skip first period and meet up at the new coffee shop downtown.

    NICOLETTE
I don't think we should, I mean it's only our first day.

    SIERRA
Me too, maybe we can all meet up after school instead?

    HANS
Yeah, plus I'm already in class.

    MAX
Looks like it's just me and you chicka :)

    LILIANA
LOL, pick me up at 10:00? :P

    MAX
See U l8r

set format cinematic

INT. BLACK - NIGHT
NARRATOR
To be continued…

Error

Expected CHARACTER or SCENE change. Found ““I’d really apreciate it”}” instead. Did you forget to CAPATALIZE the name or, close the () around the animation

1 Like

You need to write what happens for a choice inside the brackets, not after

Thanks this helped me soo much! :star_struck:

I tried what you said but it didn’t work…

Help me (bump)

PM me some ss and I can try to spot the error!

1 Like

Hello @Randomwriter07, this is Sydney the moderator. Welcome to the forum! :smiley:

I’ve moved this thread to Directing Helps and Tips since it’s about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :wink:

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