Using the point system

How do I reset points?

I want to use the character points for relationships how do I do that now?

Script

INT. BLACK - NIGHT

music music_butterfliesbuild

@transition fade in black

    NARR
Before we start, I have a few questions.

label GENDER_MC

    NARR
What gender would you wish to play as?

choice “A male MC!” {

goto Confirm_male

} “A female MC!” {

goto Confirm_female

}

label Confirm_male

    NARR
Are you sure you want to play as a male MC?

choice “Yes, I’m sure.” {

    NARR
Alright, you shall play as a male character for the duration of the story.

readerMessage Congratulations, It’s a boy!

gain MALE_MC

goto GenderEnd

} “No, I changed my mind.” {

goto GENDER_MC

}

label Confirm_female

    NARR
Are you sure you want to play as a female MC?

choice “Yes, I’m sure.” {

    NARR
Alright, you shall play as a female character for the duration of the story.

readerMessage Congratulations, It’s a girl!

gain FEMALE_MC

goto GenderEnd

} “No, I changed my mind.” {

goto GENDER_MC

}

label GenderEnd

if (FEMALE_MC) {

INT. BLACK - NIGHT

&MC stands screen center AND MC is idle_shiftweight_neutral_loop AND MC faces left

@transition fade in black

@MC is think_rubchin

    NARR
What is your name?

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

@MC is flirt_wink_atcamera

    NARR
Fantastic Name!

goto female_custom_1

} else {

INT. BLACK - NIGHT

&MCBOY stands screen center AND MCBOY is idle_shiftweight_neutral_loop AND MCBOY faces left

@transition fade in black

@MCBOY is think_rubchin

    NARR
What is your name?

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

@MCBOY is flirt_wink_atcamera

    NARR
Fantastic name!

goto boy_custom_1

}

label boy_custom_1
@MCBOY spot 2.400 170 -520 and MCBOY faces right and MCBOY starts idle

    NARRATOR
What does he look like?

choice
“Skin Tone” {
goto boy_skin_1
} “Hair” {
goto boy_hair_1
} “Eyes” {
goto boy_eyes_1
} “Eyebrows” {
goto boy_brows_1
} “Face Shape”{
goto boy_face_1
} “Nose” {
goto boy_nose_1
} “Mouth” {
goto boy_mouth_1
} “This is perfect!” {
goto boy_end_1
}

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

label boy_skin_1

    NARRATOR
All skin tones.

choice
“Neutral Shades” {
goto boy_neutralskin_1
} “Rose Shades” {
goto boy_roseskin_1
} “Gold Shades” {
goto boy_goldskin_1
} “Copper Shades” {
goto boy_copperskin_1
} “Ash Shades” {
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
}

label boy_neutralskin_1

    NARRATOR
Neutral skin tones.

choice [shouldPaginate: YES]
“Neutral 00” {
@MCBOY changes bodyColor into Neutral 00
goto boy_neutralskin_1
} “Neutral 01” {
@MCBOY changes bodyColor into Neutral 01
goto boy_neutralskin_1
} “Neutral 02” {
@MCBOY changes bodyColor into Neutral 02
goto boy_neutralskin_1
} “Neutral 03” {
@MCBOY changes bodyColor into Neutral 03
goto boy_neutralskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Neutral 04” {
@MCBOY changes bodyColor into Neutral 04
goto boy_neutralskin_1
} “Neutral 05” {
@MCBOY changes bodyColor into Neutral 05
goto boy_neutralskin_1
} “Neutral 06” {
@MCBOY changes bodyColor into Neutral 06
goto boy_neutralskin_1
} “Neutral 07” {
@MCBOY changes bodyColor into Neutral 07
goto boy_neutralskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Neutral 08” {
@MCBOY changes bodyColor into Neutral 08
goto boy_neutralskin_1
} “Neutral 09” {
@MCBOY changes bodyColor into Neutral 09
goto boy_neutralskin_1
} “Neutral 10” {
@MCBOY changes bodyColor into Neutral 10
goto boy_neutralskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_roseskin_1

    NARRATOR
Rose skin tones.

choice [shouldPaginate: YES]
“Rose 00” {
@MCBOY changes bodyColor into Rose 00
goto boy_roseskin_1
} “Rose 01” {
@MCBOY changes bodyColor into Rose 01
goto boy_roseskin_1
} “Rose 02” {
@MCBOY changes bodyColor into Rose 02
goto boy_roseskin_1
} “Rose 03” {
@MCBOY changes bodyColor into Rose 03
goto boy_roseskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Rose 04” {
@MCBOY changes bodyColor into Rose 04
goto boy_roseskin_1
} “Rose 05” {
@MCBOY changes bodyColor into Rose 05
goto boy_roseskin_1
} “Rose 06” {
@MCBOY changes bodyColor into Rose 06
goto boy_roseskin_1
} “Rose 07” {
@MCBOY changes bodyColor into Rose 07
goto boy_roseskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Rose 08” {
@MCBOY changes bodyColor into Rose 08
goto boy_roseskin_1
} “Rose 09” {
@MCBOY changes bodyColor into Rose 09
goto boy_roseskin_1
} “Rose 10” {
@MCBOY changes bodyColor into Rose 10
goto boy_roseskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_goldskin_1

    NARRATOR
Gold skin tones.

choice [shouldPaginate: YES]
“Gold 00” {
@MCBOY changes bodyColor into Gold 00
goto boy_goldskin_1
} “Gold 01” {
@MCBOY changes bodyColor into Gold 01
goto boy_goldskin_1
} “Gold 02” {
@MCBOY changes bodyColor into Gold 02
goto boy_goldskin_1
} “Gold 03” {
@MCBOY changes bodyColor into Gold 03
goto boy_goldskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Gold 04” {
@MCBOY changes bodyColor into Gold 04
goto boy_goldskin_1
} “Gold 05” {
@MCBOY changes bodyColor into Gold 05
goto boy_goldskin_1
} “Gold 06” {
@MCBOY changes bodyColor into Gold 06
goto boy_goldskin_1
} “Gold 07” {
@MCBOY changes bodyColor into Gold 07
goto boy_goldskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Gold 08” {
@MCBOY changes bodyColor into Gold 08
goto boy_goldskin_1
} “Gold 09” {
@MCBOY changes bodyColor into Gold 09
goto boy_goldskin_1
} “Gold 10” {
@MCBOY changes bodyColor into Gold 10
goto boy_goldskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_copperskin_1

    NARRATOR
Copper skin tones.

choice [shouldPaginate: YES]
“Copper 00” {
@MCBOY changes bodyColor into Copper 00
goto boy_copperskin_1
} “Copper 01” {
@MCBOY changes bodyColor into Copper 01
goto boy_copperskin_1
} “Copper 02” {
@MCBOY changes bodyColor into Copper 02
goto boy_copperskin_1
} “Copper 03” {
@MCBOY changes bodyColor into Copper 03
goto boy_copperskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Copper 04” {
@MCBOY changes bodyColor into Copper 04
goto boy_copperskin_1
} “Copper 05” {
@MCBOY changes bodyColor into Copper 05
goto boy_copperskin_1
} “Copper 06” {
@MCBOY changes bodyColor into Copper 06
goto boy_copperskin_1
} “Copper 07” {
@MCBOY changes bodyColor into Copper 07
goto boy_copperskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Copper 08” {
@MCBOY changes bodyColor into Copper 08
goto boy_copperskin_1
} “Copper 09” {
@MCBOY changes bodyColor into Copper 09
goto boy_copperskin_1
} “Copper 10” {
@MCBOY changes bodyColor into Copper 10
goto boy_copperskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

label boy_ashskin_1

    NARRATOR
Ash skin tones.

choice [shouldPaginate: YES]
“Ash 00” {
@MCBOY changes bodyColor into Ash 00
goto boy_ashskin_1
} “Ash 01” {
@MCBOY changes bodyColor into Ash 01
goto boy_ashskin_1
} “Ash 02” {
@MCBOY changes bodyColor into Ash 02
goto boy_ashskin_1
} “Ash 03” {
@MCBOY changes bodyColor into Ash 03
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 04” {
@MCBOY changes bodyColor into Ash 04
goto boy_ashskin_1
} “Ash 05” {
@MCBOY changes bodyColor into Ash 05
goto boy_ashskin_1
} “Ash 06” {
@MCBOY changes bodyColor into Ash 06
goto boy_ashskin_1
} “Ash 07” {
@MCBOY changes bodyColor into Ash 07
goto boy_ashskin_1
} “Different Shades” {
goto boy_skin_1
} “Done” {
goto boy_custom_1
}
“Ash 08” {
@MCBOY changes bodyColor into Ash 08
goto boy_ashskin_1
} “Ash 09” {
@MCBOY changes bodyColor into Ash 09
goto boy_ashskin_1
} “Ash 10” {
@MCBOY changes bodyColor into Ash 10
goto boy_ashskin_1
} “Done” {
goto boy_custom_1
} “Different Shades” {
goto boy_skin_1
}

####################### EYEBROWs #######################

label boy_brows_1

    NARRATOR
Eyebrow shapes.

choice [shouldPaginate: YES]
“Arched Medium”{
@MCBOY changes eyebrows into Arched Medium
goto boy_brows_1
}“Generic”{
@MCBOY changes eyebrows into Male Generic
goto boy_brows_1
}“Round Medium”{
@MCBOY changes eyebrows into Round Medium
goto boy_brows_1
}“Round Soft”{
@MCBOY changes eyebrows into Round Soft
goto boy_brows_1
} “Change Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Round Thick”{
@MCBOY changes eyebrows into Round Thick
goto boy_brows_1
}“Straight Medium”{
@MCBOY changes eyebrows into Straight Medium
goto boy_brows_1
}“Arched Bushy”{
@MCBOY changes eyebrows into Arched Bushy
goto boy_brows_1
}“Round Thin”{
@MCBOY changes eyebrows into Round Thin
goto boy_brows_1
} “Change Color” {
goto boy_browscolor_1
} “Done”{
goto boy_custom_1
}
“Furrowed Straight”{
@MCBOY changes eyebrows into Furrowed Straight S
goto boy_brows_1
}“Furrowed Raised”{
@MCBOY changes eyebrows into Furrowed Raised S
goto boy_brows_1
}“Straight Medium Scar”{
@MCBOY changes eyebrows into Straight Medium Scar
goto boy_brows_1
} “Done”{
goto boy_custom_1
} “Change Color” {
goto boy_browscolor_1
}

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

label boy_browscolor_1

    NARRATOR
Eyebrow colors.

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

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

label boy_face_1

    NARRATOR
Face shapes.

choice
“Clean Shaven” {
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done” {
goto boy_custom_1
}

label boy_face_clean_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Soft Diamond” {
@MCBOY changes face into Diamond Soft
goto boy_face_clean_1
} “Defined Diamond” {
@MCBOY changes face into Diamond Defined
goto boy_face_clean_1
} “Chiseled” {
@MCBOY changes face into Chiseled Angular
goto boy_face_clean_1
} “Generic” {
@MCBOY changes face into Male Generic
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Round” {
@MCBOY changes face into Round Soft
goto boy_face_clean_1
} “Square Jaw” {
@MCBOY changes face into Square Jaw
goto boy_face_clean_1
} “Square Defined” {
@MCBOY changes face into Square Defined
goto boy_face_clean_1
} “Triangle” {
@MCBOY changes face into Triangle Chiseled
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}
“Mature Square” {
@MCBOY changes face into Square Jaw Mature
goto boy_face_clean_1
} “Broad Cheeks” {
@MCBOY changes face into Round Broad Cheeks
goto boy_face_clean_1
} “Facial Hair” {
goto boy_face_beards_1
} “Done”{
goto boy_custom_1
}

label boy_face_beards_1

    NARRATOR
Face shapes.

choice [shouldPaginate: YES]
“Chiseled Stubble” {
@MCBOY changes face into Chiseled Angular Stubble
goto boy_face_beards_1
} “Chiseled Shaved” {
@MCBOY changes face into Chiseled Square Stubble Shaved
goto boy_face_beards_1
} “Long Jaw Stubble” {
@MCBOY changes face into Square Long Jaw Stubble
goto boy_face_beards_1
} “Long Jaw Shadow” {
@MCBOY changes face into Square Long Jaw Shadow
goto boy_face_beards_1
} “Clean Shaved” {
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
}
“Roundcheek Stubble” {
@MCBOY changes face into Square Jaw Roundcheek Stubble
goto boy_face_beards_1
} “Scruffy Beard” {
@MCBOY changes face into Triangle Chiseled Scruffy Beard
goto boy_face_beards_1
} “Clean Shaved” {
goto boy_face_clean_1
} “Done”{
goto boy_custom_1
}

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

label boy_eyes_1

    NARRATOR
Eye shapes.

choice [shouldPaginate: YES]
“Deepset Downturned” {
@MCBOY changes eyes into Deepset Downturned
goto boy_eyes_1
} “Deepset Heavy” {
@MCBOY changes eyes into Deepset Heavy Lid
goto boy_eyes_1
} “Deepset Downturned Lid” {
@MCBOY changes eyes into Deepset Downturned Lidded
goto boy_eyes_1
} “Deepset Mature” {
@MCBOY changes eyes into Deepset Sloping Mature
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Generic” {
@MCBOY changes eyes into Male Generic
goto boy_eyes_1
} “Slender” {
@MCBOY changes eyes into Monolid Slender
goto boy_eyes_1
} “Oval Wide” {
@MCBOY changes eyes into Oval Wide
goto boy_eyes_1
} “Sloping Heavy Lid” {
@MCBOY changes eyes into Sloping Heavy Lid
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}
“Deep Sunken” {
@MCBOY changes eyes into Male Deep Sunken
goto boy_eyes_1
} “Narrow Almond Smiling” {
@MCBOY changes eyes into Narrow Almond Deep Smiling
goto boy_eyes_1
} “Narrow Almond Sunken” {
@MCBOY changes eyes into Narrow Almond Deep Sunken
goto boy_eyes_1
} “Hooded Almond” {
@MCBOY changes eyes into Hooded Almond
goto boy_eyes_1
} “Change Color”{
goto boy_eyecolor_1
} “Done”{
goto boy_custom_1
}

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

label boy_eyecolor_1

    NARRATOR
Eye colors.

choice [shouldPaginate: YES]
“Black” {
@MCBOY changes eyesColor into Brown Black
goto boy_eyecolor_1
} “Dark Brown” {
@MCBOY changes eyesColor into Brown Dark
goto boy_eyecolor_1
} “Light Brown” {
@MCBOY changes eyesColor into Brown Light
goto boy_eyecolor_1
} “Pale Brown” {
@MCBOY changes eyesColor into Brown Pale
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Ice Blue” {
@MCBOY changes eyesColor into Ice Blue
goto boy_eyecolor_1
} “Aqua Blue” {
@MCBOY changes eyesColor into Blue Aqua
goto boy_eyecolor_1
} “Deep Blue” {
@MCBOY changes eyesColor into Blue Deep
goto boy_eyecolor_1
} “Blue Green” {
@MCBOY changes eyesColor into Blue Green
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Silver” {
@MCBOY changes eyesColor into Grey Cool
goto boy_eyecolor_1
} “Green” {
@MCBOY changes eyesColor into Green Emerald
goto boy_eyecolor_1
} “Hazel” {
@MCBOY changes eyesColor into Hazel
goto boy_eyecolor_1
} “Dark Hazel” {
@MCBOY changes eyesColor into Hazel Dark
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}
“Red” {
@MCBOY changes eyesColor into Red
goto boy_eyecolor_1
} “Violet” {
@MCBOY changes eyesColor into Violet
goto boy_eyecolor_1
} “Change Eye Shape” {
goto boy_eyes_1
} “Done”{
goto boy_custom_1
}

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

label boy_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Medium Straight” {
@MCBOY changes mouth into Medium Straight Natural
goto boy_mouth_1
}“Thin Heart” {
@MCBOY changes mouth into Thin Heart
goto boy_mouth_1
}“Small Heart” {
@MCBOY changes mouth into Small Heart
goto boy_mouth_1
}“Medium Heart” {
@MCBOY changes mouth into Medium Heart
goto boy_mouth_1
}“Change Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}
“Full Heart” {
@MCBOY changes mouth into Full Heart Natural
goto boy_mouth_1
}“Large Heart” {
@MCBOY changes mouth into Full Heart Large
goto boy_mouth_1
}“Full Flat Top” {
@MCBOY changes mouth into Full Flat Top Pouty
goto boy_mouth_1
}“Full Lower Lip” {
@MCBOY changes mouth into Full Lower Lip Sharp
goto boy_mouth_1
}“Change Color”{
goto boy_mouthcolor_1
} “Done”{
goto boy_custom_1
}

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

label boy_mouthcolor_1

    NARRATOR
All lip colors.

choice
“Natural” {
goto boy_NaturalColors_1
} “Gloss” {
goto boy_GlossColors_1
} “Matte” {
goto boy_MatteColors_1
} “Change Lip Shape” {
goto boy_mouth_1
}

label boy_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@MCBOY changes mouthColor into Fair Rose Matte
goto boy_NaturalColors_1
} “Fair Neutral” {
@MCBOY changes mouthColor into Fair Neutral Matte
goto boy_NaturalColors_1
} “Fair Gold” {
@MCBOY changes mouthColor into Fair Gold Matte
goto boy_NaturalColors_1
} “Beige Light Gold” {
@MCBOY changes mouthColor into Beige Light Gold Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Beige Gold” {
@MCBOY changes mouthColor into Beige Gold Matte
goto boy_NaturalColors_1
} “Beige Rose” {
@MCBOY changes mouthColor into Beige Rose
goto boy_NaturalColors_1
} “Beige Deep Neutral” {
@MCBOY changes mouthColor into Beige Deep Neutral
goto boy_NaturalColors_1
} “Medium Nude” {
@MCBOY changes mouthColor into Neutral Medium Nude Matte
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Tan Deep Gold” {
@MCBOY changes mouthColor into Tan Deep Gold
goto boy_NaturalColors_1
} “Tan Deep Neutral” {
@MCBOY changes mouthColor into Tan Deep Neutral
goto boy_NaturalColors_1
} “Brown Neutral” {
@MCBOY changes mouthColor into Brown Neutral
goto boy_NaturalColors_1
} “Brown Gold” {
@MCBOY changes mouthColor into Brown Gold
goto boy_NaturalColors_1
} “Try Other Colors” {
goto boy_mouthcolor_1
} “Done” {
goto boy_custom_1
}
“Brown Deep Gold” {
@MCBOY changes mouthColor into Brown Deep Gold
goto boy_NaturalColors_1
} “Brown Deep Rose” {
@MCBOY changes mouthColor into Brown Deep Rose
goto boy_NaturalColors_1
} “Gold Deep Matte” {
@MCBOY changes mouthColor into Gold Deep Matte
goto boy_NaturalColors_1
} “Done” {
goto boy_custom_1
} “Try Other Colors” {
goto boy_mouthcolor_1
}

label boy_GlossColors_1

    NARRATOR
Gloss lipstick colors.

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

label boy_MatteColors_1

    NARRATOR
Matte lipstick colors.

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

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

label boy_nose_1

    NARRATOR
Nose shapes.

choice [shouldPaginate: YES]
“Button Wide” {
@MCBOY changes nose into Button Wide
goto boy_nose_1
} “Button Round” {
@MCBOY changes nose into Button Round
goto boy_nose_1
} “Grecian Narrow” {
@MCBOY changes nose into Grecian Narrow
goto boy_nose_1
} “Grecian Hooked”{
@MCBOY changes nose into Hooked Grecian
goto boy_nose_1
} “Grecian Round” {
@MCBOY changes nose into Grecian Round
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Round Wide” {
@MCBOY changes nose into Round Wide
goto boy_nose_1
} “Generic” {
@MCBOY changes nose into Male Generic
goto boy_nose_1
} “Straight Narrow” {
@MCBOY changes nose into Straight Narrow
goto boy_nose_1
} “Bulbous Downturned” {
@MCBOY changes nose into Bulbous Downturned
goto boy_nose_1
} “Round Flared Downturned” {
@MCBOY changes nose into Round Flared Downturned
goto boy_nose_1
} “Done”{
goto boy_custom_1
}
“Straight Flat” {
@MCBOY changes nose into Straight Flat
goto boy_nose_1
} “Straight Pointed” {
@MCBOY changes nose into Straight Pointed
goto boy_nose_1
} “Roman Straight Broad” {
@MCBOY changes nose into Roman Straight Broad
goto boy_nose_1
} “Done”{
goto boy_custom_1
}

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

label boy_hair_1

    NARRATOR
All hairstyles.

choice
“Short Hair” {
goto boy_hair_short_1
} “Medium Hair” {
goto boy_hair_medium_1
} “Long Hair” {
goto boy_hair_long_1
} “Done” {
goto boy_custom_1
} “Change Color” {
goto boy_haircolor_1
}

label boy_hair_short_1

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Military Fade” {
@MCBOY changes hair into Military Fade Cut
goto boy_hair_short_1
} “Slicked Back” {
@MCBOY changes hair into Slicked Back Solid
goto boy_hair_short_1
} “Curly Fade” {
@MCBOY changes hair into Short Curly Fade
goto boy_hair_short_1
} “Curly Mohawk” {
@MCBOY changes hair into Curly Mohawk
goto boy_hair_short_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Crew Cut” {
@MCBOY changes hair into Crew Cut
goto boy_hair_short_1
} “Conservative Cut” {
@MCBOY changes hair into Conservative Cut
goto boy_hair_short_1
} “Receding Short” {
@MCBOY changes hair into Receding Short Straight
goto boy_hair_short_1
} “Receded Hairline” {
@MCBOY changes hair into Receded Hairline
goto boy_hair_short_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}

label boy_hair_medium_1

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Taper Wavy” {
@MCBOY changes hair into Medium Taper Wavy
goto boy_hair_medium_1
} “Side Curls” {
@MCBOY changes hair into Medium Side Curls
goto boy_hair_medium_1
} “Mohawk Dreads” {
@MCBOY changes hair into Mohawk Dreads Short
goto boy_hair_medium_1
} “Top Dreads Loose” {
@MCBOY changes hair into Dreads Loose Top Short
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Long Messy Top Curls” {
@MCBOY changes hair into Long Top Messy Curls
goto boy_hair_medium_1
} “Side Part Curly” {
@MCBOY changes hair into Short Side Part Curly
goto boy_hair_medium_1
} “Messy Undercut” {
@MCBOY changes hair into Messy Undercut
goto boy_hair_medium_1
} “Natural Waves” {
@MCBOY changes hair into Medium Waves Natural
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Medium Wavy Messy” {
@MCBOY changes hair into Medium Wavy Messy
goto boy_hair_medium_1
} “Tousled Curls” {
@MCBOY changes hair into Tousled Loose Curls Long
goto boy_hair_medium_1
} “Parted Bangs” {
@MCBOY changes hair into Long Bang Short Hair
goto boy_hair_medium_1
} “Generic Short” {
@MCBOY changes hair into Generic Short
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Twists” {
@MCBOY changes hair into Short Twists
goto boy_hair_medium_1
} “Messy Curls” {
@MCBOY changes hair into Short Messy Curls
goto boy_hair_medium_1
} “Messy Wavy” {
@MCBOY changes hair into Wavy Messy
goto boy_hair_medium_1
} “Quiff” {
@MCBOY changes hair into Wavy Quiff
goto boy_hair_medium_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Small Bun” {
@MCBOY changes hair into Small Bun
goto boy_hair_medium_1
} “Manbun” {
@MCBOY changes hair into Manbun
goto boy_hair_medium_1
} “Side Shave” {
@MCBOY changes hair into Short Side Shave
goto boy_hair_medium_1
} “Back to Hairstyles” {
goto boy_hair_1
} “Change Color” {
goto boy_haircolor_1
}

label boy_hair_long_1

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Shaggy” {
@MCBOY changes hair into Short Shaggy
goto boy_hair_long_1
} “Parted Straight” {
@MCBOY changes hair into Straight Medium
goto boy_hair_long_1
} “Afro” {
@MCBOY changes hair into Afro
goto boy_hair_long_1
} “Curly Afro” {
@MCBOY changes hair into Curly Loose Afro Hair
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Medium Dreadlocks” {
@MCBOY changes hair into Medium Dreadlocks
goto boy_hair_long_1
} “Long Dreadlocks” {
@MCBOY changes hair into Long Dreadlocks
goto boy_hair_long_1
} “Braided” {
@MCBOY changes hair into Long Braided
goto boy_hair_long_1
} “Dreads Bun” {
@MCBOY changes hair into Dreads Long Loose Bun
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Long Wavy” {
@MCBOY changes hair into Wavy Long
goto boy_hair_long_1
} “Long Curls” {
@MCBOY changes hair into Long Curls
goto boy_hair_long_1
} “Medium Curly” {
@MCBOY changes hair into Medium Curly
goto boy_hair_long_1
} “Long Slicked Back” {
@MCBOY changes hair into Long Straight Slicked Back
goto boy_hair_long_1
} “Change Color” {
goto boy_haircolor_1
} “Back to Hairstyles” {
goto boy_hair_1
}
“Emo Hair” {
@MCBOY changes hair into Emo Pixie
goto boy_hair_long_1
} “Scene Hair” {
@MCBOY changes hair into Scene Swoosh
goto boy_hair_long_1
} “Punk Hair” {
@MCBOY changes hair into Cropped Punk Cut
goto boy_hair_long_1
} “Back to Hairstyles” {
goto boy_hair_1
} “Change Color” {
goto boy_haircolor_1
}

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

label boy_haircolor_1

    NARRATOR
All hair colors.

choice
“Dark”{
goto boy_hairDark_1
}“Light” {
goto boy_hairLight_1
}“Dyed”{
goto boy_hairDye_1
} “Back to Styles” {
goto boy_hair_1
}

label boy_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@MCBOY changes hairColor into Light Brown
goto boy_hairDark_1
}“Warm Brown” {
@MCBOY changes hairColor into Medium Warm Brown
goto boy_hairDark_1
}“Medium Brown” {
@MCBOY changes hairColor into Medium Brown
goto boy_hairDark_1
}“Chestnut Brown”{
@MCBOY changes hairColor into Chestnut Brown
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Dark Brown”{
@MCBOY changes hairColor into Dark Brown
goto boy_hairDark_1
}“Brunette Brown”{
@MCBOY changes hairColor into Brunette Brown
goto boy_hairDark_1
}“Ginger Red” {
@MCBOY changes hairColor into Ginger Red
goto boy_hairDark_1
}“Burgundy Red” {
@MCBOY changes hairColor into Burgundy Red
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Deep Brown” {
@MCBOY changes hairColor into Deep Brown
goto boy_hairDark_1
}“Brown Black” {
@MCBOY changes hairColor into Brown Black
goto boy_hairDark_1
}“Dark Black” {
@MCBOY changes hairColor into Black Dark
goto boy_hairDark_1
}“Jet Black” {
@MCBOY changes hairColor into Black Jet
goto boy_hairDark_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairLight_1

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@MCBOY changes hairColor into Platinum Blonde
goto boy_hairLight_1
}“Dirty Blonde” {
@MCBOY changes hairColor into Dirty Blonde
goto boy_hairLight_1
}“Honey Blonde” {
@MCBOY changes hairColor into Honey Blonde
goto boy_hairLight_1
}“Strawberry Blonde” {
@MCBOY changes hairColor into Strawberry Blonde
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}
“Medium Blonde” {
@MCBOY changes hairColor into Blonde Medium
goto boy_hairLight_1
}“Ash Blonde” {
@MCBOY changes hairColor into Ash Blonde
goto boy_hairLight_1
}“Peach Blonde” {
@MCBOY changes hairColor into Peach Blonde
goto boy_hairLight_1
}“Platinum White” {
@MCBOY changes hairColor into Platinum White
goto boy_hairLight_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairDye_1

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto boy_hairDye_Pink_1
}“Blue/Green” {
goto boy_hairDye_Blue_1
}“Red/Yellow” {
goto boy_hairDye_Red_1
}“White/Grey” {
goto boy_hairDye_White_1
}“Different Colors”{
goto boy_haircolor_1
}“Done”{
goto boy_custom_1
}

label boy_hairDye_Pink_1

    NARRATOR
Pink and purple hair colors.

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

label boy_hairDye_Blue_1

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@MCBOY changes hairColor into Blue
goto boy_hairDye_Blue_1
} “Light Blue” {
@MCBOY changes hairColor into Cornflower Blue
goto boy_hairDye_Blue_1
} “Aqua Blue” {
@MCBOY changes hairColor into Aqua Blue
goto boy_hairDye_Blue_1
} “Dark Blue” {
@MCBOY changes hairColor into Blue Black
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Green” {
@MCBOY changes hairColor into Green
goto boy_hairDye_Blue_1
} “Lime Green” {
@MCBOY changes hairColor into Yellow Green
goto boy_hairDye_Blue_1
} “Mint” {
@MCBOY changes hairColor into Mint
goto boy_hairDye_Blue_1
} “Aqua Green” {
@MCBOY changes hairColor into Aqua Green
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}
“Pastel Blue” {
@MCBOY changes hairColor into Pastel Blue
goto boy_hairDye_Blue_1
} “Pastel Mint” {
@MCBOY changes hairColor into Pastel Mint
goto boy_hairDye_Blue_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_Red_1

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@MCBOY changes hairColor into Yellow
goto boy_hairDye_Red_1
} “Orange” {
@MCBOY changes hairColor into Orange
goto boy_hairDye_Red_1
} “Red” {
@MCBOY changes hairColor into Red
goto boy_hairDye_Red_1
} “Copper Red” {
@MCBOY changes hairColor into Copper Red
goto boy_hairDye_Red_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}

label boy_hairDye_White_1

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@MCBOY changes hairColor into Cool Gray
goto boy_hairDye_White_1
} “Light Grey” {
@MCBOY changes hairColor into Aqua Gray
goto boy_hairDye_White_1
}“White” {
@MCBOY changes hairColor into Warm White
goto boy_hairDye_White_1
}“Ice” {
@MCBOY changes hairColor into Platinum Ice
goto boy_hairDye_White_1
}“Back to Dyed Colors”{
goto boy_hairDye_1
}“Done” {
goto boy_custom_1
}

label boy_end_1
NARRATOR
Are you happy with how he looks?
choice
“Yes, he looks amazing!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit
@MCBOY is primp_neutral
} “No, I want to change something.” {
goto boy_custom_1
}

goto end_custom

label female_custom_1
@MC spot 2.400 170 -520 and MC faces right and MC starts blush_shy_atcamera

    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 Shape”{
goto fem_face_1
} “Nose” {
goto fem_nose_1
} “Mouth” {
goto fem_mouth_1
} “This is perfect!” {
goto female_1_end
}

####################### 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” {
@MC changes bodyColor into Neutral 00
goto fem_neutralskin_1
} “Neutral 01” {
@MC changes bodyColor into Neutral 01
goto fem_neutralskin_1
} “Neutral 02” {
@MC changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@MC changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 04” {
@MC changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Neutral 05” {
@MC changes bodyColor into Neutral 05
goto fem_neutralskin_1
} “Neutral 06” {
@MC changes bodyColor into Neutral 06
goto fem_neutralskin_1
} “Neutral 07” {
@MC changes bodyColor into Neutral 07
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 08” {
@MC changes bodyColor into Neutral 08
goto fem_neutralskin_1
} “Neutral 09” {
@MC changes bodyColor into Neutral 09
goto fem_neutralskin_1
} “Neutral 10” {
@MC 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” {
@MC changes bodyColor into Rose 00
goto fem_roseskin_1
} “Rose 01” {
@MC changes bodyColor into Rose 01
goto fem_roseskin_1
} “Rose 02” {
@MC changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@MC changes bodyColor into Rose 03
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 04” {
@MC changes bodyColor into Rose 04
goto fem_roseskin_1
} “Rose 05” {
@MC changes bodyColor into Rose 05
goto fem_roseskin_1
} “Rose 06” {
@MC changes bodyColor into Rose 06
goto fem_roseskin_1
} “Rose 07” {
@MC changes bodyColor into Rose 07
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 08” {
@MC changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@MC changes bodyColor into Rose 09
goto fem_roseskin_1
} “Rose 10” {
@MC 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” {
@MC changes bodyColor into Gold 00
goto fem_goldskin_1
} “Gold 01” {
@MC changes bodyColor into Gold 01
goto fem_goldskin_1
} “Gold 02” {
@MC changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@MC changes bodyColor into Gold 03
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 04” {
@MC changes bodyColor into Gold 04
goto fem_goldskin_1
} “Gold 05” {
@MC changes bodyColor into Gold 05
goto fem_goldskin_1
} “Gold 06” {
@MC changes bodyColor into Gold 06
goto fem_goldskin_1
} “Gold 07” {
@MC changes bodyColor into Gold 07
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 08” {
@MC changes bodyColor into Gold 08
goto fem_goldskin_1
} “Gold 09” {
@MC changes bodyColor into Gold 09
goto fem_goldskin_1
} “Gold 10” {
@MC 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” {
@MC changes bodyColor into Copper 00
goto fem_copperskin_1
} “Copper 01” {
@MC changes bodyColor into Copper 01
goto fem_copperskin_1
} “Copper 02” {
@MC changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@MC changes bodyColor into Copper 03
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 04” {
@MC changes bodyColor into Copper 04
goto fem_copperskin_1
} “Copper 05” {
@MC changes bodyColor into Copper 05
goto fem_copperskin_1
} “Copper 06” {
@MC changes bodyColor into Copper 06
goto fem_copperskin_1
} “Copper 07” {
@MC changes bodyColor into Copper 07
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 08” {
@MC changes bodyColor into Copper 08
goto fem_copperskin_1
} “Copper 09” {
@MC changes bodyColor into Copper 09
goto fem_copperskin_1
} “Copper 10” {
@MC 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” {
@MC changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 01” {
@MC changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 02” {
@MC changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 03” {
@MC changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 04” {
@MC changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 05” {
@MC changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 06” {
@MC changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 07” {
@MC changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 08” {
@MC changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 09” {
@MC changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 10” {
@MC 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”{
@MC changes eyebrows into Arched Natural
goto fem_brows_1
}“Arched Thick”{
@MC changes eyebrows into Arched Thick Styled
goto fem_brows_1
}“Arched Thin”{
@MC changes eyebrows into Arched Thin
goto fem_brows_1
}“Arched Thin High”{
@MC changes eyebrows into Arched Thin High
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Round Medium”{
@MC changes eyebrows into Round Medium
goto fem_brows_1
}“Round Thick”{
@MC changes eyebrows into Round Thick
goto fem_brows_1
}“Round Thin High”{
@MC changes eyebrows into Round Thin High
goto fem_brows_1
}“Straight Medium”{
@MC changes eyebrows into Straight Medium
goto fem_brows_1
} “Select Color” {
goto fem_browscolor_1
} “Done”{
goto female_custom_1
}
“Arched Natural Scar”{
@MC changes eyebrows into Arched Natural Scar
goto fem_brows_1
}“High Arch Angled”{
@MC changes eyebrows into High Arch Angled
goto fem_brows_1
}“Arched Short”{
@MC changes eyebrows into Arched Short
goto fem_brows_1
}“Bushy Thick”{
@MC changes eyebrows into Bushy Thick
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” {
@MC changes eyebrowsColor into Dirty Blonde
goto fem_browscolor_1
} “Honey Blonde” {
@MC changes eyebrowsColor into Honey Blonde
goto fem_browscolor_1
} “Platinum Blonde” {
@MC changes eyebrowsColor into Platinum Blonde
goto fem_browscolor_1
} “Strawberry Blonde” {
@MC changes eyebrowsColor into Strawberry Blonde
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Blonde Medium” {
@MC changes eyebrowsColor into Blonde Medium
goto fem_browscolor_1
} “Chestnut Brown” {
@MC changes eyebrowsColor into Chestnut Brown
goto fem_browscolor_1
} “Dark Brown” {
@MC changes eyebrowsColor into Dark Brown
goto fem_browscolor_1
} “Deep Brown” {
@MC changes eyebrowsColor into Deep Brown
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Light Brown” {
@MC changes eyebrowsColor into Light Brown
goto fem_browscolor_1
} “Dark Black” {
@MC changes eyebrowsColor into Black Dark
goto fem_browscolor_1
} “Jet Black” {
@MC changes eyebrowsColor into blackJet
goto fem_browscolor_1
} “Light Pink” {
@MC changes eyebrowsColor into Pink Lt
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Lavender” {
@MC changes eyebrowsColor into Purple Lilac
goto fem_browscolor_1
} “Mint” {
@MC changes eyebrowsColor into Green Mint
goto fem_browscolor_1
} “Ginger Red” {
@MC changes eyebrowsColor into Ginger Red
goto fem_browscolor_1
} “Copper Red” {
@MC changes eyebrowsColor into Copper Red
goto fem_browscolor_1
} “Change Brow Shape” {
goto fem_brows_1
} “Done” {
goto female_custom_1
}
“Gray” {
@MC changes eyebrowsColor into Gray
goto fem_browscolor_1
} “White” {
@MC 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” {
@MC changes face into Diamond
goto fem_face_1
} “Long Diamond” {
@MC changes face into Diamond Long
goto fem_face_1
} “Defined Diamond” {
@MC changes face into Diamond Defined Contour
goto fem_face_1
} “Defined Heart” {
@MC changes face into Heart Defined
goto fem_face_1
} “Defined Squared” {
@MC changes face into Square Defined
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Soft Heart” {
@MC changes face into Heart Soft
goto fem_face_1
} “Defined Triangle” {
@MC changes face into Triangle Defined
goto fem_face_1
} “Mature Square” {
@MC changes face into Square Mature
goto fem_face_1
} “Mature Heart” {
@MC changes face into Heart Mature
goto fem_face_1
} “Soft Round” {
@MC changes face into Round Soft
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Double Chin” {
@MC changes face into Heart Mature Double Chin
goto fem_face_1
} “Done”{
goto female_custom_1
}
“Round Puffy” {
@MC changes face into Round Puffy Cheek
goto fem_face_1
}

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

label fem_eyes_1

    NARRATOR
Eye shapes.

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

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

label fem_eyecolor_1

    NARRATOR
Eye colors.

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

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

label fem_mouth_1

    NARRATOR
Mouth shapes.

choice [shouldPaginate: YES]
“Full Heart” {
@MC changes mouth into Full Heart Pouty
goto fem_mouth_1
}“Full Round” {
@MC changes mouth into Full Round Pouty
goto fem_mouth_1
}“Medium Heart” {
@MC changes mouth into Medium Heart Natural
goto fem_mouth_1
}“Medium Thin” {
@MC changes mouth into Medium Thin
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Thin Heart” {
@MC changes mouth into Thin Heart
goto fem_mouth_1
}“Small Heart” {
@MC changes mouth into Small Heart
goto fem_mouth_1
}“Flat Round” {
@MC changes mouth into Full Round Flat Top Skin
goto fem_mouth_1
}“Medium Downturned” {
@MC changes mouth into Medium Downturned Pout
goto fem_mouth_1
}“Select Color”{
goto fem_mouthcolor_1
} “Done”{
goto female_custom_1
}
“Full Flat Top” {
@MC changes mouth into Full Flat Top Pouty
goto fem_mouth_1
}“Full Wide” {
@MC changes mouth into Full Wide
goto fem_mouth_1
}“Heart Shaped” {
@MC changes mouth into Heart Shaped Pout
goto fem_mouth_1
}“Heart with Braces” {
@MC changes mouth into Heart Shaped Pout Braces
goto fem_mouth_1
}“Select 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
} “Change Lip Shape” {
goto fem_mouth_1
}

label fem_NaturalColors_1

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@MC changes mouthColor into Fair Rose Matte
goto fem_NaturalColors_1
} “Fair Neutral” {
@MC changes mouthColor into Fair Neutral Matte
goto fem_NaturalColors_1
} “Fair Gold” {
@MC changes mouthColor into Fair Gold Matte
goto fem_NaturalColors_1
} “Beige Light Gold” {
@MC 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” {
@MC changes mouthColor into Beige Gold Matte
goto fem_NaturalColors_1
} “Beige Rose” {
@MC changes mouthColor into Beige Rose
goto fem_NaturalColors_1
} “Beige Deep Neutral” {
@MC changes mouthColor into Beige Deep Neutral
goto fem_NaturalColors_1
} “Medium Nude” {
@MC changes mouthColor into Neutral Medium Nude Matte
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Tan Deep Gold” {
@MC changes mouthColor into Tan Deep Gold
goto fem_NaturalColors_1
} “Tan Deep Neutral” {
@MC changes mouthColor into Tan Deep Neutral
goto fem_NaturalColors_1
} “Brown Neutral” {
@MC changes mouthColor into Brown Neutral
goto fem_NaturalColors_1
} “Brown Gold” {
@MC changes mouthColor into Brown Gold
goto fem_NaturalColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Brown Deep Gold” {
@MC changes mouthColor into Brown Deep Gold
goto fem_NaturalColors_1
} “Brown Deep Rose” {
@MC changes mouthColor into Brown Deep Rose
goto fem_NaturalColors_1
} “Gold Deep Matte” {
@MC changes mouthColor into Gold Deep Matte
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” {
@MC changes mouthColor into Peach Gloss
goto fem_GlossColors_1
} “Light Peach” {
@MC changes mouthColor into Pink Peach Lt Gloss
goto fem_GlossColors_1
} “Beige Pink” {
@MC changes mouthColor into Pink Beige Gloss
goto fem_GlossColors_1
} “Medium Pink” {
@MC changes mouthColor into Pink Medium Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@MC changes mouthColor into Pink Warm Gloss
goto fem_GlossColors_1
} “Hot Pink” {
@MC changes mouthColor into Pink Hot Gloss
goto fem_GlossColors_1
} “Deep Pink” {
@MC changes mouthColor into Pink Deep Gloss
goto fem_GlossColors_1
} “Rose” {
@MC changes mouthColor into Rose Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Pink Peach” {
@MC changes mouthColor into Pink Peach Medium Gloss
goto fem_GlossColors_1
} “Light Nude” {
@MC changes mouthColor into Rose Light Nude Gloss
goto fem_GlossColors_1
} “Medium Nude” {
@MC changes mouthColor into Rose Medium Nude Gloss
goto fem_GlossColors_1
} “Dark Nude” {
@MC changes mouthColor into Rose Dark Nude Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@MC changes mouthColor into Mauve Gloss
goto fem_GlossColors_1
} “Pastel Purple” {
@MC changes mouthColor into Purple Pastel Gloss
goto fem_GlossColors_1
} “Plum” {
@MC changes mouthColor into Plum Gloss
goto fem_GlossColors_1
} “Deep Purple” {
@MC changes mouthColor into Purple Deep Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Red” {
@MC changes mouthColor into Red Gloss
goto fem_GlossColors_1
} “Deep Red” {
@MC changes mouthColor into Red Deep Gloss
goto fem_GlossColors_1
} “Violet” {
@MC changes mouthColor into Violet Gloss
goto fem_GlossColors_1
} “Black” {
@MC changes mouthColor into Black Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Blood Orange” {
@MC changes mouthColor into Blood Orange Gloss
goto fem_GlossColors_1
} “Red Garnet” {
@MC changes mouthColor into Red Garnet Gloss
goto fem_GlossColors_1
} “Blackberry” {
@MC changes mouthColor into Blackberry Gloss
goto fem_GlossColors_1
} “Pink Cashmere” {
@MC changes mouthColor into Pink Cashmere Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Ash Deep” {
@MC changes mouthColor into Ash Deep Gloss
goto fem_GlossColors_1
} “Dark Mauve” {
@MC changes mouthColor into Dark Mauve Gloss
goto fem_GlossColors_1
} “Dark Amethyst” {
@MC changes mouthColor into Dark Amethyst Gloss
goto fem_GlossColors_1
} “Royal Blue” {
@MC changes mouthColor into Royal Blue Gloss
goto fem_GlossColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Dark Apricot” {
@MC changes mouthColor into Dark Apricot Gloss
goto fem_GlossColors_1
} “Copper Deep” {
@MC changes mouthColor into Copper Deep 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” {
@MC changes mouthColor into Peach Matte
goto fem_MatteColors_1
} “Light Peach” {
@MC changes mouthColor into Pink Peach Light Matte
goto fem_MatteColors_1
} “Beige Pink” {
@MC changes mouthColor into Pink Beige Matte
goto fem_MatteColors_1
} “Medium Pink” {
@MC changes mouthColor into Pink Medium Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Warm Pink” {
@MC changes mouthColor into Pink Warm Matte
goto fem_MatteColors_1
} “Hot Pink” {
@MC changes mouthColor into Pink Hot Matte
goto fem_MatteColors_1
} “Deep Pink” {
@MC changes mouthColor into Pink Deep Matte
goto fem_MatteColors_1
} “Rose” {
@MC changes mouthColor into Rose Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Pink Peach” {
@MC changes mouthColor into Pink Peach Medium Matte
goto fem_MatteColors_1
} “Light Nude” {
@MC changes mouthColor into Rose Light Nude Matte
goto fem_MatteColors_1
} “Medium Nude” {
@MC changes mouthColor into Rose Medium Nude Matte
goto fem_MatteColors_1
} “Dark Nude” {
@MC changes mouthColor into Rose Dark Nude Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Mauve” {
@MC changes mouthColor into Mauve Matte
goto fem_MatteColors_1
} “Pastel Purple” {
@MC changes mouthColor into Purple Pastel Matte
goto fem_MatteColors_1
} “Plum” {
@MC changes mouthColor into Plum Matte
goto fem_MatteColors_1
} “Deep Purple” {
@MC changes mouthColor into Purple Deep Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Red” {
@MC changes mouthColor into Red Matte
goto fem_MatteColors_1
} “Deep Red” {
@MC changes mouthColor into Red Deep Matte
goto fem_MatteColors_1
} “Violet” {
@MC changes mouthColor into Violet Matte
goto fem_MatteColors_1
} “Black” {
@MC changes mouthColor into Black Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Blood Orange” {
@MC changes mouthColor into Blood Orange Matte
goto fem_MatteColors_1
} “Red Garnet” {
@MC changes mouthColor into Red Garnet Matte
goto fem_MatteColors_1
} “Blackberry” {
@MC changes mouthColor into Blackberry Matte
goto fem_MatteColors_1
} “Pink Cashmere” {
@MC changes mouthColor into Pink Cashmere Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Ash Deep” {
@MC changes mouthColor into Ash Deep Matte
goto fem_MatteColors_1
} “Dark Mauve” {
@MC changes mouthColor into Dark Mauve Matte
goto fem_MatteColors_1
} “Dark Amethyst” {
@MC changes mouthColor into Dark Amethyst Matte
goto fem_MatteColors_1
} “Royal Blue” {
@MC changes mouthColor into Royal Blue Matte
goto fem_MatteColors_1
} “Try Other Colors” {
goto fem_mouthcolor_1
} “Done” {
goto female_custom_1
}
“Dark Apricot” {
@MC changes mouthColor into Dark Apricot Matte
goto fem_MatteColors_1
} “Copper Deep” {
@MC changes mouthColor into Copper Deep 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” {
@MC changes nose into Defined Natural
goto fem_nose_1
} “Grecian Soft” {
@MC changes nose into Grecian Soft
goto fem_nose_1
} “Round Broad” {
@MC changes nose into Round Broad
goto fem_nose_1
} “Round Button” {
@MC changes nose into Round Button
goto fem_nose_1
} “Round Button Upturned” {
@MC changes nose into Round Button Upturned
goto fem_nose_1
} “Done”{
goto female_custom_1
}
“Round Downturned” {
@MC changes nose into Round Downturned
goto fem_nose_1
} “Round Flared Upturned” {
@MC changes nose into Round Flared Upturned
goto fem_nose_1
} “Round Flared Downturned” {
@MC changes nose into Round Flared Downturned
goto fem_nose_1
} “Pointed Downturned” {
@MC changes nose into Pointed Downturned
goto fem_nose_1
} “Broad Wide” {
@MC 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” {
@MC changes hair into Afro
goto fem_hairShort_1
} “Short Afro” {
@MC changes hair into Short Afro
goto fem_hairShort_1
} “Classic Bob” {
@MC changes hair into Classic Bob
goto fem_hairShort_1
} “Curly Bob” {
@MC changes hair into Curly Bob
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Faux Hawk” {
@MC changes hair into Long Faux Hawk Solid
goto fem_hairShort_1
}“Fade” {
@MC changes hair into Short Curly Fade
goto fem_hairShort_1
}“Pixie” {
@MC changes hair into Short Pixie
goto fem_hairShort_1
}“Punk Pixie” {
@MC changes hair into Punk Pixie
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Short Wavy” {
@MC changes hair into Short Wavy Hair Solid
goto fem_hairShort_1
}“Blunt Bangs” {
@MC changes hair into Blunt Bangs Short
goto fem_hairShort_1
} “Wavy Side Shaved” {
@MC changes hair into Short Wavy Side Shave
goto fem_hairShort_1
}“Curly Blow Out” {
@MC 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” {
@MC changes hair into Crew Cut
goto fem_hairShort_1
}“Short Fringe” {
@MC changes hair into Short Layered Fringe
goto fem_hairShort_1
}“Straight Tucked” {
@MC changes hair into Short Straight Tucked
goto fem_hairShort_1
}“Emo Pixie” {
@MC changes hair into Emo Pixie
goto fem_hairShort_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Bantu Knots” {
@MC changes hair into Bantu Knots
goto fem_hairShort_1
}“Conservative Cut” {
@MC changes hair into Conservative Cut
goto fem_hairShort_1
}“Parted Bangs” {
@MC changes hair into Long Bang Short Hair
goto fem_hairShort_1
}“Side Part Curly” {
@MC changes hair into Side Part Curly Asymmetrical
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” {
@MC changes hair into Medium Braided
goto fem_hairMedium_1
}“Medium Dreadlocks” {
@MC changes hair into Medium Dreadlocks
goto fem_hairMedium_1
}“Hair Flip” {
@MC changes hair into Hair Flip
goto fem_hairMedium_1
}“Straight” {
@MC changes hair into Straight Medium
goto fem_hairMedium_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Lob Bangs” {
@MC changes hair into Lob Bangs Blunt
goto fem_hairMedium_1
}“Overgrown Bangs” {
@MC changes hair into Medium Straight Overgrown Bangs
goto fem_hairMedium_1
}“Wavy Ombre” {
@MC changes hair into Short Wavy Ombre
goto fem_hairMedium_1
}“Medium Curly” {
@MC 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” {
@MC changes hair into Voluminous Curls
goto fem_hairMedium_1
} “Parted Wavy” {
@MC changes hair into Short Wavy Asymmetrical
goto fem_hairMedium_1
} “Wavy Side Curls” {
@MC changes hair into Wavy Side Curls
goto fem_hairMedium_1
} “Layered Wavy Bob” {
@MC changes hair into Layered Wavy Bob
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” {
@MC changes hair into Beach Wave Hair
goto fem_hairLong_1
}“Long Braided” {
@MC changes hair into Long Braided
goto fem_hairLong_1
}“Long Dreadlocks” {
@MC changes hair into Long Dreadlocks
goto fem_hairLong_1
}“Feathered” {
@MC 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” {
@MC changes hair into Long Straight Loose Bangs Blunt Solid
goto fem_hairLong_1
}“Sideswept Bangs” {
@MC changes hair into Long Straight Loose Bangs Sideswept Solid
goto fem_hairLong_1
}“Straight” {
@MC changes hair into Long Straight Loose Solid
goto fem_hairLong_1
}“Wavy Long” {
@MC changes hair into Wavy Long
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Wavy Parted” {
@MC changes hair into Long Wavy Parted Hair
goto fem_hairLong_1
}“Feathered Bangs” {
@MC changes hair into Long Feathered Bangs Blunt
goto fem_hairLong_1
}“Braided Dreads Parted” {
@MC changes hair into Dreads Braided
goto fem_hairLong_1
}“Long Voluminous Curls” {
@MC 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” {
@MC changes hair into Long Curls
goto fem_hairLong_1
}“Side Shave” {
@MC changes hair into Long Side Shave
goto fem_hairLong_1
}“Slicked Back” {
@MC changes hair into Long Straight Slicked Back
goto fem_hairLong_1
}“Bouffant Wavy” {
@MC changes hair into Bouffant Long Wavy
goto fem_hairLong_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}

label fem_hairUp_1

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@MC changes hair into Braided Bun
goto fem_hairUp_1
}“Short Ponytail” {
@MC changes hair into Short High Ponytail
goto fem_hairUp_1
}“Long Ponytail” {
@MC changes hair into Long High Ponytail
goto fem_hairUp_1
}“Morning Updo” {
@MC changes hair into Morning Updo
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Small Bun” {
@MC changes hair into Small Bun
goto fem_hairUp_1
}“Double Dutch Braids” {
@MC changes hair into Long Double Dutch Braids
goto fem_hairUp_1
}“Pinup Rolls” {
@MC changes hair into Pinup Victory Rolls
goto fem_hairUp_1
}“Sleek Ponytail” {
@MC changes hair into Sleek Ponytail
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Shoulder Braid” {
@MC changes hair into Over Shoulder Braid
goto fem_hairUp_1
}“Full Pigtail” {
@MC changes hair into Full Pigtail
goto fem_hairUp_1
}“Updo Braids” {
@MC changes hair into Braids Updo
goto fem_hairUp_1
}“Double Buns” {
@MC changes hair into Double Buns
goto fem_hairUp_1
}“Change Color”{
goto fem_haircolor_1
}“Back to Styles”{
goto fem_hair_1
}
“Blunt Bangs Ponytail” {
@MC changes hair into Pony Tail Blunt Bangs
goto fem_hairUp_1
}“Side Swept Updo” {
@MC changes hair into Side Swept Updo Long
goto fem_hairUp_1
}“Scene Hair” {
@MC changes hair into Scene Swoosh
goto fem_hairUp_1
}“Punk Hair” {
@MC changes hair into Cropped Punk Cut
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
} “Back to Styles” {
goto fem_hair_1
}

label fem_hairDark_1

    NARRATOR
Dark hair colors.

choice [shouldPaginate: YES]
“Light Brown” {
@MC changes hairColor into Light Brown
goto fem_hairDark_1
}“Warm Brown” {
@MC changes hairColor into Medium Warm Brown
goto fem_hairDark_1
}“Medium Brown” {
@MC changes hairColor into Medium Brown
goto fem_hairDark_1
}“Chestnut Brown”{
@MC changes hairColor into Chestnut Brown
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Dark Brown”{
@MC changes hairColor into Dark Brown
goto fem_hairDark_1
}“Brunette Brown”{
@MC changes hairColor into Brunette Brown
goto fem_hairDark_1
}“Ginger Red” {
@MC changes hairColor into Ginger Red
goto fem_hairDark_1
}“Burgundy Red” {
@MC changes hairColor into Burgundy Red
goto fem_hairDark_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Deep Brown” {
@MC changes hairColor into Deep Brown
goto fem_hairDark_1
}“Brown Black” {
@MC changes hairColor into Brown Black
goto fem_hairDark_1
}“Dark Black” {
@MC changes hairColor into Black Dark
goto fem_hairDark_1
}“Jet Black” {
@MC 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” {
@MC changes hairColor into Platinum Blonde
goto fem_hairLight_1
}“Dirty Blonde” {
@MC changes hairColor into Dirty Blonde
goto fem_hairLight_1
}“Honey Blonde” {
@MC changes hairColor into Honey Blonde
goto fem_hairLight_1
}“Strawberry Blonde” {
@MC changes hairColor into Strawberry Blonde
goto fem_hairLight_1
}“Different Colors”{
goto fem_haircolor_1
}“Done”{
goto female_custom_1
}
“Medium Blonde” {
@MC changes hairColor into Blonde Medium
goto fem_hairLight_1
}“Ash Blonde” {
@MC changes hairColor into Ash Blonde
goto fem_hairLight_1
}“Peach Blonde” {
@MC changes hairColor into Peach Blonde
goto fem_hairLight_1
}“Platinum White” {
@MC 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” {
@MC changes hairColor into Hot Pink
goto fem_hairDye_Pink_1
} “Light Pink” {
@MC changes hairColor into Pink Lt
goto fem_hairDye_Pink_1
} “Warm Pink” {
@MC changes hairColor into Warm Pink
goto fem_hairDye_Pink_1
} “Rose Gold” {
@MC changes hairColor into Rose Gold
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Purple” {
@MC changes hairColor into Red Purple
goto fem_hairDye_Pink_1
} “Purple Lilac” {
@MC changes hairColor into Purple Lilac
goto fem_hairDye_Pink_1
} “Plum” {
@MC changes hairColor into Plum
goto fem_hairDye_Pink_1
} “Dark Purple” {
@MC changes hairColor into Purple
goto fem_hairDye_Pink_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Pastel Lavender” {
@MC 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” {
@MC changes hairColor into Blue
goto fem_hairDye_Blue_1
} “Light Blue” {
@MC changes hairColor into Cornflower Blue
goto fem_hairDye_Blue_1
} “Aqua Blue” {
@MC changes hairColor into Aqua Blue
goto fem_hairDye_Blue_1
} “Dark Blue” {
@MC changes hairColor into Blue Black
goto fem_hairDye_Blue_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}
“Green” {
@MC changes hairColor into Green
goto fem_hairDye_Blue_1
} “Lime Green” {
@MC changes hairColor into Yellow Green
goto fem_hairDye_Blue_1
} “Mint” {
@MC changes hairColor into Mint
goto fem_hairDye_Blue_1
} “Aqua Green” {
@MC 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” {
@MC changes hairColor into Pastel Blue
goto fem_hairDye_Blue_1
} “Pastel Mint” {
@MC 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” {
@MC changes hairColor into Yellow
goto fem_hairDye_Red_1
} “Orange” {
@MC changes hairColor into Orange
goto fem_hairDye_Red_1
} “Red” {
@MC changes hairColor into Red
goto fem_hairDye_Red_1
} “Copper Red” {
@MC 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” {
@MC changes hairColor into Cool Gray
goto fem_hairDye_White_1
} “Light Grey” {
@MC changes hairColor into Aqua Gray
goto fem_hairDye_White_1
}“White” {
@MC changes hairColor into Warm White
goto fem_hairDye_White_1
}“Ice” {
@MC changes hairColor into Platinum Ice
goto fem_hairDye_White_1
}“Back to Dyed Colors”{
goto fem_hairDye_1
}“Done” {
goto female_custom_1
}

label female_1_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
@MC is primp_neutral
} “No, I want to change something” {
goto female_custom_1
}

label end_custom

if (FEMALE_MC) {

    NARR
Wow, you look incredible!
Get ready to take some pictures!

@transition fade out black
&MC is flirt_wink_atcamera_pose
@transition fade in black

@pause for 2

@transition fade out black
&MC is blush_shy_atcamera
@transition fade in black

@pause for 2

@transition fade out black
&MC is laugh_giggle_pose
@transition fade in black

@pause for 2

@transition fade out black
&MC is idle_armscrossed_shifteyes_loop
@transition fade in black

@pause for a beat

    NARR
Did you get your pictures?

choice “Yes, I did.” {

    NARR
Great!

@MC is think_rubchin
} “No, I didn’t.” {

    NARR
Never fear, time travel is here!

goto end_custom
}
} else {

    NARR
Wow, you look incredible!
Get ready to take some pictures!

@transition fade out black
&MCBOY is flirt_wink_atcamera_pose
@transition fade in black

@pause for 2

@transition fade out black
&MCBOY is blush_shy_atcamera
@transition fade in black

@pause for 2

@transition fade out black
&MCBOY is laugh_chuckle_pose
@transition fade in black

@pause for 2

@transition fade out black
&MCBOY is idle_armscrossed_shifteyes_loop
@transition fade in black

@pause for a beat

    NARR
Did you get your pictures?

choice “Yes, I did.” {

    NARR
Great!

@MCBOY is think_rubchin

} “No, I didn’t.” {

    NARR
Never fear, time travel is here!

goto end_custom

}
}

readerMessage Your choices will matter, choose wisely. with messageTitle Personality Quiz!

    NARR
Now, let's find out what type of person you are!

    NARR
What type of pet would you prefer?

choice “A cat.” {

if (FEMALE_MC) {

@MC +1

} else {

@MCBOY +1
}

} “A dog.” {

if (FEMALE_MC) {

@MC +2

} else {

@MCBOY +2

}

}

    NARR
You're at a club and see someones drink get roofied, what do you do?

choice “Step in and save the stranger.” {

if (FEMALE_MC) {

@MC +3

} else {

@MCBOY +3
}

} “Walk away, not my problem.” {

if (FEMALE_MC) {

@MC -1

} else {

@MCBOY -1

}

}

    NARR
You're studying for an important test and a small child asks you to play with them, will you?

choice “I will do both.” {

if (FEMALE_MC) {

@MC +2

} else {

@MCBOY +2

}

} “Play with the child and try study later.” {

if (FEMALE_MC) {

@MC +4

} else {

@MCBOY +4

}

} “Focus on studying.” {

if (FEMALE_MC) {

@MC +3

} else {

@MCBOY +3

}
}

    NARR
Which do you prefer?

choice “A good riddle or mystery.” {

if (FEMALE_MC) {

@MC +2

} else {

@MCBOY +2

}

} “A straight forward answer.” {

if (FEMALE_MC) {

@MC +1

} else {

@MCBOY +1

}

}

    NARR
Someone has been annoying you all day, do you?

choice “Lose your cool and get angry.” {

if (FEMALE_MC) {

@MC -3

} else {

@MCBOY -3

}

} “Calmly tell them they are being disruptive.” {

if (FEMALE_MC) {

@MC +2

} else {

@MCBOY +2

}

}

if (FEMALE_MC) {

@MC is idle_awkward_uneasy_loop

} else {

@MCBOY is idle_awkward_scratch_loop
}

readerMessage Personality template made by Episodio Rosa! <3 with messageTitle Credits:
NARR
Please wait while we calculate your results…

@transition fade out black

if (FEMALE_MC) {

#FEMALE MC OUTCOME

if (MC = 1) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MC is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MC is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif(MC = 2) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MC is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MC is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif (MC = 3) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MC is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MC is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif (MC = 4) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MC is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MC is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif (MC = 5) {

@transition fade in black

@MC is laugh_giggle

sound laugh_nervous_female

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MC is talk_flirt_coy_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MC is admire_happy

@transition fade out black

} elif (MC = 6) {

@transition fade in black

@MC is laugh_giggle

sound laugh_nervous_female

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MC is talk_flirt_coy_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MC is admire_happy

@transition fade out black

} elif (MC = 7) {

@transition fade in black

@MC is laugh_giggle

sound laugh_nervous_female

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MC is talk_flirt_coy_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MC is admire_happy

@transition fade out black

} elif (MC = 8) {

@transition fade in black

@MC is laugh_giggle

sound laugh_nervous_female

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MC is talk_flirt_coy_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MC is admire_happy

@transition fade out black

} elif (MC = 9) {

@transition fade in black

@MC is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MC is curtsy_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MC is cheer_happy_loop

@transition fade out black

} elif (MC = 10) {

@transition fade in black

@MC is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MC is curtsy_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MC is cheer_happy_loop

@transition fade out black

} elif (MC = 11) {

@transition fade in black

@MC is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MC is curtsy_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MC is cheer_happy_loop

@transition fade out black

} elif (MC = 12) {

@transition fade in black

@MC is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MC is curtsy_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MC is cheer_happy_loop

@transition fade out black

} elif (MC = 13) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MC is talk_awkward_loop

@MC is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MC is laugh_giggle

@transition fade out black

} elif (MC = 14) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MC is talk_awkward_loop

@MC is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MC is laugh_giggle

@transition fade out black

} elif (MC = 15) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MC is talk_awkward_loop

@MC is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MC is laugh_giggle

@transition fade out black

} elif (MC = 16) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MC is talk_awkward_loop

@MC is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MC is laugh_giggle

@transition fade out black

} else {

}

#FEMALE MC OUTCOME

} else {
if (MCBOY = 1) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MCBOY is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MCBOY is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif(MCBOY = 2) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MCBOY is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MCBOY is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif (MCBOY = 3) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MCBOY is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MCBOY is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif (MCBOY = 4) {

@transition fade in black

sound wolf_howl

readerMessage Your characters personality shall be altered. with messageTitle You’re a lone wolf!

gain lone_wolf

@MCBOY is hangup_phone_angry

    NARR
You prefer to do things unaided and away from others,

@MCBOY is primp_neutral

    NARR
Socializing isn't your thing and that's okay!

@transition fade out black

} elif (MCBOY = 5) {

@transition fade in black

@MCBOY is talk_handsonhips_neutral

sound talk_male_happy

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MCBOY is talk_flirt_charming_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MCBOY is admire_happy

@transition fade out black

} elif (MCBOY = 6) {

@transition fade in black

@MCBOY is talk_handsonhips_neutral

sound talk_male_happy

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MCBOY is talk_flirt_charming_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MCBOY is admire_happy

@transition fade out black

} elif (MCBOY = 7) {

@transition fade in black

@MCBOY is talk_handsonhips_neutral

sound talk_male_happy

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MCBOY is talk_flirt_charming_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MCBOY is admire_happy

@transition fade out black

} elif (MCBOY = 8) {

@transition fade in black

@MCBOY is talk_handsonhips_neutral

sound talk_male_happy

readerMessage Your characters personality shall be altered. with messageTitle You’re a socialite!

gain socialite

@MCBOY is talk_flirt_charming_atcamera

    NARR
You're no lone wolf, in-fact your the opposite.
You thrive off of socialization and love to make people feel included,
With your bubbly personality and friendly face you brighten the room!

@MCBOY is admire_happy

@transition fade out black

} elif (MCBOY = 9) {

@transition fade in black

@MCBOY is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MCBOY is bow_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MCBOY is cheer_happy_loop

@transition fade out black

} elif (MCBOY = 10) {

@transition fade in black

@MCBOY is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MCBOY is bow_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MCBOY is cheer_happy_loop

@transition fade out black

} elif (MCBOY = 11) {

@transition fade in black

@MCBOY is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MCBOY is bow_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MCBOY is cheer_happy_loop

@transition fade out black

} elif (MCBOY = 12) {

@transition fade in black

@MCBOY is chant_pumpfist_happy_loop

sound cheer_excited

readerMessage Your characters personality shall be altered. with messageTitle You’re a role model!

@MCBOY is bow_happy

gain role_model

    NARR
You're a definite class snitch,
You tell the truth and don't condone rule breaking. (NERD)
You are the person everyone strives for their children to become.

@MCBOY is cheer_happy_loop

@transition fade out black

} elif (MCBOY = 13) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MCBOY is talk_awkward_loop

@MCBOY is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MCBOY is laugh_chuckle

@transition fade out black

} elif (MCBOY = 14) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MCBOY is talk_awkward_loop

@MCBOY is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MCBOY is laugh_chuckle

@transition fade out black

} elif (MCBOY = 15) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MCBOY is talk_awkward_loop

@MCBOY is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MCBOY is laugh_chuckle

@transition fade out black

} elif (MCBOY = 16) {

@transition fade in black

readerMessage Your characters personality shall be altered. with messageTitle You’re a wall-flower!

@MCBOY is talk_awkward_loop

@MCBOY is frighten_boo

gain wall_flower

    NARR
You're a definite wall-flower!
You keep to yourself and don't involve yourself much,
You find yourself shy but loyal, humble but proud.

@MCBOY is laugh_chuckle

@transition fade out black

} else {

}

}

if (FEMALE_MC) {

&MC is idle_shiftweight_neutral_loop

@transition fade in black

} else {

&MCBOY is idle_shiftweight_neutral_loop

@transition fade in black

}

    NARR
We must now change your characters attire,
Your closet has been updated depending on your personality!

Warning, the script is 4.5k lines and it’s what i’ve got so far and is the full script minus the closet template I need to add along with at least 2k of storyline.

@Dara.Amarie has a template for the point systems. You can check it out.

That’s the link https://linktr.ee/dara.amarie.ep

Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

Marked as solved and closed