Character Costumization

Hi there! I hope everyone is having an amazing Easter/day! I’m here after so much time trying to figuring out alone what was going wrong in my story customization. What’s happening is that I have 4 characters that’ll be customizable at the beginning of the first chapter as they are the four the main characters. They are two boys and two girls and even though I tried to go to various Episode Resource in Directing Script sites, where I put my characters name and it generates the code by itself. I even corrected afterward because of the double-gender characters that were ‘coding the same thing’ (I hope I could make u understand what I’m saying here), but it still gets me with the same error that is when my script is all right, it’ll play wrong in my app in the phone where the choices get mixed between the characters (for example, if I chose color green to Jamie’s hair, it appears color green in Harrison’s hair), or when one of the character’s customization ends, it repeats itself even though the script is correct, and some options won’t even appear when I click them. Has anyone been through the same thing? Does this work when I publish my story and it’s just a bug on my phone? Thanks, everyone. Have a lovely day <3 :heartpulse::sparkling_heart::gift_heart:

P.S: Sorry if my English is not the best, it’s not my mother tongue.

1 Like

maybe you need to send a help ticket ? @Sydney_H
MAybe I can check you’re script if there are errors if you like ?
just send me the part @Belle0412

Thank you so much! Can I send you the pictures here?

sure

I’ll wait for you all to look over the scripts. Feel free to tag me again if it’s definitely a bug. :smiley:

Here’s the script. I was planning on taking pics, but it might take a WHILEEE :sleepy::joy: and so I copied all and pasted here:

@TORY is idle
@zoom on 770 210 to 143% in 0
label avatar_0
@TORY is idle
@speechbubble reset
NARRATOR
So, what’s Tory’s look?
choice
“Skin Tone” {
goto bodyColor_0
}“Hair” {
goto hairColor_0
}“Eyes” {
goto eyes_0
}“Eyebrows” {
goto brows_0
}“Face Shape”{
goto face_0
}“Nose” {
goto nose_0
}“Mouth” {
goto mouth_0
} “This is perfect!” {
goto avatar_end
}

label bodyColor_0
@zoom on 155 0 to 120% in 0
@TORY starts idle_loop
NARRATOR
What skin color would you like?
choice
“Neutral 02”{
@TORY changes bodyColor into Neutral 02
goto bodyColor_0
}“Neutral 01”{
@TORY changes bodyColor into Neutral 01
goto bodyColor_0
}“Rose 01”{
@TORY changes bodyColor into Rose 01
goto bodyColor_0
}“Rose 03”{
@TORY changes bodyColor into Rose 03
goto bodyColor_0
}“Gold 02”{
@TORY changes bodyColor into Gold 02
goto bodyColor_0
}“Rose 02”{
@TORY changes bodyColor into Rose 02
goto bodyColor_0
}“Gold 01”{
@TORY changes bodyColor into Gold 01
goto bodyColor_0
}“Copper 00”{
@TORY changes bodyColor into Copper 00
goto bodyColor_0
}“This looks good!”{
@TORY starts idle_happy_loop
goto avatar_0
}

label brows_0
@TORY starts idle_loop
NARRATOR
What eyebrow shape would you like?
choice
“Arched Natural”{
@TORY changes eyebrows into Arched Natural
goto brows_0
}“Arched Thick Styled”{
@TORY changes eyebrows into Arched Thick Styled
goto brows_0
}“Arched Thin”{
@TORY changes eyebrows into Arched Thin
goto brows_0
}“Arched Thin High”{
@TORY changes eyebrows into Arched Thin High
goto brows_0
}“Round Medium”{
@TORY changes eyebrows into Round Medium
goto brows_0
}“Round Thick”{
@TORY changes eyebrows into Round Thick
goto brows_0
}“Round Thin High”{
@TORY changes eyebrows into Round Thin High
goto brows_0
}“Straight Medium”{
@TORY changes eyebrows into Straight Medium
goto brows_0
}“Select a color.”{
goto browsColor_0
} “Looks good!”{
goto browsColor_0
}

label browsColor_0
@TORY starts idle_loop
NARRATOR
What color should Tory’s eyebrows be?
choice
“Black Dark”{
@TORY changes eyebrowsColor into Black Dark
goto browsColor_0
}“Black Jet”{
@TORY changes eyebrowsColor into blackJet
goto browsColor_0
}“Deep Brown”{
@TORY changes eyebrowsColor into Deep Brown
goto browsColor_0
}“Dark Brown”{
@TORY changes eyebrowsColor into Dark Brown
goto browsColor_0
}“Chestnut Brown”{
@TORY changes eyebrowsColor into Chestnut Brown
goto browsColor_0
}“Medium Warm Brown”{
@TORY changes eyebrowsColor into Medium Warm Brown
goto browsColor_0
}“Light Brown”{
@TORY changes eyebrowsColor into Light Brown
goto browsColor_0
}“Blonde Medium”{
@TORY changes eyebrowsColor into Blonde Medium
goto browsColor_0
}“Dirty Blonde”{
@TORY changes eyebrowsColor into Dirty Blonde
goto browsColor_0
}“Honey Blonde”{
@TORY changes eyebrowsColor into Honey Blonde
goto browsColor_0
}“Platinum Blonde”{
@TORY changes eyebrowsColor into Platinum Blonde
goto browsColor_0
}“Next Page >>”{
goto browsColor_1
}“Change eyebrow shape.”{
goto brows_0
}“Looks good!”{
goto avatar_0
}

label browsColor_1
@TORY starts idle_loop
NARRATOR
What color should Tory’s eyebrows be?
choice
“Strawberry Blonde”{
@TORY changes eyebrowsColor into Strawberry Blonde
goto browsColor_1
}“Gray”{
@TORY changes eyebrowsColor into Gray
goto browsColor_1
}“Cool Gray”{
@TORY changes eyebrowsColor into Cool Gray
goto browsColor_1
}“Warm White”{
@TORY changes eyebrowsColor into Warm White
goto browsColor_1
}“Copper Red”{
@TORY changes eyebrowsColor into Copper Red
goto browsColor_1
}“Ginger Red”{
@TORY changes eyebrowsColor into Ginger Red
goto browsColor_1
}“Green Mint”{
@TORY changes eyebrowsColor into Green Mint
goto browsColor_1
}“Pink Light”{
@TORY changes eyebrowsColor into Pink Lt
goto browsColor_1
}“Purple Lilac”{
@TORY changes eyebrowsColor into Purple Lilac
goto browsColor_1
}"<< Previous Page"{
goto browsColor_0
}“Change eyebrow shape.”{
goto brows_0
}“Looks good!”{
goto avatar_0
}

label face_0
@TORY starts idle_loop
NARRATOR
What face shape would you like?
choice
“Diamond Long”{
@TORY changes face into Diamond Long
goto face_0
}“Diamond”{
@TORY changes face into Diamond
goto face_0
}“Heart Defined”{
@TORY changes face into Heart Defined
goto face_0
}“Heart Mature”{
@TORY changes face into Heart Mature
goto face_0
}“Heart Soft”{
@TORY changes face into Heart Soft
goto face_0
}“Round Soft”{
@TORY changes face into Round Soft
goto face_0
}“Square Mature”{
@TORY changes face into Square Mature
goto face_0
}“Triangle Defined”{
@TORY changes face into Triangle Defined
goto face_0
}“Looks good!”{
goto avatar_0
}

label eyes_0
@TORY starts idle_loop
NARRATOR
What eye shape would you like?
choice
“Deepset Downturned” {
@TORY changes eyes into Deepset Downturned
goto eyes_0
}“Deepset Mature” {
@TORY changes eyes into Deepset Mature
goto eyes_0
}“Deepset Almond” {
@TORY changes eyes into Deepset Almond
goto eyes_0
}“Sharp Almond” {
@TORY changes eyes into Sharp Almond
goto eyes_0
}“Female Generic” {
@TORY changes eyes into Female Generic
goto eyes_0
}“Monolid Slender” {
@TORY changes eyes into Monolid Slender
goto eyes_0
}“Round Downturned Wide” {
@TORY changes eyes into Round Downturned Wide
goto eyes_0
}“Round Medium” {
@TORY changes eyes into Round Medium
goto eyes_0
}“Select a color.”{
goto eyesColor_0
}“Looks good!”{
goto avatar_0
}

label eyesColor_0
@TORY starts idle_loop
NARRATOR
What color should Tory’s eyes be?
choice
“Brown Black” {
@TORY changes eyesColor into Brown Black
goto eyesColor_0
}“Brown Dark” {
@TORY changes eyesColor into Brown Dark
goto eyesColor_0
}“Brown Light” {
@TORY changes eyesColor into Brown Light
goto eyesColor_0
}“Grey Cool” {
@TORY changes eyesColor into Grey Cool
goto eyesColor_0
}“Blue Deep” {
@TORY changes eyesColor into Blue Deep
goto eyesColor_0
}“Blue Aqua” {
@TORY changes eyesColor into Blue Aqua
goto eyesColor_0
}“Hazel” {
@TORY changes eyesColor into Hazel
goto eyesColor_0
}“Green Emerald” {
@TORY changes eyesColor into Green Emerald
goto eyesColor_0
}“Red” {
@TORY changes eyesColor into Red
goto eyesColor_0
}“Violet” {
@TORY changes eyesColor into Violet
goto eyesColor_0
}“Change eye shape.”{
goto eyes_0
}“Looks good!”{
goto avatar_0
}

label mouth_0
@TORY starts idle_loop
NARRATOR
What mouth shape would you like?
choice
“Full Heart Pouty” {
@TORY changes mouth into Full Heart Pouty
goto mouth_0
}“Medium Heart Natural” {
@TORY changes mouth into Medium Heart Natural
goto mouth_0
}“Medium Thin” {
@TORY changes mouth into Medium Thin
goto mouth_0
}“Thin Heart” {
@TORY changes mouth into Thin Heart
goto mouth_0
}“Select color.”{
goto mouthColor_0
}“Looks good!”{
goto avatar_0
}

label mouthColor_0
NARRATOR
What color lips would you like?
choice
“Natural”{
goto mouthNatural0
}“Bright Colored”{
goto mouthMakeup0
}“Dark Colored”{
goto mouthMakeupDark0
}“Change lip shape.”{
goto mouth_0
}“This looks good!”{
goto avatar_0
}

label mouthNatural0
NARRATOR
What natural lip color would you like?
choice
“Fair Rose Matte” {
@TORY changes mouthColor into Fair Rose Matte
goto mouthNatural0
}“Fair Neutral Matte” {
@TORY changes mouthColor into Fair Neutral Matte
goto mouthNatural0
}“Beige Light Gold Matte” {
@TORY changes mouthColor into Beige Light Gold Matte
goto mouthNatural0
}“Fair Gold Matte” {
@TORY changes mouthColor into Fair Gold Matte
goto mouthNatural0
}“Beige Rose” {
@TORY changes mouthColor into Beige Rose
goto mouthNatural0
}“Beige Gold Matte” {
@TORY changes mouthColor into Beige Gold Matte
goto mouthNatural0
}“Beige Deep Neutral” {
@TORY changes mouthColor into Beige Deep Neutral
goto mouthNatural0
}“Next Page >>”{
goto mouthNatural1
}“Try other colors.”{
goto mouthColor_0
}“Change lip shape.”{
goto mouth_0
}“Looks good!”{
goto avatar_0
}

label mouthNatural1
NARRATOR
What natural lip color would you like?
choice
“Tan Deep Gold” {
@TORY changes mouthColor into Tan Deep Gold
goto mouthNatural1
}“Tan Deep Neutral” {
@TORY changes mouthColor into Tan Deep Neutral
goto mouthNatural1
}“Brown Gold” {
@TORY changes mouthColor into Brown Gold
goto mouthNatural1
}“Brown Neutral” {
@TORY changes mouthColor into Brown Neutral
goto mouthNatural1
}“Brown Deep Rose” {
@TORY changes mouthColor into Brown Deep Rose
goto mouthNatural1
}“Brown Deep Gold” {
@TORY changes mouthColor into Brown Deep Gold
goto mouthNatural1
}"<< Previous Page"{
goto mouthNatural0
}“Try other colors.”{
goto mouthColor_0
}“Change lip shape.”{
goto mouth_0
}“Looks good!”{
goto avatar_0
}

label mouthMakeup0
NARRATOR
What lip color would you like?
choice
“Pink Peach Light Gloss” {
@TORY changes mouthColor into Pink Peach Light Gloss
goto mouthMakeup0
}“Pink Peach Lt Gloss” {
@TORY changes mouthColor into Pink Peach Lt Gloss
goto mouthMakeup0
}“Pink Peach Light Matte” {
@TORY changes mouthColor into Pink Peach Light Matte
goto mouthMakeup0
}“Peach Gloss” {
@TORY changes mouthColor into Peach Gloss
goto mouthMakeup0
}“Peach Matte” {
@TORY changes mouthColor into Peach Matte
goto mouthMakeup0
}“Pink Beige Gloss” {
@TORY changes mouthColor into Pink Beige Gloss
goto mouthMakeup0
}“Pink Beige Matte” {
@TORY changes mouthColor into Pink Beige Matte
goto mouthMakeup0
}“Pink Medium Gloss” {
@TORY changes mouthColor into Pink Medium Gloss
goto mouthMakeup0
}“Pink Medium Matte” {
@TORY changes mouthColor into Pink Medium Matte
goto mouthMakeup0
}“Next Page >>”{
goto mouthMakeup1
}“Try other colors.”{
goto mouthColor_0
}“Change lip shape.”{
goto mouth_0
}“Looks good!”{
goto avatar_0
}

label mouthMakeup1
NARRATOR
What lip color would you like?
choice
“Pink Hot Gloss” {
@TORY changes mouthColor into Pink Hot Gloss
goto mouthMakeup1
}“Pink Hot Matte” {
@TORY changes mouthColor into Pink Hot Matte
goto mouthMakeup1
}“Pink Deep Gloss” {
@TORY changes mouthColor into Pink Deep Gloss
goto mouthMakeup1
}“Pink Deep Matte” {
@TORY changes mouthColor into Pink Deep Matte
goto mouthMakeup1
}“Purple Pastel Gloss” {
@TORY changes mouthColor into Purple Pastel Gloss
goto mouthMakeup1
}“Purple Pastel Matte” {
@TORY changes mouthColor into Purple Pastel Matte
goto mouthMakeup1
}“Pink Warm Gloss” {
@TORY changes mouthColor into Pink Warm Gloss
goto mouthMakeup1
}“Pink Warm Matte” {
@TORY changes mouthColor into Pink Warm Matte
goto mouthMakeup1
}"<< Previous Page"{
goto mouthMakeup0
}“Try other colors.”{
goto mouthColor_0
}“Change lip shape.”{
goto mouth_0
}“Looks good!”{
goto avatar_0
}

label mouthMakeupDark0
NARRATOR
What lip color would you like?
choice
“Red Gloss”{
@TORY changes mouthColor into Red Gloss
goto mouthMakeupDark0
}“Red Matte”{
@TORY changes mouthColor into Red Matte
goto mouthMakeupDark0
}“Rose Gloss”{
@TORY changes mouthColor into Rose Gloss
goto mouthMakeupDark0
}“Rose Matte”{
@TORY changes mouthColor into Rose Matte
goto mouthMakeupDark0
}“Red Deep Gloss”{
@TORY changes mouthColor into Red Deep Gloss
goto mouthMakeupDark0
}“Red Deep Matte”{
@TORY changes mouthColor into Red Deep Matte
goto mouthMakeupDark0
}“Violet Gloss”{
@TORY changes mouthColor into Violet Gloss
goto mouthMakeupDark0
}“Violet Matte”{
@TORY changes mouthColor into Violet Matte
goto mouthMakeupDark0
}“Next Page >>”{
goto mouthMakeupDark1
}“Try other colors.”{
goto mouthColor_0
}“Change lip shape.”{
goto mouth_0
}“Looks good!”{
goto avatar_0
}

label mouthMakeupDark1
NARRATOR
What lip color would you like?
choice
“Mauve Gloss”{
@TORY changes mouthColor into Mauve Gloss
goto mouthMakeupDark1
}“Mauve Matte”{
@TORY changes mouthColor into Mauve Matte
goto mouthMakeupDark1
}“Plum Gloss”{
@TORY changes mouthColor into Plum Gloss
goto mouthMakeupDark1
}“Plum Matte”{
@TORY changes mouthColor into Plum Matte
goto mouthMakeupDark1
}“Black Gloss”{
@TORY changes mouthColor into Black Gloss
goto mouthMakeupDark1
}“Black Matte”{
@TORY changes mouthColor into Black Matte
goto mouthMakeupDark1
}"<< Previous Page"{
goto mouthMakeupDark0
}“Try other colors.”{
goto mouthColor_0
}“Change lip shape.”{
goto mouth_0
}“Looks good!”{
goto avatar_0
}

label hairColor_0
@TORY starts idle_loop
NARRATOR
There’s a reason on why you can’t choose Tory’s hairstyle. Keep on reading to find out what it is.
choice
“Black Dark” {
@TORY changes hairColor into Black Dark
goto hairColor_0
}“Black Jet” {
@TORY changes hairColor into Black Jet
goto hairColor_0
}“Deep Brown” {
@TORY changes hairColor into Deep Brown
goto hairColor_0
}“Dark Brown” {
@TORY changes hairColor into Dark Brown
goto hairColor_0
}“Chestnut Brown” {
@TORY changes hairColor into Chestnut Brown
goto hairColor_0
}“Medium Warm Brown” {
@TORY changes hairColor into Medium Warm Brown
goto hairColor_0
}“Light Brown” {
@TORY changes hairColor into Light Brown
goto hairColor_0
}“Next Page >>”{
goto hairColor_01
}“Change Style.”{
goto hairColor_0
}“Looks good!”{
goto avatar_0
}

label hairColor_01
@TORY starts idle_loop
NARRATOR
What hair color would you like?
choice
“Yellow” {
@TORY changes hairColor into Yellow
goto hairColor_01
}“Honey Blonde” {
@TORY changes hairColor into Honey Blonde
goto hairColor_01
}“Blonde Medium” {
@TORY changes hairColor into Blonde Medium
goto hairColor_01
}“Dirty Blonde” {
@TORY changes hairColor into Dirty Blonde
goto hairColor_01
}“Ash Blonde” {
@TORY changes hairColor into Ash Blonde
goto hairColor_01
}“Platinum Blonde” {
@TORY changes hairColor into Platinum Blonde
goto hairColor_01
}“Warm White” {
@TORY changes hairColor into Warm White
goto hairColor_01
}“Aqua Gray” {
@TORY changes hairColor into Aqua Gray
goto hairColor_01
}“Cool Gray” {
@TORY changes hairColor into Cool Gray
goto hairColor_01
}“Gray” {
@TORY changes hairColor into Gray
goto hairColor_01
}“Next Page >>”{
goto hairColor_02
}"<< Previous Page"{
goto hairColor_0
}“Change Style.”{
goto hairColor_0
}“Looks good!”{
goto avatar_0
}

label hairColor_02
@TORY starts idle_loop
NARRATOR
What hair color would you like?
choice
“Burgundy Red” {
@TORY changes hairColor into Burgundy Red
goto hairColor_02
}“Copper Red” {
@TORY changes hairColor into Copper Red
goto hairColor_02
}“Red” {
@TORY changes hairColor into Red
goto hairColor_02
}“Ginger Red” {
@TORY changes hairColor into Ginger Red
goto hairColor_02
}“Strawberry Blonde” {
@TORY changes hairColor into Strawberry Blonde
goto hairColor_02
}“Orange” {
@TORY changes hairColor into Orange
goto hairColor_02
}“Peach Blonde” {
@TORY changes hairColor into Peach Blonde
goto hairColor_02
}“Next Page >>”{
goto hairColor_03
}"<< Previous Page"{
goto hairColor_01
}“Change Style.”{
goto hairColor_0
}“Looks good!”{
goto avatar_0
}

label hairColor_03
@TORY starts idle_loop
NARRATOR
What hair color would you like?
choice
“Grievance Green” {
@TORY changes hairColor into Grievance Green
goto hairColor_03
}“Aqua Green” {
@TORY changes hairColor into Aqua Green
goto hairColor_03
}“Green Mint” {
@TORY changes hairColor into Green Mint
goto hairColor_03
}“Yellow Green” {
@TORY changes hairColor into Yellow Green
goto hairColor_03
}“Blue Black” {
@TORY changes hairColor into Blue Black
goto hairColor_03
}“Blue” {
@TORY changes hairColor into Blue
goto hairColor_03
}“Aqua Blue” {
@TORY changes hairColor into Aqua Blue
goto hairColor_03
}“Cornflower Blue” {
@TORY changes hairColor into Cornflower Blue
goto hairColor_03
}“Next Page >>”{
goto hairColor_04
}"<< Previous Page"{
goto hairColor_02
}“Change Style.”{
goto hairColor_0
}“Looks good!”{
goto avatar_0
}

label hairColor_04
@TORY starts idle_loop
NARRATOR
What hair color would you like?
choice
"Plum " {
@TORY changes hairColor into Plum
goto hairColor_04
}"Purple " {
@TORY changes hairColor into Purple
goto hairColor_04
}"Red Purple " {
@TORY changes hairColor into Red Purple
goto hairColor_04
}“Purple Lilac” {
@TORY changes hairColor into Purple Lilac
goto hairColor_04
}“Pop Pink " {
@TORY changes hairColor into Pop Pink
goto hairColor_04
}“Hot Pink " {
@TORY changes hairColor into Hot Pink
goto hairColor_04
}“Pink Light” {
@TORY changes hairColor into Pink Lt
goto hairColor_04
}”<< Previous Page”{
goto hairColor_03
}“Change Style.”{
goto hairColor_0
}“Looks good!”{
goto avatar_0
}

label nose_0
@TORY starts idle_loop
NARRATOR
What nose would you like?
choice
“Defined Natural” {
@TORY changes nose into Defined Natural
goto nose_0
}“Grecian Soft” {
@TORY changes nose into Grecian Soft
goto nose_0
}“Round Broad” {
@TORY changes nose into Round Broad
goto nose_0
}“Round Button” {
@TORY changes nose into Round Button
goto nose_0
}“Round Button Upturned” {
@TORY changes nose into Round Button Upturned
goto nose_0
}“Round Downturned” {
@TORY changes nose into Round Downturned
goto nose_0
}"Round Flared Upturned " {
@TORY changes nose into Round Flared Upturned
goto nose_0
}“Looks good!”{
goto avatar_0
}

label avatar_end
@zoom reset
NARRATOR
Are you sure this is the look for Tory?
choice
“Yes, she looks perfect!”{
goto Tory_start
} “No, I have to change something.”{
goto avatar_0
}
#}

label Tory_start

@TORY is dustoff_neutral_loop
@TORY changes into TORY_default

@transition fade out black
INT. BEDROOM DESK OL - DAY
@ZANDER stands screen center in zone 3
@pan to zone 3 in 3

    ZANDER (callout_neutral)
I'm coming, | italic , bold | dad |reset, no-space|!

@zoom on 796 299 to 196% in 1
@ZANDER is idle
label avatar_4
NARRATOR
Here’s your first chance of customizing Zander. Little tip: He’s not what he looks like. :wink:
choice
“Skin Color” {
goto bodyColor_4
} “Hair” {
goto haircolor4
} “Face Shape” {
goto face4
} “Eyebrows” {
goto eyebrows4
} “Eyes” {
goto eyes4
} “Nose” {
goto nose4
} “Mouth” {
goto mouth4
} “This is perfect!” {
goto male_avatar_4
}
label bodyColor_4
NARRATOR
Choose his skin color.
choice
“Neutral 02”{
@ZANDER changes bodyColor into Neutral 02
goto bodyColor_4
}“Neutral 01”{
@ZANDER changes bodyColor into Neutral 01
goto bodyColor_4
}“Rose 01”{
@ZANDER changes bodyColor into Rose 01
goto bodyColor_4
}“Rose 03”{
@ZANDER changes bodyColor into Rose 03
goto bodyColor_4
}“Gold 02”{
@ZANDER changes bodyColor into Gold 02
goto bodyColor_4
}“Rose 02”{
@ZANDER changes bodyColor into Rose 02
goto bodyColor_4
}“Gold 01”{
@ZANDER changes bodyColor into Gold 01
goto bodyColor_4
}“Copper 00”{
@ZANDER changes bodyColor into Copper 00
goto bodyColor_4
}“This looks good!”{
@ZANDER starts idle_happy_loop
goto avatar_4
}

label face4
NARRATOR
Choose his face shape.
choice
“Soft Diamond” {
@ZANDER changes face into Diamond Soft
goto face4
}
“Defined Diamond” {
@ZANDER changes face into Diamond Defined
goto face4
}
“Generic” {
@ZANDER changes face into Male Generic
goto face4
}
“Round” {
@ZANDER changes face into Round Soft
goto face4
}
“Square Jaw” {
@ZANDER changes face into Square Jaw
goto face4
}
“Triangle” {
@ZANDER changes face into Triangle Chiseled
goto face4
}
“Mature Square” {
@ZANDER changes face into Square Jaw Mature
goto face4
}
“Broad Cheeks” {
@ZANDER changes face into Round Broad Cheeks
goto face4
}
“Done”{
goto avatar_4
}
label eyes4
NARRATOR
Choose his eyes.
choice
“Downturned” {
@ZANDER changes eyes into Deepset Downturned
goto eyes4
}
“Deepset Heavy” {
@ZANDER changes eyes into Deepset Heavy Lid
goto eyes4
}
“Deep Sunken” {
@ZANDER changes eyes into Male Deep Sunken
goto eyes4
}
“Generic” {
@ZANDER changes eyes into Male Generic
goto eyes4
}
“Slender” {
@ZANDER changes eyes into Monolid Slender
goto eyes4
}
“Oval” {
@ZANDER changes eyes into Oval Wide
goto eyes4
}
“Sloping” {
@ZANDER changes eyes into Sloping Heavy Lid
goto eyes4
}
“Mature” {
@ZANDER changes eyes into Deepset Sloping Mature
goto eyes4
}
“Eye Color” {
goto eyecolor4
}
“Done”{
goto avatar_4
}
label eyecolor4
NARRATOR
Choose his eye color.
choice
“Aqua Blue” {
@ZANDER changes eyesColor into Blue Aqua
goto eyecolor4
}
“Deep Blue” {
@ZANDER changes eyesColor into Blue Deep
goto eyecolor4
}
“Light Brown” {
@ZANDER changes eyesColor into Brown Light
goto eyecolor4
}
“Dark Brown” {
@ZANDER changes eyesColor into Brown Dark
goto eyecolor4
}
“Black” {
@ZANDER changes eyesColor into Brown Black
goto eyecolor4
}
“Next Page” {
goto eyecolor42
}
“Done”{
goto avatar_4
}
label eyecolor42
NARRATOR
Choose his eye color.
choice
“Green” {
@ZANDER changes eyesColor into Green Emerald
goto eyecolor42
}
“Silver” {
@ZANDER changes eyesColor into Grey Cool
goto eyecolor42
}
“Hazel” {
@ZANDER changes eyesColor into Hazel
goto eyecolor42
}
“Red” {
@ZANDER changes eyesColor into Red
goto eyecolor42
}
“Violet” {
@ZANDER changes eyesColor into Violet
goto eyecolor42
}
“Previous Page” {
goto eyecolor4
}
“Done”{
goto avatar_4
}
label eyebrows4
NARRATOR
Choose his eyebrows.
choice
“Arched”{
@ZANDER changes eyebrows into Arched Medium
goto eyebrows4
}“Generic”{
@ZANDER changes eyebrows into Male Generic
goto eyebrows4
}“Round”{
@ZANDER changes eyebrows into Round Medium
goto eyebrows4
}“Soft”{
@ZANDER changes eyebrows into Round Soft
goto eyebrows4
}“Thick”{
@ZANDER changes eyebrows into Round Thick
goto eyebrows4
}“Straight”{
@ZANDER changes eyebrows into Straight Medium
goto eyebrows4
}“Bushy”{
@ZANDER changes eyebrows into Arched Bushy
goto eyebrows4
}“Thin”{
@ZANDER changes eyebrows into Round Thin
goto eyebrows4
} “Select Color” {
goto browscolor2
} “Done”{
goto avatar_4
}
label browscolor2
NARRATOR
Choose his eyebrow color.
choice
“Light Colors” {
goto lightbrowscolor2
} “Dark Colors” {
goto darkbrowscolor4
} “Dyed Colors” {
goto dyedbrowscolor4
} “Change Brow Shape” {
goto eyebrows4
}
label lightbrowscolor2
NARRATOR
Choose his eyebrow color.
choice
“Dirty Blonde” {
@ZANDER changes eyebrowsColor into Dirty Blonde
goto lightbrowscolor2
} “Honey Blonde” {
@ZANDER changes eyebrowsColor into Honey Blonde
goto lightbrowscolor2
} “Platinum Blonde” {
@ZANDER changes eyebrowsColor into Platinum Blonde
goto lightbrowscolor2
} “Strawberry Blonde” {
@ZANDER changes eyebrowsColor into Strawberry Blonde
goto lightbrowscolor2
} “Blonde Medium” {
@ZANDER changes eyebrowsColor into Blonde Medium
goto lightbrowscolor2
} “Gray” {
@ZANDER changes eyebrowsColor into Gray
goto lightbrowscolor2
} “Other Colors” {
goto browscolor2
} “Done” {
goto avatar_4
}
label darkbrowscolor4
NARRATOR
Choose his eyebrow color.
choice
“Chestnut Brown” {
@ZANDER changes eyebrowsColor into Chestnut Brown
goto darkbrowscolor4
} “Dark Brown” {
@ZANDER changes eyebrowsColor into Dark Brown
goto darkbrowscolor4
} “Deep Brown” {
@ZANDER changes eyebrowsColor into Deep Brown
goto darkbrowscolor4
} “Light Brown” {
@ZANDER changes eyebrowsColor into Light Brown
goto darkbrowscolor4
} “Dark Black” {
@ZANDER changes eyebrowsColor into Black Dark
goto darkbrowscolor4
} “Jet Black” {
@ZANDER changes eyebrowsColor into blackJet
goto darkbrowscolor4
} “Other Colors” {
goto browscolor2
} “Done” {
goto avatar_4
}
label dyedbrowscolor4
NARRATOR
Choose his eyebrow color.
choice
“Light Pink” {
@ZANDER changes eyebrowsColor into Pink Lt
goto dyedbrowscolor4
} “Lavender” {
@ZANDER changes eyebrowsColor into Purple Lilac
goto dyedbrowscolor4
} “Mint” {
@ZANDER changes eyebrowsColor into Green Mint
goto dyedbrowscolor4
} “Ginger Red” {
@ZANDER changes eyebrowsColor into Ginger Red
goto dyedbrowscolor4
} “Copper Red” {
@ZANDER changes eyebrowsColor into Copper Red
goto dyedbrowscolor4
} “White” {
@ZANDER changes eyebrowsColor into White
goto dyedbrowscolor4
} “Other Colors” {
goto browscolor2
} “Done” {
goto avatar_4
}
label nose4
NARRATOR
Choose his nose.
choice
“Button Wide” {
@ZANDER changes nose into Button Wide
goto nose4
}
“Button Round” {
@ZANDER changes nose into Button Round
goto nose4
}
“Narrow” {
@ZANDER changes nose into Grecian Narrow
goto nose4
}
“Hooked”{
@ZANDER changes nose into Hooked Grecian
goto nose4
}
“Generic” {
@ZANDER changes nose into Male Generic
goto nose4
}
“Round” {
@ZANDER changes nose into Round Wide
goto nose4
}
“Grecian” {
@ZANDER changes nose into Grecian Round
goto nose4
}
“Straight” {
@ZANDER changes nose into Straight Narrow
goto nose4
}
“Bulbous” {
@ZANDER changes nose into Bulbous Downturned
goto nose4
}
“Done”{
goto avatar_4
}
label mouth4
NARRATOR
Choose his mouth shape.
choice
“Classic” {
@ZANDER changes mouth into Medium Straight Natural
goto mouth4
}“Thin” {
@ZANDER changes mouth into Thin Heart
goto mouth4
}“Small” {
@ZANDER changes mouth into Small Heart
goto mouth4
}“Medium” {
@ZANDER changes mouth into Medium Heart
goto mouth4
}“Full” {
@ZANDER changes mouth into Full Heart Natural
goto mouth4
}“Large” {
@ZANDER changes mouth into Full Heart Large
goto mouth4
} “Lip Color” {
goto lipColor4
}“Done”{
goto avatar_4
}
label lipColor4
NARRATOR
Choose his lip color.
choice
“Fair Rose” {
@ZANDER changes mouthColor into Fair Rose Matte
goto lipColor4
} “Fair Neutral” {
@ZANDER changes mouthColor into Fair Neutral Matte
goto lipColor4
} “Fair Gold” {
@ZANDER changes mouthColor into Fair Gold Matte
goto lipColor4
} “Beige Light Gold” {
@ZANDER changes mouthColor into Beige Light Gold Matte
goto lipColor4
} “Beige Gold” {
@ZANDER changes mouthColor into Beige Gold Matte
goto lipColor4
} “Beige Rose” {
@ZANDER changes mouthColor into Beige Rose
goto lipColor4
} “Next Page” {
goto lipColor42
} “Done” {
goto avatar_4
}
label lipColor42
NARRATOR
Choose his lip color.
choice
“Beige Deep Neutral” {
@ZANDER changes mouthColor into Beige Deep Neutral
goto lipColor42
} “Tan Deep Neutral” {
@ZANDER changes mouthColor into Tan Deep Neutral
goto lipColor42
} “Brown Neutral” {
@ZANDER changes mouthColor into Brown Neutral
goto lipColor42
} “Brown Gold” {
@ZANDER changes mouthColor into Brown Gold
goto lipColor42
} “Brown Deep Gold” {
@ZANDER changes mouthColor into Brown Deep Gold
goto lipColor42
} “Brown Deep Rose” {
@ZANDER changes mouthColor into Brown Deep Rose
goto lipColor42
} “Previous Page” {
goto lipColor4
} “Done” {
goto avatar_4
}
label haircolor4
NARRATOR
There’s a reason on why you can’t choose his hairstyle. Keep on reading to find out what it is
choice
“Dark” {
goto boy_hairDark4
}“Light” {
goto boy_hairLight4
}“Dyed” {
goto boy_hairDye4
} “Change Hair Style” {
goto haircolor4
}
label boy_hairDark4
NARRATOR
Choose his hair color.
choice
“Light Brown” {
@ZANDER changes hairColor into Light Brown
goto boy_hairDark4
}“Chestnut Brown”{
@ZANDER changes hairColor into Chestnut Brown
goto boy_hairDark4
}“Dark Brown”{
@ZANDER changes hairColor into Dark Brown
goto boy_hairDark4
}“Deep Brown” {
@ZANDER changes hairColor into Deep Brown
goto boy_hairDark4
}“Burgundy” {
@ZANDER changes hairColor into Burgundy Red
goto boy_hairDark4
}“Dark Black” {
@ZANDER changes hairColor into Black Dark
goto boy_hairDark4
}“Jet Black” {
@ZANDER changes hairColor into Black Jet
goto boy_hairDark4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label boy_hairLight4
NARRATOR
Choose his hair color.
choice
“Platinum Blonde” {
@ZANDER changes hairColor into Platinum Blonde
goto boy_hairLight4
}“Dirty Blonde” {
@ZANDER changes hairColor into Dirty Blonde
goto boy_hairLight4
}“Honey Blond” {
@ZANDER changes hairColor into Honey Blonde
goto boy_hairLight4
}“Strawberry Blond” {
@ZANDER changes hairColor into Strawberry Blonde
goto boy_hairLight4
}“Blonde Medium” {
@ZANDER changes hairColor into Blonde Medium
goto boy_hairLight4
}“Gray” {
@ZANDER changes hairColor into Gray
goto boy_hairLight4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label boy_hairDye4
NARRATOR
Choose his hair color.
choice
“Pink” {
goto BOYhairDye_Pink4
}“Purple” {
goto BOYhairDye_Purple4
}“Blue” {
goto BOYhairDye_Blue4
}“Green/Yellow” {
goto BOYhairDye_Green4
}“Red/Orange” {
goto BOYhairDye_Red4
}“White/Gray” {
goto BOYhairDye_Gray4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label BOYhairDye_Pink4
NARRATOR
Choose his hair color.
choice
“Hot Pink” {
@ZANDER changes hairColor into Hot Pink
goto BOYhairDye_Pink4
} “Light Pink” {
@ZANDER changes hairColor into Pink Lt
goto BOYhairDye_Pink4
} “Peach” {
@ZANDER changes hairColor into Peach Blonde
goto BOYhairDye_Pink4
} “Rose Gold” {
@ZANDER changes hairColor into Rose Gold
goto BOYhairDye_Pink4
}“Back to Hair Dye” {
goto boy_hairDye4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label BOYhairDye_Purple4
NARRATOR
Choose his hair color.
choice
“Purple” {
@ZANDER changes hairColor into Red Purple
goto BOYhairDye_Purple4
} “Lavender” {
@ZANDER changes hairColor into Purple Lilac
goto BOYhairDye_Purple4
} “Plum” {
@ZANDER changes hairColor into Plum
goto BOYhairDye_Purple4
} “Dark Purple” {
@ZANDER changes hairColor into Purple
goto BOYhairDye_Purple4
}“Back to Hair Dye” {
goto boy_hairDye4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label BOYhairDye_Blue4
NARRATOR
Choose his hair color.
choice
“Blue” {
@ZANDER changes hairColor into Blue
goto BOYhairDye_Blue4
} “Light Blue” {
@ZANDER changes hairColor into Cornflower Blue
goto BOYhairDye_Blue4
} “Aqua Blue” {
@ZANDER changes hairColor into Aqua Blue
goto BOYhairDye_Blue4
} “Dark Blue” {
@ZANDER changes hairColor into Blue Black
goto BOYhairDye_Blue4
}“Back to Hair Dye” {
goto boy_hairDye4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label BOYhairDye_Green4
NARRATOR
Choose his hair color.
choice
“Yellow” {
@ZANDER changes hairColor into Yellow
goto BOYhairDye_Green4
} “Green” {
@ZANDER changes hairColor into Green
goto BOYhairDye_Green4
} “Lime Green” {
@ZANDER changes hairColor into Yellow Green
goto BOYhairDye_Green4
} “Mint” {
@ZANDER changes hairColor into Mint
goto BOYhairDye_Green4
} “Aqua Green” {
@ZANDER changes hairColor into Aqua Green
goto BOYhairDye_Green4
}“Back to Hair Dye” {
goto boy_hairDye4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label BOYhairDye_Red4
NARRATOR
Choose his hair color.
choice
“Orange” {
@ZANDER changes hairColor into Orange
goto BOYhairDye_Red4
} “Red” {
@ZANDER changes hairColor into Red
goto BOYhairDye_Red4
} “Copper Red” {
@ZANDER changes hairColor into Copper Red
goto BOYhairDye_Red4
} “Ginger Red” {
@ZANDER changes hairColor into Ginger Red
goto BOYhairDye_Red4
}“Back to Hair Dye” {
goto boy_hairDye4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}
label BOYhairDye_Gray4
NARRATOR
Choose his hair color.
choice
“White” {
@ZANDER changes hairColor into Warm White
goto BOYhairDye_Gray4
} “Gray” {
@ZANDER changes hairColor into Cool Gray
goto BOYhairDye_Gray4
} “Light Gray” {
@ZANDER changes hairColor into Aqua Gray
goto BOYhairDye_Gray4
}“Back to Hair Dye” {
goto boy_hairDye4
}“Different Colors”{
goto haircolor4
}“Done”{
goto avatar_4
}

label male_avatar_4

    NARRATOR
Are you sure this is the look for Zander?

choice
“Yes, he looks perfect!”{
goto Zander_start
} “No, I have to change something.”{
goto avatar_4
}
#}

label Zander_start

@zoom reset
@ZANDER is dustoff_neutral_loop
@ZANDER changes into ZANDER_default

@transition fade out black
INT. BEDROOM POSTERWALL - DAY
@FLORENCE stands screen center in zone 3
@pan to zone 3 in 3

    FLORENCE (callout_neutral)
I'm coming, | italic , bold | mom |reset, no-space|!

@FLORENCE is idle
@zoom on 807 284 to 170% in 0
label avatar_1
@speechbubble reset
@FLORENCE is idle
NARRATOR
So, what’s Florence’s look?
choice
“Skin Tone” {
goto bodyColor_1
}“Hair” {
goto hair_1
}“Eyes” {
goto eyes_1
}“Eyebrows” {
goto brows_1
}“Face Shape”{
goto face_1
}“Nose” {
goto nose_1
}“Mouth” {
goto mouth_1
} “This is perfect!” {
goto avatar_end_1
}

label bodyColor_1
@FLORENCE starts idle_loop
NARRATOR
What skin color would you like?
choice
“Neutral 02”{
@FLORENCE changes bodyColor into Neutral 02
goto bodyColor_1
}“Neutral 01”{
@FLORENCE changes bodyColor into Neutral 01
goto bodyColor_1
}“Rose 01”{
@FLORENCE changes bodyColor into Rose 01
goto bodyColor_1
}“Rose 03”{
@FLORENCE changes bodyColor into Rose 03
goto bodyColor_1
}“Gold 02”{
@FLORENCE changes bodyColor into Gold 02
goto bodyColor_1
}“Rose 02”{
@FLORENCE changes bodyColor into Rose 02
goto bodyColor_1
}“Gold 01”{
@FLORENCE changes bodyColor into Gold 01
goto bodyColor_1
}“Copper 00”{
@FLORENCE changes bodyColor into Copper 00
goto bodyColor_1
}“This looks good!”{
@FLORENCE starts idle_happy_loop
goto avatar_1
}

label brows_1
@FLORENCE starts idle_loop
NARRATOR
What eyebrow shape would you like?
choice
“Arched Natural”{
@FLORENCE changes eyebrows into Arched Natural
goto brows_1
}“Arched Thick Styled”{
@FLORENCE changes eyebrows into Arched Thick Styled
goto brows_1
}“Arched Thin”{
@FLORENCE changes eyebrows into Arched Thin
goto brows_1
}“Arched Thin High”{
@FLORENCE changes eyebrows into Arched Thin High
goto brows_1
}“Round Medium”{
@FLORENCE changes eyebrows into Round Medium
goto brows_1
}“Round Thick”{
@FLORENCE changes eyebrows into Round Thick
goto brows_1
}“Round Thin High”{
@FLORENCE changes eyebrows into Round Thin High
goto brows_1
}“Straight Medium”{
@FLORENCE changes eyebrows into Straight Medium
goto brows_1
}“Select a color.”{
goto browsColor_1
} “Looks good!”{
goto browsColor_1
}

label browsColor_01
@FLORENCE starts idle_loop
NARRATOR
What color should Florence’s eyebrows be?
choice
“Black Dark”{
@FLORENCE changes eyebrowsColor into Black Dark
goto browsColor_01
}“Black Jet”{
@FLORENCE changes eyebrowsColor into blackJet
goto browsColor_01
}“Deep Brown”{
@FLORENCE changes eyebrowsColor into Deep Brown
goto browsColor_01
}“Dark Brown”{
@FLORENCE changes eyebrowsColor into Dark Brown
goto browsColor_01
}“Chestnut Brown”{
@FLORENCE changes eyebrowsColor into Chestnut Brown
goto browsColor_01
}“Medium Warm Brown”{
@FLORENCE changes eyebrowsColor into Medium Warm Brown
goto browsColor_01
}“Light Brown”{
@FLORENCE changes eyebrowsColor into Light Brown
goto browsColor_01
}“Blonde Medium”{
@FLORENCE changes eyebrowsColor into Blonde Medium
goto browsColor_01
}“Dirty Blonde”{
@FLORENCE changes eyebrowsColor into Dirty Blonde
goto browsColor_01
}“Honey Blonde”{
@FLORENCE changes eyebrowsColor into Honey Blonde
goto browsColor_01
}“Platinum Blonde”{
@FLORENCE changes eyebrowsColor into Platinum Blonde
goto browsColor_01
}“Next Page >>”{
goto browsColor_2
}“Change eyebrow shape.”{
goto brows_1
}“Looks good!”{
goto avatar_1
}

label browsColor_2
@FLORENCE starts idle_loop
NARRATOR
What color should Florence’s eyebrows be?
choice
“Strawberry Blonde”{
@FLORENCE changes eyebrowsColor into Strawberry Blonde
goto browsColor_2
}“Gray”{
@FLORENCE changes eyebrowsColor into Gray
goto browsColor_2
}“Cool Gray”{
@FLORENCE changes eyebrowsColor into Cool Gray
goto browsColor_2
}“Warm White”{
@FLORENCE changes eyebrowsColor into Warm White
goto browsColor_2
}“Copper Red”{
@FLORENCE changes eyebrowsColor into Copper Red
goto browsColor_2
}“Ginger Red”{
@FLORENCE changes eyebrowsColor into Ginger Red
goto browsColor_2
}“Green Mint”{
@FLORENCE changes eyebrowsColor into Green Mint
goto browsColor_2
}“Pink Light”{
@FLORENCE changes eyebrowsColor into Pink Lt
goto browsColor_2
}“Purple Lilac”{
@FLORENCE changes eyebrowsColor into Purple Lilac
goto browsColor_2
}"<< Previous Page"{
goto browsColor_2
}“Change eyebrow shape.”{
goto brows_1
}“Looks good!”{
goto avatar_1
}

label face_1
@FLORENCE starts idle_loop
NARRATOR
What face shape would you like?
choice
“Diamond Long”{
@FLORENCE changes face into Diamond Long
goto face_1
}“Diamond”{
@FLORENCE changes face into Diamond
goto face_1
}“Heart Defined”{
@FLORENCE changes face into Heart Defined
goto face_1
}“Heart Mature”{
@FLORENCE changes face into Heart Mature
goto face_1
}“Heart Soft”{
@FLORENCE changes face into Heart Soft
goto face_1
}“Round Soft”{
@FLORENCE changes face into Round Soft
goto face_1
}“Square Mature”{
@FLORENCE changes face into Square Mature
goto face_1
}“Triangle Defined”{
@FLORENCE changes face into Triangle Defined
goto face_1
}“Looks good!”{
goto avatar_1
}

label eyes_1
@FLORENCE starts idle_loop
NARRATOR
What eye shape would you like?
choice
“Deepset Downturned” {
@FLORENCE changes eyes into Deepset Downturned
goto eyes_1
}“Deepset Mature” {
@FLORENCE changes eyes into Deepset Mature
goto eyes_1
}“Deepset Almond” {
@FLORENCE changes eyes into Deepset Almond
goto eyes_1
}“Sharp Almond” {
@FLORENCE changes eyes into Sharp Almond
goto eyes_1
}“Female Generic” {
@FLORENCE changes eyes into Female Generic
goto eyes_1
}“Monolid Slender” {
@FLORENCE changes eyes into Monolid Slender
goto eyes_1
}“Round Downturned Wide” {
@FLORENCE changes eyes into Round Downturned Wide
goto eyes_1
}“Round Medium” {
@FLORENCE changes eyes into Round Medium
goto eyes_1
}“Select a color.”{
goto eyesColor_1
}“Looks good!”{
goto avatar_1
}

label eyesColor_1
@FLORENCE starts idle_loop
NARRATOR
What color should Florence’s eyes be?
choice
“Brown Black” {
@FLORENCE changes eyesColor into Brown Black
goto eyesColor_1
}“Brown Dark” {
@FLORENCE changes eyesColor into Brown Dark
goto eyesColor_1
}“Brown Light” {
@FLORENCE changes eyesColor into Brown Light
goto eyesColor_1
}“Grey Cool” {
@FLORENCE changes eyesColor into Grey Cool
goto eyesColor_1
}“Blue Deep” {
@FLORENCE changes eyesColor into Blue Deep
goto eyesColor_1
}“Blue Aqua” {
@FLORENCE changes eyesColor into Blue Aqua
goto eyesColor_1
}“Hazel” {
@FLORENCE changes eyesColor into Hazel
goto eyesColor_1
}“Green Emerald” {
@FLORENCE changes eyesColor into Green Emerald
goto eyesColor_1
}“Red” {
@FLORENCE changes eyesColor into Red
goto eyesColor_1
}“Violet” {
@FLORENCE changes eyesColor into Violet
goto eyesColor_1
}“Change eye shape.”{
goto eyes_1
}“Looks good!”{
goto avatar_1
}

label mouth_1
@FLORENCE starts idle_loop
NARRATOR
What mouth shape would you like?
choice
“Full Heart Pouty” {
@FLORENCE changes mouth into Full Heart Pouty
goto mouth_1
}“Medium Heart Natural” {
@FLORENCE changes mouth into Medium Heart Natural
goto mouth_1
}“Medium Thin” {
@FLORENCE changes mouth into Medium Thin
goto mouth_1
}“Thin Heart” {
@FLORENCE changes mouth into Thin Heart
goto mouth_1
}“Select color.”{
goto mouthColor_1
}“Looks good!”{
goto avatar_1
}

label mouthColor_1
NARRATOR
What color lips would you like?
choice
“Natural”{
goto mouthNatural0
}“Bright Colored”{
goto mouthMakeup1
}“Dark Colored”{
goto mouthMakeupDark1
}“Change lip shape.”{
goto mouth_1
}“This looks good!”{
goto avatar_1
}

label mouthNatural6
NARRATOR
What natural lip color would you like?
choice
“Fair Rose Matte” {
@FLORENCE changes mouthColor into Fair Rose Matte
goto mouthNatural6
}“Fair Neutral Matte” {
@FLORENCE changes mouthColor into Fair Neutral Matte
goto mouthNatural6
}“Beige Light Gold Matte” {
@FLORENCE changes mouthColor into Beige Light Gold Matte
goto mouthNatural6
}“Fair Gold Matte” {
@FLORENCE changes mouthColor into Fair Gold Matte
goto mouthNatural6
}“Beige Rose” {
@FLORENCE changes mouthColor into Beige Rose
goto mouthNatural6
}“Beige Gold Matte” {
@FLORENCE changes mouthColor into Beige Gold Matte
goto mouthNatural6
}“Beige Deep Neutral” {
@FLORENCE changes mouthColor into Beige Deep Neutral
goto mouthNatural6
}“Next Page >>”{
goto mouthNatural7
}“Try other colors.”{
goto mouthColor_1
}“Change lip shape.”{
goto mouth_1
}“Looks good!”{
goto avatar_1
}

label mouthNatural7
NARRATOR
What natural lip color would you like?
choice
“Tan Deep Gold” {
@FLORENCE changes mouthColor into Tan Deep Gold
goto mouthNatural1
}“Tan Deep Neutral” {
@FLORENCE changes mouthColor into Tan Deep Neutral
goto mouthNatural1
}“Brown Gold” {
@FLORENCE changes mouthColor into Brown Gold
goto mouthNatural1
}“Brown Neutral” {
@FLORENCE changes mouthColor into Brown Neutral
goto mouthNatural1
}“Brown Deep Rose” {
@FLORENCE changes mouthColor into Brown Deep Rose
goto mouthNatural1
}“Brown Deep Gold” {
@FLORENCE changes mouthColor into Brown Deep Gold
goto mouthNatural1
}"<< Previous Page"{
goto mouthNatural0
}“Try other colors.”{
goto mouthColor_1
}“Change lip shape.”{
goto mouth_1
}“Looks good!”{
goto avatar_1
}

label mouthMakeup6
NARRATOR
What lip color would you like?
choice
“Pink Peach Light Gloss” {
@FLORENCE changes mouthColor into Pink Peach Light Gloss
goto mouthMakeup6
}“Pink Peach Lt Gloss” {
@FLORENCE changes mouthColor into Pink Peach Lt Gloss
goto mouthMakeup6
}“Pink Peach Light Matte” {
@FLORENCE changes mouthColor into Pink Peach Light Matte
goto mouthMakeup6
}“Peach Gloss” {
@FLORENCE changes mouthColor into Peach Gloss
goto mouthMakeup6
}“Peach Matte” {
@FLORENCE changes mouthColor into Peach Matte
goto mouthMakeup6
}“Pink Beige Gloss” {
@FLORENCE changes mouthColor into Pink Beige Gloss
goto mouthMakeup6
}“Pink Beige Matte” {
@FLORENCE changes mouthColor into Pink Beige Matte
goto mouthMakeup6
}“Pink Medium Gloss” {
@FLORENCE changes mouthColor into Pink Medium Gloss
goto mouthMakeup6
}“Pink Medium Matte” {
@FLORENCE changes mouthColor into Pink Medium Matte
goto mouthMakeup6
}“Next Page >>”{
goto mouthMakeup7
}“Try other colors.”{
goto mouthColor_1
}“Change lip shape.”{
goto mouth_1
}“Looks good!”{
goto avatar_1
}

label mouthMakeup7
NARRATOR
What lip color would you like?
choice
“Pink Hot Gloss” {
@FLORENCE changes mouthColor into Pink Hot Gloss
goto mouthMakeup7
}“Pink Hot Matte” {
@FLORENCE changes mouthColor into Pink Hot Matte
goto mouthMakeup7
}“Pink Deep Gloss” {
@FLORENCE changes mouthColor into Pink Deep Gloss
goto mouthMakeup7
}“Pink Deep Matte” {
@FLORENCE changes mouthColor into Pink Deep Matte
goto mouthMakeup7
}“Purple Pastel Gloss” {
@FLORENCE changes mouthColor into Purple Pastel Gloss
goto mouthMakeup7
}“Purple Pastel Matte” {
@FLORENCE changes mouthColor into Purple Pastel Matte
goto mouthMakeup7
}“Pink Warm Gloss” {
@FLORENCE changes mouthColor into Pink Warm Gloss
goto mouthMakeup7
}“Pink Warm Matte” {
@FLORENCE changes mouthColor into Pink Warm Matte
goto mouthMakeup7
}"<< Previous Page"{
goto mouthMakeup6
}“Try other colors.”{
goto mouthColor_1
}“Change lip shape.”{
goto mouth_1
}“Looks good!”{
goto avatar_1
}

label mouthMakeupDark6
NARRATOR
What lip color would you like?
choice
“Red Gloss”{
@FLORENCE changes mouthColor into Red Gloss
goto mouthMakeupDark6
}“Red Matte”{
@FLORENCE changes mouthColor into Red Matte
goto mouthMakeupDark6
}“Rose Gloss”{
@FLORENCE changes mouthColor into Rose Gloss
goto mouthMakeupDark6
}“Rose Matte”{
@FLORENCE changes mouthColor into Rose Matte
goto mouthMakeupDark6
}“Red Deep Gloss”{
@FLORENCE changes mouthColor into Red Deep Gloss
goto mouthMakeupDark6
}“Red Deep Matte”{
@FLORENCE changes mouthColor into Red Deep Matte
goto mouthMakeupDark6
}“Violet Gloss”{
@FLORENCE changes mouthColor into Violet Gloss
goto mouthMakeupDark6
}“Violet Matte”{
@FLORENCE changes mouthColor into Violet Matte
goto mouthMakeupDark6
}“Next Page >>”{
goto mouthMakeupDark7
}“Try other colors.”{
goto mouthColor_1
}“Change lip shape.”{
goto mouth_1
}“Looks good!”{
goto avatar_1
}

label mouthMakeupDark7
NARRATOR
What lip color would you like?
choice
“Mauve Gloss”{
@FLORENCE changes mouthColor into Mauve Gloss
goto mouthMakeupDark7
}“Mauve Matte”{
@FLORENCE changes mouthColor into Mauve Matte
goto mouthMakeupDark7
}“Plum Gloss”{
@FLORENCE changes mouthColor into Plum Gloss
goto mouthMakeupDark7
}“Plum Matte”{
@FLORENCE changes mouthColor into Plum Matte
goto mouthMakeupDark7
}“Black Gloss”{
@FLORENCE changes mouthColor into Black Gloss
goto mouthMakeupDark7
}“Black Matte”{
@FLORENCE changes mouthColor into Black Matte
goto mouthMakeupDark7
}"<< Previous Page"{
goto mouthMakeupDark7
}“Try other colors.”{
goto mouthColor_1
}“Change lip shape.”{
goto mouth_1
}“Looks good!”{
goto avatar_1
}

label hair_1
@FLORENCE starts admire_happy
NARRATOR
Do you want to customize Florence’s hair? | bold | Note that if you do, your storyline will differ than if you don’t.
choice (FLORENCE_hijab) “Yes. Do not wear the hijab.” {

goto hair_1000

} “No. Wear the hijab.” {

goto avatar_1

}

label hair_1000
@FLORENCE changes into FLORENCE_normal_without_hijab
@FLORENCE is idle
NARRATOR
You may choose now your hairstyle.
choice
“Short Hair Styles”{
goto hairshort1
}“Mid-length Hair Styles”{
goto hairMedium1
}“Long Hair Styles”{
goto hairLong1
}“Tied-Up Hair Styles”{
goto hairUp1
}“Change Color.”{
goto hairColor_90
}“This looks good!”{
goto avatar_1
}

label hairshort1
NARRATOR
What short hair style would you like?
choice
“Short Curly Fade” {
@FLORENCE changes hair into Short Curly Fade
@FLORENCE starts primp_neutral
goto hairshort1
}“Short Pixie” {
@FLORENCE changes hair into Short Pixie
@FLORENCE starts primp_neutral
goto hairshort1
}“Punk Pixie” {
@FLORENCE changes hair into Punk Pixie
@FLORENCE starts primp_neutral
goto hairshort1
}“Classic Bob” {
@FLORENCE changes hair into Classic Bob
@FLORENCE starts primp_neutral
goto hairshort1
}“Short Wavy Hair Solid” {
@FLORENCE changes hair into Short Wavy Hair Solid
@FLORENCE starts primp_neutral
goto hairshort1
}“Curly Bob” {
@FLORENCE changes hair into Curly Bob
@FLORENCE starts primp_neutral
goto hairshort1
}“Blunt Bangs Short” {
@FLORENCE changes hair into Blunt Bangs Short
@FLORENCE starts primp_neutral
goto hairshort1
}“Long Faux Hawk Solid” {
@FLORENCE changes hair into Long Faux Hawk Solid
@FLORENCE starts primp_neutral
goto hairshort1
}“Change Length.”{
goto hair_1
}“Change Color.”{
goto hairColor_90
}“This looks good!”{
goto avatar_1
}

label hairMedium1
NARRATOR
What medium length hair style would you like?
choice
“Straight Medium”{
@FLORENCE changes hair into Straight Medium
@FLORENCE starts primp_neutral
goto hairMedium1
}“Short Wavy Ombre” {
@FLORENCE changes hair into Short Wavy Ombre
@FLORENCE starts primp_neutral
goto hairMedium1
}“Hair Flip” {
@FLORENCE changes hair into Hair Flip
@FLORENCE starts primp_neutral
goto hairMedium1
}“Medium Curly Solid”{
@FLORENCE changes hair into Medium Curly Solid
@FLORENCE starts primp_neutral
goto hairMedium1
}“Afro”{
@FLORENCE changes hair into Afro
@FLORENCE starts primp_neutral
goto hairMedium1
}“Medium Braided” {
@FLORENCE changes hair into Medium Braided
@FLORENCE starts primp_neutral
goto hairMedium1
}“Medium Dreadlocks” {
@FLORENCE changes hair into Medium Dreadlocks
@FLORENCE starts primp_neutral
goto hairMedium1
}“Change Length.”{
goto hair_1
}“Change Color.”{
goto hairColor_90
}“This looks good!”{
goto avatar_1
}

label hairLong1
NARRATOR
What long hairstyle would you like?
choice
“Beach Wave Hair” {
@FLORENCE changes hair into Beach Wave Hair
@FLORENCE starts primp_neutral
goto hairLong1
}“Long Feathered” {
@FLORENCE changes hair into Long Feathered
@FLORENCE starts primp_neutral
goto hairLong1
}“Long Straight Loose Solid” {
@FLORENCE changes hair into Long Straight Loose Solid
@FLORENCE starts primp_neutral
goto hairLong1
}“Long Straight Loose Bangs Blunt Solid” {
@FLORENCE changes hair into Long Straight Loose Bangs Blunt Solid
@FLORENCE starts primp_neutral
goto hairLong1
}“Long Straight Loose Bangs Sideswept Solid” {
@FLORENCE changes hair into Long Straight Loose Bangs Sideswept Solid
@FLORENCE starts primp_neutral
goto hairLong1
}“Long Braided” {
@FLORENCE changes hair into Long Braided
@FLORENCE starts primp_neutral
goto hairLong1
}“Long Dreadlocks” {
@FLORENCE changes hair into Long Dreadlocks
@FLORENCE starts primp_neutral
goto hairLong1
}“Change Length.”{
goto hair_1
}“Change Color.”{
goto hairColor_90
}“This looks good!”{
goto avatar_1
}

label hairUp1
NARRATOR
What tied-up style would you like?
choice
“Morning Updo” {
@FLORENCE changes hair into Morning Updo
@FLORENCE starts primp_neutral
goto hairUp1
}“Short High Ponytail” {
@FLORENCE changes hair into Short High Ponytail
@FLORENCE starts primp_neutral
goto hairUp1
}“Long High Ponytail” {
@FLORENCE changes hair into Long High Ponytail
@FLORENCE starts primp_neutral
goto hairUp1
}“Braided Bun” {
@FLORENCE changes hair into Braided Bun
@FLORENCE starts primp_neutral
goto hairUp1
}“Change Length.”{
goto hair_1
}“Change Color.”{
goto hairColor_90
}“This looks good!”{
goto avatar_1
}

label hairColor_90
@FLORENCE starts idle_loop
NARRATOR
What hair color would you like?
choice
“Black Dark” {
@FLORENCE changes hairColor into Black Dark
goto hairColor_90
}“Black Jet” {
@FLORENCE changes hairColor into Black Jet
goto hairColor_90
}“Deep Brown” {
@FLORENCE changes hairColor into Deep Brown
goto hairColor_90
}“Dark Brown” {
@FLORENCE changes hairColor into Dark Brown
goto hairColor_90
}“Chestnut Brown” {
@FLORENCE changes hairColor into Chestnut Brown
goto hairColor_90
}“Medium Warm Brown” {
@FLORENCE changes hairColor into Medium Warm Brown
goto hairColor_90
}“Light Brown” {
@FLORENCE changes hairColor into Light Brown
goto hairColor_90
}“Next Page >>”{
goto hairColor_80
}“Change Style.”{
goto hair_1
}“Looks good!”{
goto avatar_1
}

label hairColor_80
@FLORENCE starts idle_loop
NARRATOR
What hair color would you like?
choice
“Yellow” {
@FLORENCE changes hairColor into Yellow
goto hairColor_80
}“Honey Blonde” {
@FLORENCE changes hairColor into Honey Blonde
goto hairColor_80
}“Blonde Medium” {
@FLORENCE changes hairColor into Blonde Medium
goto hairColor_80
}“Dirty Blonde” {
@FLORENCE changes hairColor into Dirty Blonde
goto hairColor_80
}“Ash Blonde” {
@FLORENCE changes hairColor into Ash Blonde
goto hairColor_80
}“Platinum Blonde” {
@FLORENCE changes hairColor into Platinum Blonde
goto hairColor_80
}“Warm White” {
@FLORENCE changes hairColor into Warm White
goto hairColor_80
}“Aqua Gray” {
@FLORENCE changes hairColor into Aqua Gray
goto hairColor_80
}“Cool Gray” {
@FLORENCE changes hairColor into Cool Gray
goto hairColor_80
}“Gray” {
@FLORENCE changes hairColor into Gray
goto hairColor_80
}“Next Page >>”{
goto hairColor_70
}"<< Previous Page"{
goto hairColor_90
}“Change Style.”{
goto hair_1
}“Looks good!”{
goto avatar_1
}

label hairColor_70
@FLORENCE starts idle_loop
NARRATOR
What hair color would you like?
choice
“Burgundy Red” {
@FLORENCE changes hairColor into Burgundy Red
goto hairColor_70
}“Copper Red” {
@FLORENCE changes hairColor into Copper Red
goto hairColor_70
}“Red” {
@FLORENCE changes hairColor into Red
goto hairColor_70
}“Ginger Red” {
@FLORENCE changes hairColor into Ginger Red
goto hairColor_70
}“Strawberry Blonde” {
@FLORENCE changes hairColor into Strawberry Blonde
goto hairColor_70
}“Orange” {
@FLORENCE changes hairColor into Orange
goto hairColor_70
}“Peach Blonde” {
@FLORENCE changes hairColor into Peach Blonde
goto hairColor_70
}“Next Page >>”{
goto hairColor_60
}"<< Previous Page"{
goto hairColor_80
}“Change Style.”{
goto hair_1
}“Looks good!”{
goto avatar_1
}

label hairColor_60
@FLORENCE starts idle_loop
NARRATOR
What hair color would you like?
choice
“Grievance Green” {
@FLORENCE changes hairColor into Grievance Green
goto hairColor_60
}“Aqua Green” {
@FLORENCE changes hairColor into Aqua Green
goto hairColor_60
}“Green Mint” {
@FLORENCE changes hairColor into Green Mint
goto hairColor_60
}“Yellow Green” {
@FLORENCE changes hairColor into Yellow Green
goto hairColor_60
}“Blue Black” {
@FLORENCE changes hairColor into Blue Black
goto hairColor_60
}“Blue” {
@FLORENCE changes hairColor into Blue
goto hairColor_60
}“Aqua Blue” {
@FLORENCE changes hairColor into Aqua Blue
goto hairColor_60
}“Cornflower Blue” {
@FLORENCE changes hairColor into Cornflower Blue
goto hairColor_60
}“Next Page >>”{
goto hairColor_50
}"<< Previous Page"{
goto hairColor_70
}“Change Style.”{
goto hair_1
}“Looks good!”{
goto avatar_1
}

label hairColor_50
@FLORENCE starts idle_loop
NARRATOR
What hair color would you like?
choice
"Plum " {
@FLORENCE changes hairColor into Plum
goto hairColor_50
}"Purple " {
@FLORENCE changes hairColor into Purple
goto hairColor_50
}"Red Purple " {
@FLORENCE changes hairColor into Red Purple
goto hairColor_50
}“Purple Lilac” {
@FLORENCE changes hairColor into Purple Lilac
goto hairColor_50
}“Pop Pink " {
@FLORENCE changes hairColor into Pop Pink
goto hairColor_50
}“Hot Pink " {
@FLORENCE changes hairColor into Hot Pink
goto hairColor_50
}“Pink Light” {
@FLORENCE changes hairColor into Pink Lt
goto hairColor_50
}”<< Previous Page”{
goto hairColor_60
}“Change Style.”{
goto hair_1
}“Looks good!”{
goto avatar_1
}

label nose_1
@FLORENCE starts idle_loop
NARRATOR
What nose would you like?
choice
“Defined Natural” {
@FLORENCE changes nose into Defined Natural
goto nose_1
}“Grecian Soft” {
@FLORENCE changes nose into Grecian Soft
goto nose_1
}“Round Broad” {
@FLORENCE changes nose into Round Broad
goto nose_1
}“Round Button” {
@FLORENCE changes nose into Round Button
goto nose_1
}“Round Button Upturned” {
@FLORENCE changes nose into Round Button Upturned
goto nose_1
}“Round Downturned” {
@FLORENCE changes nose into Round Downturned
goto nose_1
}"Round Flared Upturned " {
@FLORENCE changes nose into Round Flared Upturned
goto nose_1
}“Looks good!”{
goto avatar_1
}

label avatar_end_1

    NARRATOR
Are you sure this is the look for Florence?

choice
“Yes, she looks perfect!”{
goto Florence_start
} “No, I have to change something.”{
goto avatar_1
}
#}

label Florence_start
@zoom reset
@FLORENCE is dustoff_neutral_loop
@FLORENCE changes into FLORENCE_default

@transition fade out black
INT. OFFICE BEDROOM - DAY
@JOSH stands screen center in zone 3
@pan to zone 3 in 3

    JOSH (callout_neutral)
I'm coming, | italic , bold | sister |reset, no-space|!

@zoom on 784 274 to 185% in 0
@JOSH is idle
label avatar_03
@JOSH is idle
NARRATOR
Here’s your only chance of customizing Josh. Little tip: Make him handsome. :wink:
choice
“Skin Color” {
goto bodyColor_3
} “Hair” {
goto hair3
} “Face Shape” {
goto face3
} “Eyebrows” {
goto eyebrows3
} “Eyes” {
goto eyes3
} “Nose” {
goto nose3
} “Mouth” {
goto mouth3
} “This is perfect!” {
goto male_avatar_03
}
label bodyColor_3
NARRATOR
Choose his skin color.
choice
“Neutral 02”{
@JOSH changes bodyColor into Neutral 02
goto bodyColor_3
}“Neutral 01”{
@JOSH changes bodyColor into Neutral 01
goto bodyColor_3
}“Rose 01”{
@JOSH changes bodyColor into Rose 01
goto bodyColor_3
}“Rose 03”{
@JOSH changes bodyColor into Rose 03
goto bodyColor_3
}“Gold 02”{
@JOSH changes bodyColor into Gold 02
goto bodyColor_3
}“Rose 02”{
@JOSH changes bodyColor into Rose 02
goto bodyColor_3
}“Gold 01”{
@JOSH changes bodyColor into Gold 01
goto bodyColor_3
}“Copper 00”{
@JOSH changes bodyColor into Copper 00
goto bodyColor_3
}“This looks good!”{
@JOSH starts idle_happy_loop
goto avatar_03
}

label face3
NARRATOR
Choose his face shape.
choice
“Soft Diamond” {
@JOSH changes face into Diamond Soft
goto face3
}
“Defined Diamond” {
@JOSH changes face into Diamond Defined
goto face3
}
“Generic” {
@JOSH changes face into Male Generic
goto face3
}
“Round” {
@JOSH changes face into Round Soft
goto face3
}
“Square Jaw” {
@JOSH changes face into Square Jaw
goto face3
}
“Triangle” {
@JOSH changes face into Triangle Chiseled
goto face3
}
“Mature Square” {
@JOSH changes face into Square Jaw Mature
goto face3
}
“Broad Cheeks” {
@JOSH changes face into Round Broad Cheeks
goto face3
}
“Done”{
goto avatar_03
}
label eyes3
NARRATOR
Choose his eyes.
choice
“Downturned” {
@JOSH changes eyes into Deepset Downturned
goto eyes3
}
“Deepset Heavy” {
@JOSH changes eyes into Deepset Heavy Lid
goto eyes3
}
“Deep Sunken” {
@JOSH changes eyes into Male Deep Sunken
goto eyes3
}
“Generic” {
@JOSH changes eyes into Male Generic
goto eyes3
}
“Slender” {
@JOSH changes eyes into Monolid Slender
goto eyes3
}
“Oval” {
@JOSH changes eyes into Oval Wide
goto eyes3
}
“Sloping” {
@JOSH changes eyes into Sloping Heavy Lid
goto eyes3
}
“Mature” {
@JOSH changes eyes into Deepset Sloping Mature
goto eyes3
}
“Eye Color” {
goto eyecolor3
}
“Done”{
goto avatar_03
}
label eyecolor3
NARRATOR
Choose his eye color.
choice
“Aqua Blue” {
@JOSH changes eyesColor into Blue Aqua
goto eyecolor3
}
“Deep Blue” {
@JOSH changes eyesColor into Blue Deep
goto eyecolor3
}
“Light Brown” {
@JOSH changes eyesColor into Brown Light
goto eyecolor3
}
“Dark Brown” {
@JOSH changes eyesColor into Brown Dark
goto eyecolor3
}
“Black” {
@JOSH changes eyesColor into Brown Black
goto eyecolor3
}
“Next Page” {
goto eyecolor32
}
“Done”{
goto avatar_03
}
label eyecolor32
NARRATOR
Choose his eye color.
choice
“Green” {
@JOSH changes eyesColor into Green Emerald
goto eyecolor32
}
“Silver” {
@JOSH changes eyesColor into Grey Cool
goto eyecolor32
}
“Hazel” {
@JOSH changes eyesColor into Hazel
goto eyecolor32
}
“Red” {
@JOSH changes eyesColor into Red
goto eyecolor32
}
“Violet” {
@JOSH changes eyesColor into Violet
goto eyecolor32
}
“Previous Page” {
goto eyecolor3
}
“Done”{
goto avatar_03
}
label eyebrows3
NARRATOR
Choose his eyebrows.
choice
“Arched”{
@JOSH changes eyebrows into Arched Medium
goto eyebrows3
}“Generic”{
@JOSH changes eyebrows into Male Generic
goto eyebrows3
}“Round”{
@JOSH changes eyebrows into Round Medium
goto eyebrows3
}“Soft”{
@JOSH changes eyebrows into Round Soft
goto eyebrows3
}“Thick”{
@JOSH changes eyebrows into Round Thick
goto eyebrows3
}“Straight”{
@JOSH changes eyebrows into Straight Medium
goto eyebrows3
}“Bushy”{
@JOSH changes eyebrows into Arched Bushy
goto eyebrows3
}“Thin”{
@JOSH changes eyebrows into Round Thin
goto eyebrows3
} “Select Color” {
goto browscolor2
} “Done”{
goto avatar_03
}
label browscolor20
NARRATOR
Choose his eyebrow color.
choice
“Light Colors” {
goto lightbrowscolor20
} “Dark Colors” {
goto darkbrowscolor2
} “Dyed Colors” {
goto dyedbrowscolor2
} “Change Brow Shape” {
goto eyebrows3
}
label lightbrowscolor20
NARRATOR
Choose his eyebrow color.
choice
“Dirty Blonde” {
@JOSH changes eyebrowsColor into Dirty Blonde
goto lightbrowscolor20
} “Honey Blonde” {
@JOSH changes eyebrowsColor into Honey Blonde
goto lightbrowscolor20
} “Platinum Blonde” {
@JOSH changes eyebrowsColor into Platinum Blonde
goto lightbrowscolor20
} “Strawberry Blonde” {
@JOSH changes eyebrowsColor into Strawberry Blonde
goto lightbrowscolor20
} “Blonde Medium” {
@JOSH changes eyebrowsColor into Blonde Medium
goto lightbrowscolor20
} “Gray” {
@JOSH changes eyebrowsColor into Gray
goto lightbrowscolor20
} “Other Colors” {
goto browscolor20
} “Done” {
goto avatar_03
}
label darkbrowscolor2
NARRATOR
Choose his eyebrow color.
choice
“Chestnut Brown” {
@JOSH changes eyebrowsColor into Chestnut Brown
goto darkbrowscolor2
} “Dark Brown” {
@JOSH changes eyebrowsColor into Dark Brown
goto darkbrowscolor2
} “Deep Brown” {
@JOSH changes eyebrowsColor into Deep Brown
goto darkbrowscolor2
} “Light Brown” {
@JOSH changes eyebrowsColor into Light Brown
goto darkbrowscolor2
} “Dark Black” {
@JOSH changes eyebrowsColor into Black Dark
goto darkbrowscolor2
} “Jet Black” {
@JOSH changes eyebrowsColor into blackJet
goto darkbrowscolor2
} “Other Colors” {
goto browscolor2
} “Done” {
goto avatar_03
}
label dyedbrowscolor2
NARRATOR
Choose his eyebrow color.
choice
“Light Pink” {
@JOSH changes eyebrowsColor into Pink Lt
goto dyedbrowscolor2
} “Lavender” {
@JOSH changes eyebrowsColor into Purple Lilac
goto dyedbrowscolor2
} “Mint” {
@JOSH changes eyebrowsColor into Green Mint
goto dyedbrowscolor2
} “Ginger Red” {
@JOSH changes eyebrowsColor into Ginger Red
goto dyedbrowscolor2
} “Copper Red” {
@JOSH changes eyebrowsColor into Copper Red
goto dyedbrowscolor2
} “White” {
@JOSH changes eyebrowsColor into White
goto dyedbrowscolor2
} “Other Colors” {
goto browscolor2
} “Done” {
goto avatar_03
}
label nose3
NARRATOR
Choose his nose.
choice
“Button Wide” {
@JOSH changes nose into Button Wide
goto nose3
}
“Button Round” {
@JOSH changes nose into Button Round
goto nose3
}
“Narrow” {
@JOSH changes nose into Grecian Narrow
goto nose3
}
“Hooked”{
@JOSH changes nose into Hooked Grecian
goto nose3
}
“Generic” {
@JOSH changes nose into Male Generic
goto nose3
}
“Round” {
@JOSH changes nose into Round Wide
goto nose3
}
“Grecian” {
@JOSH changes nose into Grecian Round
goto nose3
}
“Straight” {
@JOSH changes nose into Straight Narrow
goto nose3
}
“Bulbous” {
@JOSH changes nose into Bulbous Downturned
goto nose3
}
“Done”{
goto avatar_03
}
label mouth3
NARRATOR
Choose his mouth shape.
choice
“Classic” {
@JOSH changes mouth into Medium Straight Natural
goto mouth3
}“Thin” {
@JOSH changes mouth into Thin Heart
goto mouth3
}“Small” {
@JOSH changes mouth into Small Heart
goto mouth3
}“Medium” {
@JOSH changes mouth into Medium Heart
goto mouth3
}“Full” {
@JOSH changes mouth into Full Heart Natural
goto mouth3
}“Large” {
@JOSH changes mouth into Full Heart Large
goto mouth3
} “Lip Color” {
goto lipColor2
}“Done”{
goto avatar_03
}
label lipColor2
NARRATOR
Choose his lip color.
choice
“Fair Rose” {
@JOSH changes mouthColor into Fair Rose Matte
goto lipColor2
} “Fair Neutral” {
@JOSH changes mouthColor into Fair Neutral Matte
goto lipColor2
} “Fair Gold” {
@JOSH changes mouthColor into Fair Gold Matte
goto lipColor2
} “Beige Light Gold” {
@JOSH changes mouthColor into Beige Light Gold Matte
goto lipColor2
} “Beige Gold” {
@JOSH changes mouthColor into Beige Gold Matte
goto lipColor2
} “Beige Rose” {
@JOSH changes mouthColor into Beige Rose
goto lipColor2
} “Next Page” {
goto lipColor22
} “Done” {
goto avatar_03
}
label lipColor22
NARRATOR
Choose his lip color.
choice
“Beige Deep Neutral” {
@JOSH changes mouthColor into Beige Deep Neutral
goto lipColor22
} “Tan Deep Neutral” {
@JOSH changes mouthColor into Tan Deep Neutral
goto lipColor22
} “Brown Neutral” {
@JOSH changes mouthColor into Brown Neutral
goto lipColor22
} “Brown Gold” {
@JOSH changes mouthColor into Brown Gold
goto lipColor22
} “Brown Deep Gold” {
@JOSH changes mouthColor into Brown Deep Gold
goto lipColor22
} “Brown Deep Rose” {
@JOSH changes mouthColor into Brown Deep Rose
goto lipColor22
} “Previous Page” {
goto lipColor2
} “Done” {
goto avatar_03
}
label hair3
NARRATOR
Choose his hairstyle.
choice
“Generic Short” {
@JOSH changes hair into Generic Short
goto hair3
} “Curly Mohawk” {
@JOSH changes hair into Curly Mohawk
goto hair3
} “Manbun” {
@JOSH changes hair into Manbun
goto hair3
} “Short Fade” {
@JOSH changes hair into Short Curly Fade
goto hair3
} “Twist Hair” {
@JOSH changes hair into Short Twists
goto hair3
} “Slicked Back” {
@JOSH changes hair into Slicked Back Solid
goto hair3
} “Afro” {
@JOSH changes hair into Afro
goto hair3
}“Next Page” {
goto hair32
} “Select Color” {
goto haircolor2
} “Done” {
goto avatar_03
}
label hair32
NARRATOR
Choose his hairstyle.
choice
“Messy Curls” {
@JOSH changes hair into Short Messy Curls
goto hair32
} “Shaggy” {
@JOSH changes hair into Short Shaggy
goto hair32
} “Wavy Messy” {
@JOSH changes hair into Wavy Messy
goto hair32
} “Pompadour” {
@JOSH changes hair into Wavy Quiff
goto hair32
} “Medium Dreadlocks” {
@JOSH changes hair into Medium Dreadlocks
goto hair32
} “Long Dreadlocks” {
@JOSH changes hair into Long Dreadlocks
goto hair32
} “Long Braided” {
@JOSH changes hair into Long Braided
goto hair32
}“Previous Page” {
goto hair3
} “Select Color” {
goto haircolor2
} “Done” {
goto avatar_03
}
label haircolor2
NARRATOR
Choose his hair color
choice
“Dark” {
goto boy_hairDark2
}“Light” {
goto boy_hairLight2
}“Dyed” {
goto boy_hairDye2
} “Change Hair Style” {
goto hair3
}
label boy_hairDark2
NARRATOR
Choose his hair color.
choice
“Light Brown” {
@JOSH changes hairColor into Light Brown
goto boy_hairDark2
}“Chestnut Brown”{
@JOSH changes hairColor into Chestnut Brown
goto boy_hairDark2
}“Dark Brown”{
@JOSH changes hairColor into Dark Brown
goto boy_hairDark2
}“Deep Brown” {
@JOSH changes hairColor into Deep Brown
goto boy_hairDark2
}“Burgundy” {
@JOSH changes hairColor into Burgundy Red
goto boy_hairDark2
}“Dark Black” {
@JOSH changes hairColor into Black Dark
goto boy_hairDark2
}“Jet Black” {
@JOSH changes hairColor into Black Jet
goto boy_hairDark2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label boy_hairLight2
NARRATOR
Choose his hair color.
choice
“Platinum Blonde” {
@JOSH changes hairColor into Platinum Blonde
goto boy_hairLight2
}“Dirty Blonde” {
@JOSH changes hairColor into Dirty Blonde
goto boy_hairLight2
}“Honey Blond” {
@JOSH changes hairColor into Honey Blonde
goto boy_hairLight2
}“Strawberry Blond” {
@JOSH changes hairColor into Strawberry Blonde
goto boy_hairLight2
}“Blonde Medium” {
@JOSH changes hairColor into Blonde Medium
goto boy_hairLight2
}“Gray” {
@JOSH changes hairColor into Gray
goto boy_hairLight2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label boy_hairDye2
NARRATOR
Choose his hair color.
choice
“Pink” {
goto BOYhairDye_Pink2
}“Purple” {
goto BOYhairDye_Purple2
}“Blue” {
goto BOYhairDye_Blue2
}“Green/Yellow” {
goto BOYhairDye_Green2
}“Red/Orange” {
goto BOYhairDye_Red2
}“White/Gray” {
goto BOYhairDye_Gray2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label BOYhairDye_Pink2
NARRATOR
Choose his hair color.
choice
“Hot Pink” {
@JOSH changes hairColor into Hot Pink
goto BOYhairDye_Pink2
} “Light Pink” {
@JOSH changes hairColor into Pink Lt
goto BOYhairDye_Pink2
} “Peach” {
@JOSH changes hairColor into Peach Blonde
goto BOYhairDye_Pink2
} “Rose Gold” {
@JOSH changes hairColor into Rose Gold
goto BOYhairDye_Pink2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label BOYhairDye_Purple2
NARRATOR
Choose his hair color.
choice
“Purple” {
@JOSH changes hairColor into Red Purple
goto BOYhairDye_Purple2
} “Lavender” {
@JOSH changes hairColor into Purple Lilac
goto BOYhairDye_Purple2
} “Plum” {
@JOSH changes hairColor into Plum
goto BOYhairDye_Purple2
} “Dark Purple” {
@JOSH changes hairColor into Purple
goto BOYhairDye_Purple2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label BOYhairDye_Blue2
NARRATOR
Choose his hair color.
choice
“Blue” {
@JOSH changes hairColor into Blue
goto BOYhairDye_Blue2
} “Light Blue” {
@JOSH changes hairColor into Cornflower Blue
goto BOYhairDye_Blue2
} “Aqua Blue” {
@JOSH changes hairColor into Aqua Blue
goto BOYhairDye_Blue2
} “Dark Blue” {
@JOSH changes hairColor into Blue Black
goto BOYhairDye_Blue2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label BOYhairDye_Green2
NARRATOR
Choose his hair color.
choice
“Yellow” {
@JOSH changes hairColor into Yellow
goto BOYhairDye_Green2
} “Green” {
@JOSH changes hairColor into Green
goto BOYhairDye_Green2
} “Lime Green” {
@JOSH changes hairColor into Yellow Green
goto BOYhairDye_Green2
} “Mint” {
@JOSH changes hairColor into Mint
goto BOYhairDye_Green2
} “Aqua Green” {
@JOSH changes hairColor into Aqua Green
goto BOYhairDye_Green2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label BOYhairDye_Red2
NARRATOR
Choose his hair color.
choice
“Orange” {
@JOSH changes hairColor into Orange
goto BOYhairDye_Red2
} “Red” {
@JOSH changes hairColor into Red
goto BOYhairDye_Red2
} “Copper Red” {
@JOSH changes hairColor into Copper Red
goto BOYhairDye_Red2
} “Ginger Red” {
@JOSH changes hairColor into Ginger Red
goto BOYhairDye_Red2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}
label BOYhairDye_Gray2
NARRATOR
Choose his hair color.
choice
“White” {
@JOSH changes hairColor into Warm White
goto BOYhairDye_Gray2
} “Gray” {
@JOSH changes hairColor into Cool Gray
goto BOYhairDye_Gray2
} “Light Gray” {
@JOSH changes hairColor into Aqua Gray
goto BOYhairDye_Gray2
}“Back to Hair Dye” {
goto boy_hairDye2
}“Different Colors”{
goto haircolor2
}“Done”{
goto avatar_03
}

label male_avatar_03

    NARRATOR
Are you sure this is the look for Josh?

choice
“Yes, he looks perfect!”{
goto Josh_start
} “No, I have to change something.”{
goto avatar_03
}
#}

label Josh_start
@zoom reset
@JOSH is dustoff_neutral_loop
@JOSH changes into JOSH_default

@transition fade out black

They are 4 characters, as you may see: Tory (a girl), Zander (a boy), Florence (a girl) and Josh (a boy). :wink:

alright give me a moment XX

1 Like

one thing though can you explain one more time what you exaclty want to do ? I hear something about twins do you want to have a special twins CC code? what I mean? picture Tory and Florence as twins? alright got it? now do you want it to be that if the reader chooses pink hair for Tory that florence will get pink hair aswell?

1 Like

look at @Dara.Amarie 's thread for this. She has one for twins

CUSTOMIZATION TEMPLATES

No no, I don’t want to do anything like twins. The four are just friends, no family related. I wanted to let the readers be able to customize each one of them, that’s all :wink:

Use the templates here:

Thank you so much Dara! I’ll be trying this weekend and then I’ll tell you how it went. :gift_heart:

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