your welcome
just remember to put the from and to
ok, so I tried the line of code that you gave me, and it still says the same thing even when I put from and to
@REX enters from left to screen left in zone 2 AND REX faces right
@MR HOFFMAN enters from left to upscreen left in zone 2 AND MR HOFFMAN faces right
@PRINCIPAL TREVINO enters from left to screen right in zone 2 AND PRINCIPAL TREVINO faces right
&PRINCIPAL TREVINO faces left
try this one? Because it seems right so I don’t know if this one is wrong then try asking @JemU776
My character is working out and punches a punching bag. I’ve really tried to make the bag looking like it’s swings back and forth, but without success. Anyone who can help?
@cut to zone 2
@REX enters from left to screen left
@MR HOFFMAN enters from left to upscreen left
@PRINCIPAL TREVINO enters from left to screen right
I recommend for you to check out:
Read over it all very carefully. And note that you will need to use rotation for the overlay and if you want it swing back and forth many times you’ll need to loop it.
Here’s an example of an overlay being rotated (swaying) back and forth:
How do I keep the choice without there being an error?:
NARRATOR
Do you want to customize the deities?
choice
“Yes”{
}“No”{
label boy_custom3
@SOLIS stands screen center and SOLIS faces right and SOLIS starts idle
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin3
} “Hair” {
goto boy_hair3
} “Eyes” {
goto boy_eyes3
} “Eyebrows” {
goto boy_brows3
} “Face Shape”{
goto boy_face3
} “Nose” {
goto boy_nose3
} “Mouth” {
goto boy_mouth3
} “This is perfect!” {
goto boy_end3
}
label boy_skin3
NARRATOR
Skin tones.
choice
“Light Skin Colors”{
goto boy_skincolor_light3
}“Medium Skin Colors”{
goto boy_skincolor_medium3
}“Dark Skin Colors”{
goto boy_skincolor_dark3
}
label boy_skincolor_light3
NARRATOR
Light skin tones.
choice [shouldPaginate: YES]
“Dune” {
@SOLIS changes bodyColor into Dune
goto boy_skincolor_light3
} “Porcelain” {
@SOLIS changes bodyColor into Porcelain
goto boy_skincolor_light3
} “Peach” {
@SOLIS changes bodyColor into Peach
goto boy_skincolor_light3
} “Fair” {
@SOLIS changes bodyColor into Fair
goto boy_skincolor_light3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Light”{
@SOLIS changes bodyColor into Light
goto boy_skincolor_light3
} “Light Ocre” {
@SOLIS changes bodyColor into Light Ocre
goto boy_skincolor_light3
} “Beige” {
@SOLIS changes bodyColor into Beige
goto boy_skincolor_light3
} “Ivory” {
@SOLIS changes bodyColor into Ivory
goto boy_skincolor_light3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
label boy_skincolor_medium3
NARRATOR
Medium skin tones.
choice [shouldPaginate: YES]
“Olive” {
@SOLIS changes bodyColor into Olive
goto boy_skincolor_medium3
} “Tan” {
@SOLIS changes bodyColor into Tan
goto boy_skincolor_medium3
} “Taupe” {
@SOLIS changes bodyColor into Taupe
goto boy_skincolor_medium3
} “Caramel” {
@SOLIS changes bodyColor into Caramel
goto boy_skincolor_medium3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Honey” {
@SOLIS changes bodyColor into Honey
goto boy_skincolor_medium3
} “Toffee” {
@SOLIS changes bodyColor into Toffee
goto boy_skincolor_medium3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
label boy_skincolor_dark3
NARRATOR
Dark skin tones.
choice [shouldPaginate: YES]
“Umber” {
@SOLIS changes bodyColor into Umber
goto boy_skincolor_dark3
} “Rosewood” {
@SOLIS changes bodyColor into Rosewood
goto boy_skincolor_dark3
} “Mocha” {
@SOLIS changes bodyColor into Mocha
goto boy_skincolor_dark3
} “Walnut” {
@SOLIS changes bodyColor into Walnut
goto boy_skincolor_dark3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Dark” {
@SOLIS changes bodyColor into Dark
goto boy_skincolor_dark3
} “Sable” {
@SOLIS changes bodyColor into Sable
goto boy_skincolor_dark3
} “Chestnut” {
@SOLIS changes bodyColor into Chestnut
goto boy_skincolor_dark3
} “Done”{
goto boy_custom3
} “Try Other Colors”{
goto boy_skin3
}
label boy_brows3
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Straight Bold”{
@SOLIS changes eyebrows into Straight Bold
goto boy_brows3
}“Thick Arch”{
@SOLIS changes eyebrows into Thick Arch
goto boy_brows3
}“Thick Straight”{
@SOLIS changes eyebrows into Thick Straight
goto boy_brows3
}“Medium Sharp”{
@SOLIS changes eyebrows into Medium Sharp
goto boy_brows3
}“Thick Tapered”{
@SOLIS changes eyebrows into Thick Tapered
goto boy_brows3
} “Done”{
goto boy_custom3
}
“Thin Arch”{
@SOLIS changes eyebrows into Thin Arch
goto boy_brows3
}“Thick Athletic”{
@SOLIS changes eyebrows into Thick Arch Athletic
goto boy_brows3
}“Thick Round”{
@SOLIS changes eyebrows into Thick Round
goto boy_brows3
}“Bold Arch”{
@SOLIS changes eyebrows into Bold Arch
goto boy_brows3
}“Bushy Wide”{
@SOLIS changes eyebrows into Bushy wide
goto boy_brows3
} “Done”{
goto boy_custom3
}
label boy_face3
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Athletic” {
@SOLIS changes face into Athletic Square Jaw
goto boy_face3
} “Stubble” {
@SOLIS changes face into Chiseled Square
goto boy_face3
} “Defined Triangle” {
@SOLIS changes face into Defined Triangle
goto boy_face3
} “Diamond” {
@SOLIS changes face into Diamond
goto boy_face3
} “Square Jaw” {
@SOLIS changes face into Square Jaw
goto boy_face3
} “Done”{
goto boy_custom3
}
“Thin Stubble” {
@SOLIS changes face into Sculpted Oblong
goto boy_face3
} “Soft Triangle” {
@SOLIS changes face into Cade
goto boy_face3
} “Chiseled” {
@SOLIS changes face into Chiseled Oval
goto boy_face3
} “Mature Round” {
@SOLIS changes face into Mature Round
goto boy_face3
} “Mature Mustache” {
@SOLIS changes face into Mature Square
goto boy_face3
} “Done”{
goto boy_custom3
}
label boy_eyes3
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Piercing” {
@SOLIS changes eyes into Deepset Piercing
goto boy_eyes3
} “Deepset Sloping” {
@SOLIS changes eyes into Deepset Sloping
goto boy_eyes3
} “Deepset Gentle” {
@SOLIS changes eyes into Deepset Gentle
goto boy_eyes3
} “Stoic Almond” {
@SOLIS changes eyes into Stoic Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Classic Round” {
@SOLIS changes eyes into Classic Round
goto boy_eyes3
} “Classic Almond” {
@SOLIS changes eyes into Classic Almond
goto boy_eyes3
} “Innocent Round” {
@SOLIS changes eyes into Innocent Round
goto boy_eyes3
} “Sloping Smolder” {
@SOLIS changes eyes into Sloping Smolder
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Sloping Innocent” {
@SOLIS changes eyes into Sloping Innocent
goto boy_eyes3
} “Narrow Gentle” {
@SOLIS changes eyes into Narrow Gentle
goto boy_eyes3
} “Gentle Almond” {
@SOLIS changes eyes into Gentle Almond
goto boy_eyes3
} “Piercing Almond” {
@SOLIS changes eyes into Piercing Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Round Piercing” {
@SOLIS changes eyes into Round Piercing
goto boy_eyes3
} “Round Gentle” {
@SOLIS changes eyes into Round Gentle
goto boy_eyes3
} “Athletic Round” {
@SOLIS changes eyes into Athletic Round
goto boy_eyes3
} “Mature Almond” {
@SOLIS changes eyes into Mature Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
label boy_eyecolor3
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@SOLIS changes eyesColor into Black
goto boy_eyecolor3
} “Blue” {
@SOLIS changes eyesColor into Blue
goto boy_eyecolor3
} “Brown” {
@SOLIS changes eyesColor into Brown
goto boy_eyecolor3
} “Green” {
@SOLIS changes eyesColor into Green
goto boy_eyecolor3
} “Purple” {
@SOLIS changes eyesColor into Purple
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“White” {
@SOLIS changes eyesColor into White
goto boy_eyecolor3
} “Auburn” {
@SOLIS changes eyesColor into Auburn
goto boy_eyecolor3
} “Hickory” {
@SOLIS changes eyesColor into Hickory
goto boy_eyecolor3
} “Pine” {
@SOLIS changes eyesColor into Pine
goto boy_eyecolor3
} “Toffee” {
@SOLIS changes eyesColor into Toffee
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Taupe” {
@SOLIS changes eyesColor into Taupe
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
label boy_mouth3
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Classic” {
@SOLIS changes mouth into Classic
goto boy_mouth3
}“Full” {
@SOLIS changes mouth into Full Tapered
goto boy_mouth3
}“Small Round” {
@SOLIS changes mouth into Small Round
goto boy_mouth3
}“Smirk” {
@SOLIS changes mouth into Smirk
goto boy_mouth3
}“Select Color”{
goto boy_mouthcolor3
}“Done”{
goto boy_custom3
}
“Small Open” {
@SOLIS changes mouth into Small
goto boy_mouth3
}“Uneven” {
@SOLIS changes mouth into Uneven
goto boy_mouth3
}“Pouting Oval” {
@SOLIS changes mouth into Pouting Oval
goto boy_mouth3
}“Uni-lip Medium” {
@SOLIS changes mouth into Uni-lip Medium
goto boy_mouth3
}“Select Color”{
goto boy_mouthcolor3
}“Done”{
goto boy_custom3
}
“Full Round” {
@SOLIS changes mouth into Full Round
goto boy_mouth3
}“Mature Classic” {
@SOLIS changes mouth into Mature Classic
goto boy_mouth3
}“Mature Medium” {
@SOLIS changes mouth into Mature Medium
goto boy_mouth3
}“Done”{
goto boy_custom3
}“Select Color”{
goto boy_mouthcolor3
}
label boy_mouthcolor3
NARRATOR
Lip colors.
choice
“Natural Colors” {
goto boy_NaturalColors3
} “Bright Colors” {
goto boy_BrightColors3
} “Dark Colors” {
goto boy_DarkColors3
} “Change Lip Shape” {
goto boy_mouth3
}
label boy_NaturalColors3
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Blush” {
@SOLIS changes mouthColor into Blush
goto boy_NaturalColors3
} “Dune” {
@SOLIS changes mouthColor into Dune
goto boy_NaturalColors3
} “Ivory” {
@SOLIS changes mouthColor into Ivory
goto boy_NaturalColors3
} “Mocha” {
@SOLIS changes mouthColor into Mocha
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Taupe” {
@SOLIS changes mouthColor into Taupe
goto boy_NaturalColors3
} “Terracotta” {
@SOLIS changes mouthColor into Terracotta
goto boy_NaturalColors3
} “Toffee” {
@SOLIS changes mouthColor into Toffee
goto boy_NaturalColors3
} “Umber” {
@SOLIS changes mouthColor into Umber
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Rosewood” {
@SOLIS changes mouthColor into Rosewood
goto boy_NaturalColors3
} “Dark” {
@SOLIS changes mouthColor into Dark
goto boy_NaturalColors3
} “Sable” {
@SOLIS changes mouthColor into Sable
goto boy_NaturalColors3
} “Chestnut” {
@SOLIS changes mouthColor into Chestnut
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_BrightColors3
NARRATOR
Bright lipstick colors.
choice [shouldPaginate: YES]
“Bubblegum Pink” {
@SOLIS changes mouthColor into Bubblegum Pink
goto boy_BrightColors3
} “Champagne” {
@SOLIS changes mouthColor into Champagne
goto boy_BrightColors3
} “Olive” {
@SOLIS changes mouthColor into Olive
goto boy_BrightColors3
} “Cherry Red” {
@SOLIS changes mouthColor into Cherry Red
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Orange Crush” {
@SOLIS changes mouthColor into Orange Crush
goto boy_BrightColors3
} “Raspberry” {
@SOLIS changes mouthColor into Raspberry
goto boy_BrightColors3
} “Rose” {
@SOLIS changes mouthColor into Rose
goto boy_BrightColors3
} “Ruby Red” {
@SOLIS changes mouthColor into Ruby Red
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Seafoam” {
@SOLIS changes mouthColor into Seafoam
goto boy_BrightColors3
} “Sky Blue” {
@SOLIS changes mouthColor into Sky Blue
goto boy_BrightColors3
} “White” {
@SOLIS changes mouthColor into White
goto boy_BrightColors3
} “Lavender” {
@SOLIS changes mouthColor into Lavender
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_DarkColors3
NARRATOR
Dark lipstick colors.
choice [shouldPaginate: YES]
“Azure” {
@SOLIS changes mouthColor into Azure
goto boy_DarkColors3
} “Raven” {
@SOLIS changes mouthColor into Raven
goto boy_DarkColors3
} “Bordeaux” {
@SOLIS changes mouthColor into Bordeaux
goto boy_DarkColors3
} “Dusty Rose” {
@SOLIS changes mouthColor into Dusty Rose
goto boy_DarkColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Plum” {
@SOLIS changes mouthColor into Plum
goto boy_DarkColors3
} “Emerald” {
@SOLIS changes mouthColor into Emerald
goto boy_DarkColors3
} “Scarlet” {
@SOLIS changes mouthColor into Scarlet
goto boy_DarkColors3
} “Wine” {
@SOLIS changes mouthColor into Wine
goto boy_DarkColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_nose3
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button” {
@SOLIS changes nose into Button
goto boy_nose3
} “Refined” {
@SOLIS changes nose into Refined
goto boy_nose3
} “Aquline”{
@SOLIS changes nose into Aquiline
goto boy_nose3
} “Roman” {
@SOLIS changes nose into Roman
goto boy_nose3
} “Broad” {
@SOLIS changes nose into Broad
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Hooked”{
@SOLIS changes nose into Hooked Nose
goto boy_nose3
} “Thin” {
@SOLIS changes nose into Thin
goto boy_nose3
} “Chiseled” {
@SOLIS changes nose into Chiseled
goto boy_nose3
} “Strong”{
@SOLIS changes nose into Strong
goto boy_nose3
} “Upturned”{
@SOLIS changes nose into Upturned
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Round”{
@SOLIS changes nose into Round
goto boy_nose3
} “Athletic Button” {
@SOLIS changes nose into Athletic Button
goto boy_nose3
} “Bulbous”{
@SOLIS changes nose into Bulbous
goto boy_nose3
} “Bull”{
@SOLIS changes nose into Bull
goto boy_nose3
} “Soft Natural”{
@SOLIS changes nose into Soft Natural
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Wide”{
@SOLIS changes nose into Wide
goto boy_nose3
} “Mature Wide”{
@SOLIS changes nose into Mature Wide
goto boy_nose3
} “Mature Aquline”{
@SOLIS changes nose into Mature Aquiline
goto boy_nose3
} “Done”{
goto boy_custom3
} “Mature Grecian”{
@SOLIS changes nose into Mature Grecian
goto boy_nose3
}
label boy_hair3
NARRATOR
Choose his hairstyle.
choice
“Shorter Hair” {
goto boy_shorthair3
} “Longer Hair” {
goto boy_longhair3
} “Styled” {
goto boy_styledhair3
} “Bangs” {
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Done” {
goto boy_custom3
}
label boy_shorthair3
NARRATOR
Short hair styles.
choice [shouldPaginate: YES]
“Buzzed” {
@SOLIS changes hair into Buzzed Hair
goto boy_shorthair3
} “Generic Short” {
@SOLIS changes hair into Generic Short Hair
goto boy_shorthair3
} “Short Cropped” {
@SOLIS changes hair into Short Cropped Hair
goto boy_shorthair3
}“Boy Bun” {
@SOLIS changes hair into Boy Bun
goto boy_shorthair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Short Fade” {
@SOLIS changes hair into Short Curly Fade
goto boy_shorthair3
} “High Top Fade” {
@SOLIS changes hair into High Top Fade
goto boy_shorthair3
} “Shaved Sides” {
@SOLIS changes hair into Shaved Sides
goto boy_shorthair3
} “Back to Styles” {
goto boy_hair3
} “Change Color” {
goto boy_haircolor3
}
label boy_longhair3
NARRATOR
Long hair styles.
choice [shouldPaginate: YES]
“Emo Boy” {
@SOLIS changes hair into Emo Boy Hair
goto boy_longhair3
} “Shoulder Length” {
@SOLIS changes hair into Shoulder Length
goto boy_longhair3
} “Corn Rows” {
@SOLIS changes hair into Styled Corn Rows
goto boy_longhair3
} “Twisted” {
@SOLIS changes hair into Twist Hair Male
goto boy_longhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Dreadlocks” {
@SOLIS changes hair into Long Dreadlocks
goto boy_longhair3
} “Cade Messy” {
@SOLIS changes hair into Cade Messy Hair
goto boy_longhair3
}“Long Braids” {
@SOLIS changes hair into Long Braids
goto boy_longhair3
} “Natural Curls” {
@SOLIS changes hair into Natural Curls
goto boy_longhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_styledhair3
NARRATOR
Styled hair.
choice [shouldPaginate: YES]
“SoCal Flip” {
@SOLIS changes hair into SoCal Flip
goto boy_styledhair3
} “Pompadour” {
@SOLIS changes hair into Modern Pompadour
goto boy_styledhair3
} “Spiked” {
@SOLIS changes hair into Spiked Up Hair
goto boy_styledhair3
} “Slicked Back” {
@SOLIS changes hair into Slicked Back Hair
goto boy_styledhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Short Faux Hawk” {
@SOLIS changes hair into Male Subtle Faux Hawk
goto boy_styledhair3
} “Long Fauk Hawk” {
@SOLIS changes hair into Male Messy Faux Hawk
goto boy_styledhair3
} “Cade” {
@SOLIS changes hair into Cade Hair
goto boy_styledhair3
} “Cornrow Bun” {
@SOLIS changes hair into Cornrow Bun
goto boy_styledhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_bangshair3
NARRATOR
Hair styles with bangs.
choice [shouldPaginate: YES]
“Short Wave” {
@SOLIS changes hair into Short Wave
goto boy_bangshair3
} “Long Bangs” {
@SOLIS changes hair into Long Bangs
goto boy_bangshair3
} “Bowl Cut” {
@SOLIS changes hair into Bowl Cut
goto boy_bangshair3
} “Euro Style” {
@SOLIS changes hair into Euro Style Hair
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Unstyled Faux Hawk” {
@SOLIS changes hair into Unstyled Faux Hawk
goto boy_bangshair3
} “Wild Curly” {
@SOLIS changes hair into Wild Curly Hair
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_haircolor3
NARRATOR
Hair colors.
choice
“Dark”{
goto boy_hairDark3
}“Light” {
goto boy_hairLight3
}“Dye”{
goto boy_hairDye3
} “Done” {
goto boy_custom3
} “Back to Styles” {
goto boy_hair3
}
label boy_hairDark3
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Black” {
@SOLIS changes hairColor into Black
goto boy_hairDark3
}“Chestnut Brown”{
@SOLIS changes hairColor into Chestnut
goto boy_hairDark3
}“Cayenne”{
@SOLIS changes hairColor into Cayenne
goto boy_hairDark3
}“Auburn” {
@SOLIS changes hairColor into Auburn
goto boy_hairDark3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
label boy_hairLight3
NARRATOR
Light hair colors.
choice
“Blond” {
@SOLIS changes hairColor into Blond
goto boy_hairLight3
}“Fawn” {
@SOLIS changes hairColor into Fawn
goto boy_hairLight3
}“Platinum Blond” {
@SOLIS changes hairColor into Platinum Blond
goto boy_hairLight3
}“Strawberry Blond” {
@SOLIS changes hairColor into Strawberry Blond
goto boy_hairLight3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
label boy_hairDye3
NARRATOR
Dyed hair styles.
choice [shouldPaginate: YES]
“Bright Blue” {
@SOLIS changes hairColor into Blasting Blue
goto boy_hairDye3
}“Green” {
@SOLIS changes hairColor into Grievance Green
goto boy_hairDye3
}“Hot Pink” {
@SOLIS changes hairColor into Pop Pink
goto boy_hairDye3
}“Purple” {
@SOLIS changes hairColor into Punky Purple
goto boy_hairDye3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
“Charcoal” {
@SOLIS changes hairColor into Charcoal
goto boy_hairDye3
}“Light Blue” {
@SOLIS changes hairColor into Blue Light
goto boy_hairDye3
}“Mint” {
@SOLIS changes hairColor into Mint
goto boy_hairDye3
}“Passion Fruit” {
@SOLIS changes hairColor into Passion Fruit
goto boy_hairDye3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
“Coral” {
@SOLIS changes hairColor into Coral
goto boy_hairDye3
}“White” {
@SOLIS changes hairColor into White
goto boy_hairDye3
}“Grey” {
@SOLIS changes hairColor into Grey
goto boy_hairDye3
}“Done”{
goto boy_custom3
}“Different Colors”{
goto boy_haircolor3
}
label boy_end3
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
@SOLIS is primp_condescend
} “No I want to change something” {
goto boy_custom3
}
}
label boy_custom4
@NIX stands screen center and NIX faces right and NIX starts idle
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin4
} “Hair” {
goto boy_hair4
} “Eyes” {
goto boy_eyes4
} “Eyebrows” {
goto boy_brows4
} “Face Shape”{
goto boy_face4
} “Nose” {
goto boy_nose4
} “Mouth” {
goto boy_mouth4
} “This is perfect!” {
goto boy_end4
}
label boy_skin4
NARRATOR
Skin tones.
choice
“Light Skin Colors”{
goto boy_skincolor_light4
}“Medium Skin Colors”{
goto boy_skincolor_medium4
}“Dark Skin Colors”{
goto boy_skincolor_dark4
}
label boy_skincolor_light4
NARRATOR
Light skin tones.
choice [shouldPaginate: YES]
“Dune” {
@NIX changes bodyColor into Dune
goto boy_skincolor_light4
} “Porcelain” {
@NIX changes bodyColor into Porcelain
goto boy_skincolor_light4
} “Peach” {
@NIX changes bodyColor into Peach
goto boy_skincolor_light4
} “Fair” {
@NIX changes bodyColor into Fair
goto boy_skincolor_light4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Light”{
@NIX changes bodyColor into Light
goto boy_skincolor_light4
} “Light Ocre” {
@NIX changes bodyColor into Light Ocre
goto boy_skincolor_light4
} “Beige” {
@NIX changes bodyColor into Beige
goto boy_skincolor_light4
} “Ivory” {
@NIX changes bodyColor into Ivory
goto boy_skincolor_light4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
label boy_skincolor_medium4
NARRATOR
Medium skin tones.
choice [shouldPaginate: YES]
“Olive” {
@NIX changes bodyColor into Olive
goto boy_skincolor_medium4
} “Tan” {
@NIX changes bodyColor into Tan
goto boy_skincolor_medium4
} “Taupe” {
@NIX changes bodyColor into Taupe
goto boy_skincolor_medium4
} “Caramel” {
@NIX changes bodyColor into Caramel
goto boy_skincolor_medium4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Honey” {
@NIX changes bodyColor into Honey
goto boy_skincolor_medium4
} “Toffee” {
@NIX changes bodyColor into Toffee
goto boy_skincolor_medium4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
label boy_skincolor_dark4
NARRATOR
Dark skin tones.
choice [shouldPaginate: YES]
“Umber” {
@NIX changes bodyColor into Umber
goto boy_skincolor_dark4
} “Rosewood” {
@NIX changes bodyColor into Rosewood
goto boy_skincolor_dark4
} “Mocha” {
@NIX changes bodyColor into Mocha
goto boy_skincolor_dark4
} “Walnut” {
@NIX changes bodyColor into Walnut
goto boy_skincolor_dark4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Dark” {
@NIX changes bodyColor into Dark
goto boy_skincolor_dark4
} “Sable” {
@NIX changes bodyColor into Sable
goto boy_skincolor_dark4
} “Chestnut” {
@NIX changes bodyColor into Chestnut
goto boy_skincolor_dark4
} “Done”{
goto boy_custom4
} “Try Other Colors”{
goto boy_skin4
}
label boy_brows4
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Straight Bold”{
@NIX changes eyebrows into Straight Bold
goto boy_brows4
}“Thick Arch”{
@NIX changes eyebrows into Thick Arch
goto boy_brows4
}“Thick Straight”{
@NIX changes eyebrows into Thick Straight
goto boy_brows4
}“Medium Sharp”{
@NIX changes eyebrows into Medium Sharp
goto boy_brows4
}“Thick Tapered”{
@NIX changes eyebrows into Thick Tapered
goto boy_brows4
} “Done”{
goto boy_custom4
}
“Thin Arch”{
@NIX changes eyebrows into Thin Arch
goto boy_brows4
}“Thick Athletic”{
@NIX changes eyebrows into Thick Arch Athletic
goto boy_brows4
}“Thick Round”{
@NIX changes eyebrows into Thick Round
goto boy_brows4
}“Bold Arch”{
@NIX changes eyebrows into Bold Arch
goto boy_brows4
}“Bushy Wide”{
@NIX changes eyebrows into Bushy wide
goto boy_brows4
} “Done”{
goto boy_custom4
}
label boy_face4
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Athletic” {
@NIX changes face into Athletic Square Jaw
goto boy_face4
} “Stubble” {
@NIX changes face into Chiseled Square
goto boy_face4
} “Defined Triangle” {
@NIX changes face into Defined Triangle
goto boy_face4
} “Diamond” {
@NIX changes face into Diamond
goto boy_face4
} “Square Jaw” {
@NIX changes face into Square Jaw
goto boy_face4
} “Done”{
goto boy_custom4
}
“Thin Stubble” {
@NIX changes face into Sculpted Oblong
goto boy_face4
} “Soft Triangle” {
@NIX changes face into Cade
goto boy_face4
} “Chiseled” {
@NIX changes face into Chiseled Oval
goto boy_face4
} “Mature Round” {
@NIX changes face into Mature Round
goto boy_face4
} “Mature Mustache” {
@NIX changes face into Mature Square
goto boy_face4
} “Done”{
goto boy_custom4
}
label boy_eyes4
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Piercing” {
@NIX changes eyes into Deepset Piercing
goto boy_eyes4
} “Deepset Sloping” {
@NIX changes eyes into Deepset Sloping
goto boy_eyes4
} “Deepset Gentle” {
@NIX changes eyes into Deepset Gentle
goto boy_eyes4
} “Stoic Almond” {
@NIX changes eyes into Stoic Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Classic Round” {
@NIX changes eyes into Classic Round
goto boy_eyes4
} “Classic Almond” {
@NIX changes eyes into Classic Almond
goto boy_eyes4
} “Innocent Round” {
@NIX changes eyes into Innocent Round
goto boy_eyes4
} “Sloping Smolder” {
@NIX changes eyes into Sloping Smolder
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Sloping Innocent” {
@NIX changes eyes into Sloping Innocent
goto boy_eyes4
} “Narrow Gentle” {
@NIX changes eyes into Narrow Gentle
goto boy_eyes4
} “Gentle Almond” {
@NIX changes eyes into Gentle Almond
goto boy_eyes4
} “Piercing Almond” {
@NIX changes eyes into Piercing Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Round Piercing” {
@NIX changes eyes into Round Piercing
goto boy_eyes4
} “Round Gentle” {
@NIX changes eyes into Round Gentle
goto boy_eyes4
} “Athletic Round” {
@NIX changes eyes into Athletic Round
goto boy_eyes4
} “Mature Almond” {
@NIX changes eyes into Mature Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
label boy_eyecolor4
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@NIX changes eyesColor into Black
goto boy_eyecolor4
} “Blue” {
@NIX changes eyesColor into Blue
goto boy_eyecolor4
} “Brown” {
@NIX changes eyesColor into Brown
goto boy_eyecolor4
} “Green” {
@NIX changes eyesColor into Green
goto boy_eyecolor4
} “Purple” {
@NIX changes eyesColor into Purple
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“White” {
@NIX changes eyesColor into White
goto boy_eyecolor4
} “Auburn” {
@NIX changes eyesColor into Auburn
goto boy_eyecolor4
} “Hickory” {
@NIX changes eyesColor into Hickory
goto boy_eyecolor4
} “Pine” {
@NIX changes eyesColor into Pine
goto boy_eyecolor4
} “Toffee” {
@NIX changes eyesColor into Toffee
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Taupe” {
@NIX changes eyesColor into Taupe
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
label boy_mouth4
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Classic” {
@NIX changes mouth into Classic
goto boy_mouth4
}“Full” {
@NIX changes mouth into Full Tapered
goto boy_mouth4
}“Small Round” {
@NIX changes mouth into Small Round
goto boy_mouth4
}“Smirk” {
@NIX changes mouth into Smirk
goto boy_mouth4
}“Select Color”{
goto boy_mouthcolor4
}“Done”{
goto boy_custom4
}
“Small Open” {
@NIX changes mouth into Small
goto boy_mouth4
}“Uneven” {
@NIX changes mouth into Uneven
goto boy_mouth4
}“Pouting Oval” {
@NIX changes mouth into Pouting Oval
goto boy_mouth4
}“Uni-lip Medium” {
@NIX changes mouth into Uni-lip Medium
goto boy_mouth4
}“Select Color”{
goto boy_mouthcolor4
}“Done”{
goto boy_custom4
}
“Full Round” {
@NIX changes mouth into Full Round
goto boy_mouth4
}“Mature Classic” {
@NIX changes mouth into Mature Classic
goto boy_mouth4
}“Mature Medium” {
@NIX changes mouth into Mature Medium
goto boy_mouth4
}“Done”{
goto boy_custom4
}“Select Color”{
goto boy_mouthcolor4
}
label boy_mouthcolor4
NARRATOR
Lip colors.
choice
“Natural Colors” {
goto boy_NaturalColors4
} “Bright Colors” {
goto boy_BrightColors4
} “Dark Colors” {
goto boy_DarkColors4
} “Change Lip Shape” {
goto boy_mouth4
}
label boy_NaturalColors4
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Blush” {
@NIX changes mouthColor into Blush
goto boy_NaturalColors4
} “Dune” {
@NIX changes mouthColor into Dune
goto boy_NaturalColors4
} “Ivory” {
@NIX changes mouthColor into Ivory
goto boy_NaturalColors4
} “Mocha” {
@NIX changes mouthColor into Mocha
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Taupe” {
@NIX changes mouthColor into Taupe
goto boy_NaturalColors4
} “Terracotta” {
@NIX changes mouthColor into Terracotta
goto boy_NaturalColors4
} “Toffee” {
@NIX changes mouthColor into Toffee
goto boy_NaturalColors4
} “Umber” {
@NIX changes mouthColor into Umber
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Rosewood” {
@NIX changes mouthColor into Rosewood
goto boy_NaturalColors4
} “Dark” {
@NIX changes mouthColor into Dark
goto boy_NaturalColors4
} “Sable” {
@NIX changes mouthColor into Sable
goto boy_NaturalColors4
} “Chestnut” {
@NIX changes mouthColor into Chestnut
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_BrightColors4
NARRATOR
Bright lipstick colors.
choice [shouldPaginate: YES]
“Bubblegum Pink” {
@NIX changes mouthColor into Bubblegum Pink
goto boy_BrightColors4
} “Champagne” {
@NIX changes mouthColor into Champagne
goto boy_BrightColors4
} “Olive” {
@NIX changes mouthColor into Olive
goto boy_BrightColors4
} “Cherry Red” {
@NIX changes mouthColor into Cherry Red
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Orange Crush” {
@NIX changes mouthColor into Orange Crush
goto boy_BrightColors4
} “Raspberry” {
@NIX changes mouthColor into Raspberry
goto boy_BrightColors4
} “Rose” {
@NIX changes mouthColor into Rose
goto boy_BrightColors4
} “Ruby Red” {
@NIX changes mouthColor into Ruby Red
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Seafoam” {
@NIX changes mouthColor into Seafoam
goto boy_BrightColors4
} “Sky Blue” {
@NIX changes mouthColor into Sky Blue
goto boy_BrightColors4
} “White” {
@NIX changes mouthColor into White
goto boy_BrightColors4
} “Lavender” {
@NIX changes mouthColor into Lavender
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_DarkColors4
NARRATOR
Dark lipstick colors.
choice [shouldPaginate: YES]
“Azure” {
@NIX changes mouthColor into Azure
goto boy_DarkColors4
} “Raven” {
@NIX changes mouthColor into Raven
goto boy_DarkColors4
} “Bordeaux” {
@NIX changes mouthColor into Bordeaux
goto boy_DarkColors4
} “Dusty Rose” {
@NIX changes mouthColor into Dusty Rose
goto boy_DarkColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Plum” {
@NIX changes mouthColor into Plum
goto boy_DarkColors4
} “Emerald” {
@NIX changes mouthColor into Emerald
goto boy_DarkColors4
} “Scarlet” {
@NIX changes mouthColor into Scarlet
goto boy_DarkColors4
} “Wine” {
@NIX changes mouthColor into Wine
goto boy_DarkColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_nose4
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button” {
@NIX changes nose into Button
goto boy_nose4
} “Refined” {
@NIX changes nose into Refined
goto boy_nose4
} “Aquline”{
@NIX changes nose into Aquiline
goto boy_nose4
} “Roman” {
@NIX changes nose into Roman
goto boy_nose4
} “Broad” {
@NIX changes nose into Broad
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Hooked”{
@NIX changes nose into Hooked Nose
goto boy_nose4
} “Thin” {
@NIX changes nose into Thin
goto boy_nose4
} “Chiseled” {
@NIX changes nose into Chiseled
goto boy_nose4
} “Strong”{
@NIX changes nose into Strong
goto boy_nose4
} “Upturned”{
@NIX changes nose into Upturned
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Round”{
@NIX changes nose into Round
goto boy_nose4
} “Athletic Button” {
@NIX changes nose into Athletic Button
goto boy_nose4
} “Bulbous”{
@NIX changes nose into Bulbous
goto boy_nose4
} “Bull”{
@NIX changes nose into Bull
goto boy_nose4
} “Soft Natural”{
@NIX changes nose into Soft Natural
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Wide”{
@NIX changes nose into Wide
goto boy_nose4
} “Mature Wide”{
@NIX changes nose into Mature Wide
goto boy_nose4
} “Mature Aquline”{
@NIX changes nose into Mature Aquiline
goto boy_nose4
} “Done”{
goto boy_custom4
} “Mature Grecian”{
@NIX changes nose into Mature Grecian
goto boy_nose4
}
label boy_hair4
NARRATOR
Choose his hairstyle.
choice
“Shorter Hair” {
goto boy_shorthair4
} “Longer Hair” {
goto boy_longhair4
} “Styled” {
goto boy_styledhair4
} “Bangs” {
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Done” {
goto boy_custom4
}
label boy_shorthair4
NARRATOR
Short hair styles.
choice [shouldPaginate: YES]
“Buzzed” {
@NIX changes hair into Buzzed Hair
goto boy_shorthair4
} “Generic Short” {
@NIX changes hair into Generic Short Hair
goto boy_shorthair4
} “Short Cropped” {
@NIX changes hair into Short Cropped Hair
goto boy_shorthair4
}“Boy Bun” {
@NIX changes hair into Boy Bun
goto boy_shorthair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Short Fade” {
@NIX changes hair into Short Curly Fade
goto boy_shorthair4
} “High Top Fade” {
@NIX changes hair into High Top Fade
goto boy_shorthair4
} “Shaved Sides” {
@NIX changes hair into Shaved Sides
goto boy_shorthair4
} “Back to Styles” {
goto boy_hair4
} “Change Color” {
goto boy_haircolor4
}
label boy_longhair4
NARRATOR
Long hair styles.
choice [shouldPaginate: YES]
“Emo Boy” {
@NIX changes hair into Emo Boy Hair
goto boy_longhair4
} “Shoulder Length” {
@NIX changes hair into Shoulder Length
goto boy_longhair4
} “Corn Rows” {
@NIX changes hair into Styled Corn Rows
goto boy_longhair4
} “Twisted” {
@NIX changes hair into Twist Hair Male
goto boy_longhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Dreadlocks” {
@NIX changes hair into Long Dreadlocks
goto boy_longhair4
} “Cade Messy” {
@NIX changes hair into Cade Messy Hair
goto boy_longhair4
}“Long Braids” {
@NIX changes hair into Long Braids
goto boy_longhair4
} “Natural Curls” {
@NIX changes hair into Natural Curls
goto boy_longhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_styledhair4
NARRATOR
Styled hair.
choice [shouldPaginate: YES]
“SoCal Flip” {
@NIX changes hair into SoCal Flip
goto boy_styledhair4
} “Pompadour” {
@NIX changes hair into Modern Pompadour
goto boy_styledhair4
} “Spiked” {
@NIX changes hair into Spiked Up Hair
goto boy_styledhair4
} “Slicked Back” {
@NIX changes hair into Slicked Back Hair
goto boy_styledhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Short Faux Hawk” {
@NIX changes hair into Male Subtle Faux Hawk
goto boy_styledhair4
} “Long Fauk Hawk” {
@NIX changes hair into Male Messy Faux Hawk
goto boy_styledhair4
} “Cade” {
@NIX changes hair into Cade Hair
goto boy_styledhair4
} “Cornrow Bun” {
@NIX changes hair into Cornrow Bun
goto boy_styledhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_bangshair4
NARRATOR
Hair styles with bangs.
choice [shouldPaginate: YES]
“Short Wave” {
@NIX changes hair into Short Wave
goto boy_bangshair4
} “Long Bangs” {
@NIX changes hair into Long Bangs
goto boy_bangshair4
} “Bowl Cut” {
@NIX changes hair into Bowl Cut
goto boy_bangshair4
} “Euro Style” {
@NIX changes hair into Euro Style Hair
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Unstyled Faux Hawk” {
@NIX changes hair into Unstyled Faux Hawk
goto boy_bangshair4
} “Wild Curly” {
@NIX changes hair into Wild Curly Hair
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_haircolor4
NARRATOR
Hair colors.
choice
“Dark”{
goto boy_hairDark4
}“Light” {
goto boy_hairLight4
}“Dye”{
goto boy_hairDye4
} “Done” {
goto boy_custom4
} “Back to Styles” {
goto boy_hair4
}
label boy_hairDark4
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Black” {
@NIX changes hairColor into Black
goto boy_hairDark4
}“Chestnut Brown”{
@NIX changes hairColor into Chestnut
goto boy_hairDark4
}“Cayenne”{
@NIX changes hairColor into Cayenne
goto boy_hairDark4
}“Auburn” {
@NIX changes hairColor into Auburn
goto boy_hairDark4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
label boy_hairLight4
NARRATOR
Light hair colors.
choice
“Blond” {
@NIX changes hairColor into Blond
goto boy_hairLight4
}“Fawn” {
@NIX changes hairColor into Fawn
goto boy_hairLight4
}“Platinum Blond” {
@NIX changes hairColor into Platinum Blond
goto boy_hairLight4
}“Strawberry Blond” {
@NIX changes hairColor into Strawberry Blond
goto boy_hairLight4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
label boy_hairDye4
NARRATOR
Dyed hair styles.
choice [shouldPaginate: YES]
“Bright Blue” {
@NIX changes hairColor into Blasting Blue
goto boy_hairDye4
}“Green” {
@NIX changes hairColor into Grievance Green
goto boy_hairDye4
}“Hot Pink” {
@NIX changes hairColor into Pop Pink
goto boy_hairDye4
}“Purple” {
@NIX changes hairColor into Punky Purple
goto boy_hairDye4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
“Charcoal” {
@NIX changes hairColor into Charcoal
goto boy_hairDye4
}“Light Blue” {
@NIX changes hairColor into Blue Light
goto boy_hairDye4
}“Mint” {
@NIX changes hairColor into Mint
goto boy_hairDye4
}“Passion Fruit” {
@NIX changes hairColor into Passion Fruit
goto boy_hairDye4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
“Coral” {
@NIX changes hairColor into Coral
goto boy_hairDye4
}“White” {
@NIX changes hairColor into White
goto boy_hairDye4
}“Grey” {
@NIX changes hairColor into Grey
goto boy_hairDye4
}“Done”{
goto boy_custom4
}“Different Colors”{
goto boy_haircolor4
}
label boy_end4
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
@NIX is primp_condescend
} “No I want to change something” {
goto boy_custom4
}
#}
Hi can someone help? Whenever i try to add an overlay it won’t show up on my previewer and when I try scaling it and stuff it just goes on endlessly
you need to fill in the choice box
Try it now.
NARRATOR
Do you want to customize the deities?
choice
“Yes”{
goto label customize_characters
}“No”{
goto label continue_story
}
label customize characters
label boy_custom3
@SOLIS stands screen center and SOLIS faces right and SOLIS starts idle
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin3
} “Hair” {
goto boy_hair3
} “Eyes” {
goto boy_eyes3
} “Eyebrows” {
goto boy_brows3
} “Face Shape”{
goto boy_face3
} “Nose” {
goto boy_nose3
} “Mouth” {
goto boy_mouth3
} “This is perfect!” {
goto boy_end3
}
label boy_skin3
NARRATOR
Skin tones.
choice
“Light Skin Colors”{
goto boy_skincolor_light3
}“Medium Skin Colors”{
goto boy_skincolor_medium3
}“Dark Skin Colors”{
goto boy_skincolor_dark3
}
label boy_skincolor_light3
NARRATOR
Light skin tones.
choice [shouldPaginate: YES]
“Dune” {
@SOLIS changes bodyColor into Dune
goto boy_skincolor_light3
} “Porcelain” {
@SOLIS changes bodyColor into Porcelain
goto boy_skincolor_light3
} “Peach” {
@SOLIS changes bodyColor into Peach
goto boy_skincolor_light3
} “Fair” {
@SOLIS changes bodyColor into Fair
goto boy_skincolor_light3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Light”{
@SOLIS changes bodyColor into Light
goto boy_skincolor_light3
} “Light Ocre” {
@SOLIS changes bodyColor into Light Ocre
goto boy_skincolor_light3
} “Beige” {
@SOLIS changes bodyColor into Beige
goto boy_skincolor_light3
} “Ivory” {
@SOLIS changes bodyColor into Ivory
goto boy_skincolor_light3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
label boy_skincolor_medium3
NARRATOR
Medium skin tones.
choice [shouldPaginate: YES]
“Olive” {
@SOLIS changes bodyColor into Olive
goto boy_skincolor_medium3
} “Tan” {
@SOLIS changes bodyColor into Tan
goto boy_skincolor_medium3
} “Taupe” {
@SOLIS changes bodyColor into Taupe
goto boy_skincolor_medium3
} “Caramel” {
@SOLIS changes bodyColor into Caramel
goto boy_skincolor_medium3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Honey” {
@SOLIS changes bodyColor into Honey
goto boy_skincolor_medium3
} “Toffee” {
@SOLIS changes bodyColor into Toffee
goto boy_skincolor_medium3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
label boy_skincolor_dark3
NARRATOR
Dark skin tones.
choice [shouldPaginate: YES]
“Umber” {
@SOLIS changes bodyColor into Umber
goto boy_skincolor_dark3
} “Rosewood” {
@SOLIS changes bodyColor into Rosewood
goto boy_skincolor_dark3
} “Mocha” {
@SOLIS changes bodyColor into Mocha
goto boy_skincolor_dark3
} “Walnut” {
@SOLIS changes bodyColor into Walnut
goto boy_skincolor_dark3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Dark” {
@SOLIS changes bodyColor into Dark
goto boy_skincolor_dark3
} “Sable” {
@SOLIS changes bodyColor into Sable
goto boy_skincolor_dark3
} “Chestnut” {
@SOLIS changes bodyColor into Chestnut
goto boy_skincolor_dark3
} “Done”{
goto boy_custom3
} “Try Other Colors”{
goto boy_skin3
}
label boy_brows3
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Straight Bold”{
@SOLIS changes eyebrows into Straight Bold
goto boy_brows3
}“Thick Arch”{
@SOLIS changes eyebrows into Thick Arch
goto boy_brows3
}“Thick Straight”{
@SOLIS changes eyebrows into Thick Straight
goto boy_brows3
}“Medium Sharp”{
@SOLIS changes eyebrows into Medium Sharp
goto boy_brows3
}“Thick Tapered”{
@SOLIS changes eyebrows into Thick Tapered
goto boy_brows3
} “Done”{
goto boy_custom3
}
“Thin Arch”{
@SOLIS changes eyebrows into Thin Arch
goto boy_brows3
}“Thick Athletic”{
@SOLIS changes eyebrows into Thick Arch Athletic
goto boy_brows3
}“Thick Round”{
@SOLIS changes eyebrows into Thick Round
goto boy_brows3
}“Bold Arch”{
@SOLIS changes eyebrows into Bold Arch
goto boy_brows3
}“Bushy Wide”{
@SOLIS changes eyebrows into Bushy wide
goto boy_brows3
} “Done”{
goto boy_custom3
}
label boy_face3
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Athletic” {
@SOLIS changes face into Athletic Square Jaw
goto boy_face3
} “Stubble” {
@SOLIS changes face into Chiseled Square
goto boy_face3
} “Defined Triangle” {
@SOLIS changes face into Defined Triangle
goto boy_face3
} “Diamond” {
@SOLIS changes face into Diamond
goto boy_face3
} “Square Jaw” {
@SOLIS changes face into Square Jaw
goto boy_face3
} “Done”{
goto boy_custom3
}
“Thin Stubble” {
@SOLIS changes face into Sculpted Oblong
goto boy_face3
} “Soft Triangle” {
@SOLIS changes face into Cade
goto boy_face3
} “Chiseled” {
@SOLIS changes face into Chiseled Oval
goto boy_face3
} “Mature Round” {
@SOLIS changes face into Mature Round
goto boy_face3
} “Mature Mustache” {
@SOLIS changes face into Mature Square
goto boy_face3
} “Done”{
goto boy_custom3
}
label boy_eyes3
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Piercing” {
@SOLIS changes eyes into Deepset Piercing
goto boy_eyes3
} “Deepset Sloping” {
@SOLIS changes eyes into Deepset Sloping
goto boy_eyes3
} “Deepset Gentle” {
@SOLIS changes eyes into Deepset Gentle
goto boy_eyes3
} “Stoic Almond” {
@SOLIS changes eyes into Stoic Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Classic Round” {
@SOLIS changes eyes into Classic Round
goto boy_eyes3
} “Classic Almond” {
@SOLIS changes eyes into Classic Almond
goto boy_eyes3
} “Innocent Round” {
@SOLIS changes eyes into Innocent Round
goto boy_eyes3
} “Sloping Smolder” {
@SOLIS changes eyes into Sloping Smolder
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Sloping Innocent” {
@SOLIS changes eyes into Sloping Innocent
goto boy_eyes3
} “Narrow Gentle” {
@SOLIS changes eyes into Narrow Gentle
goto boy_eyes3
} “Gentle Almond” {
@SOLIS changes eyes into Gentle Almond
goto boy_eyes3
} “Piercing Almond” {
@SOLIS changes eyes into Piercing Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Round Piercing” {
@SOLIS changes eyes into Round Piercing
goto boy_eyes3
} “Round Gentle” {
@SOLIS changes eyes into Round Gentle
goto boy_eyes3
} “Athletic Round” {
@SOLIS changes eyes into Athletic Round
goto boy_eyes3
} “Mature Almond” {
@SOLIS changes eyes into Mature Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
label boy_eyecolor3
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@SOLIS changes eyesColor into Black
goto boy_eyecolor3
} “Blue” {
@SOLIS changes eyesColor into Blue
goto boy_eyecolor3
} “Brown” {
@SOLIS changes eyesColor into Brown
goto boy_eyecolor3
} “Green” {
@SOLIS changes eyesColor into Green
goto boy_eyecolor3
} “Purple” {
@SOLIS changes eyesColor into Purple
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“White” {
@SOLIS changes eyesColor into White
goto boy_eyecolor3
} “Auburn” {
@SOLIS changes eyesColor into Auburn
goto boy_eyecolor3
} “Hickory” {
@SOLIS changes eyesColor into Hickory
goto boy_eyecolor3
} “Pine” {
@SOLIS changes eyesColor into Pine
goto boy_eyecolor3
} “Toffee” {
@SOLIS changes eyesColor into Toffee
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Taupe” {
@SOLIS changes eyesColor into Taupe
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
label boy_mouth3
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Classic” {
@SOLIS changes mouth into Classic
goto boy_mouth3
}“Full” {
@SOLIS changes mouth into Full Tapered
goto boy_mouth3
}“Small Round” {
@SOLIS changes mouth into Small Round
goto boy_mouth3
}“Smirk” {
@SOLIS changes mouth into Smirk
goto boy_mouth3
}“Select Color”{
goto boy_mouthcolor3
}“Done”{
goto boy_custom3
}
“Small Open” {
@SOLIS changes mouth into Small
goto boy_mouth3
}“Uneven” {
@SOLIS changes mouth into Uneven
goto boy_mouth3
}“Pouting Oval” {
@SOLIS changes mouth into Pouting Oval
goto boy_mouth3
}“Uni-lip Medium” {
@SOLIS changes mouth into Uni-lip Medium
goto boy_mouth3
}“Select Color”{
goto boy_mouthcolor3
}“Done”{
goto boy_custom3
}
“Full Round” {
@SOLIS changes mouth into Full Round
goto boy_mouth3
}“Mature Classic” {
@SOLIS changes mouth into Mature Classic
goto boy_mouth3
}“Mature Medium” {
@SOLIS changes mouth into Mature Medium
goto boy_mouth3
}“Done”{
goto boy_custom3
}“Select Color”{
goto boy_mouthcolor3
}
label boy_mouthcolor3
NARRATOR
Lip colors.
choice
“Natural Colors” {
goto boy_NaturalColors3
} “Bright Colors” {
goto boy_BrightColors3
} “Dark Colors” {
goto boy_DarkColors3
} “Change Lip Shape” {
goto boy_mouth3
}
label boy_NaturalColors3
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Blush” {
@SOLIS changes mouthColor into Blush
goto boy_NaturalColors3
} “Dune” {
@SOLIS changes mouthColor into Dune
goto boy_NaturalColors3
} “Ivory” {
@SOLIS changes mouthColor into Ivory
goto boy_NaturalColors3
} “Mocha” {
@SOLIS changes mouthColor into Mocha
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Taupe” {
@SOLIS changes mouthColor into Taupe
goto boy_NaturalColors3
} “Terracotta” {
@SOLIS changes mouthColor into Terracotta
goto boy_NaturalColors3
} “Toffee” {
@SOLIS changes mouthColor into Toffee
goto boy_NaturalColors3
} “Umber” {
@SOLIS changes mouthColor into Umber
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Rosewood” {
@SOLIS changes mouthColor into Rosewood
goto boy_NaturalColors3
} “Dark” {
@SOLIS changes mouthColor into Dark
goto boy_NaturalColors3
} “Sable” {
@SOLIS changes mouthColor into Sable
goto boy_NaturalColors3
} “Chestnut” {
@SOLIS changes mouthColor into Chestnut
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_BrightColors3
NARRATOR
Bright lipstick colors.
choice [shouldPaginate: YES]
“Bubblegum Pink” {
@SOLIS changes mouthColor into Bubblegum Pink
goto boy_BrightColors3
} “Champagne” {
@SOLIS changes mouthColor into Champagne
goto boy_BrightColors3
} “Olive” {
@SOLIS changes mouthColor into Olive
goto boy_BrightColors3
} “Cherry Red” {
@SOLIS changes mouthColor into Cherry Red
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Orange Crush” {
@SOLIS changes mouthColor into Orange Crush
goto boy_BrightColors3
} “Raspberry” {
@SOLIS changes mouthColor into Raspberry
goto boy_BrightColors3
} “Rose” {
@SOLIS changes mouthColor into Rose
goto boy_BrightColors3
} “Ruby Red” {
@SOLIS changes mouthColor into Ruby Red
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Seafoam” {
@SOLIS changes mouthColor into Seafoam
goto boy_BrightColors3
} “Sky Blue” {
@SOLIS changes mouthColor into Sky Blue
goto boy_BrightColors3
} “White” {
@SOLIS changes mouthColor into White
goto boy_BrightColors3
} “Lavender” {
@SOLIS changes mouthColor into Lavender
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_DarkColors3
NARRATOR
Dark lipstick colors.
choice [shouldPaginate: YES]
“Azure” {
@SOLIS changes mouthColor into Azure
goto boy_DarkColors3
} “Raven” {
@SOLIS changes mouthColor into Raven
goto boy_DarkColors3
} “Bordeaux” {
@SOLIS changes mouthColor into Bordeaux
goto boy_DarkColors3
} “Dusty Rose” {
@SOLIS changes mouthColor into Dusty Rose
goto boy_DarkColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Plum” {
@SOLIS changes mouthColor into Plum
goto boy_DarkColors3
} “Emerald” {
@SOLIS changes mouthColor into Emerald
goto boy_DarkColors3
} “Scarlet” {
@SOLIS changes mouthColor into Scarlet
goto boy_DarkColors3
} “Wine” {
@SOLIS changes mouthColor into Wine
goto boy_DarkColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_nose3
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button” {
@SOLIS changes nose into Button
goto boy_nose3
} “Refined” {
@SOLIS changes nose into Refined
goto boy_nose3
} “Aquline”{
@SOLIS changes nose into Aquiline
goto boy_nose3
} “Roman” {
@SOLIS changes nose into Roman
goto boy_nose3
} “Broad” {
@SOLIS changes nose into Broad
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Hooked”{
@SOLIS changes nose into Hooked Nose
goto boy_nose3
} “Thin” {
@SOLIS changes nose into Thin
goto boy_nose3
} “Chiseled” {
@SOLIS changes nose into Chiseled
goto boy_nose3
} “Strong”{
@SOLIS changes nose into Strong
goto boy_nose3
} “Upturned”{
@SOLIS changes nose into Upturned
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Round”{
@SOLIS changes nose into Round
goto boy_nose3
} “Athletic Button” {
@SOLIS changes nose into Athletic Button
goto boy_nose3
} “Bulbous”{
@SOLIS changes nose into Bulbous
goto boy_nose3
} “Bull”{
@SOLIS changes nose into Bull
goto boy_nose3
} “Soft Natural”{
@SOLIS changes nose into Soft Natural
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Wide”{
@SOLIS changes nose into Wide
goto boy_nose3
} “Mature Wide”{
@SOLIS changes nose into Mature Wide
goto boy_nose3
} “Mature Aquline”{
@SOLIS changes nose into Mature Aquiline
goto boy_nose3
} “Done”{
goto boy_custom3
} “Mature Grecian”{
@SOLIS changes nose into Mature Grecian
goto boy_nose3
}
label boy_hair3
NARRATOR
Choose his hairstyle.
choice
“Shorter Hair” {
goto boy_shorthair3
} “Longer Hair” {
goto boy_longhair3
} “Styled” {
goto boy_styledhair3
} “Bangs” {
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Done” {
goto boy_custom3
}
label boy_shorthair3
NARRATOR
Short hair styles.
choice [shouldPaginate: YES]
“Buzzed” {
@SOLIS changes hair into Buzzed Hair
goto boy_shorthair3
} “Generic Short” {
@SOLIS changes hair into Generic Short Hair
goto boy_shorthair3
} “Short Cropped” {
@SOLIS changes hair into Short Cropped Hair
goto boy_shorthair3
}“Boy Bun” {
@SOLIS changes hair into Boy Bun
goto boy_shorthair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Short Fade” {
@SOLIS changes hair into Short Curly Fade
goto boy_shorthair3
} “High Top Fade” {
@SOLIS changes hair into High Top Fade
goto boy_shorthair3
} “Shaved Sides” {
@SOLIS changes hair into Shaved Sides
goto boy_shorthair3
} “Back to Styles” {
goto boy_hair3
} “Change Color” {
goto boy_haircolor3
}
label boy_longhair3
NARRATOR
Long hair styles.
choice [shouldPaginate: YES]
“Emo Boy” {
@SOLIS changes hair into Emo Boy Hair
goto boy_longhair3
} “Shoulder Length” {
@SOLIS changes hair into Shoulder Length
goto boy_longhair3
} “Corn Rows” {
@SOLIS changes hair into Styled Corn Rows
goto boy_longhair3
} “Twisted” {
@SOLIS changes hair into Twist Hair Male
goto boy_longhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Dreadlocks” {
@SOLIS changes hair into Long Dreadlocks
goto boy_longhair3
} “Cade Messy” {
@SOLIS changes hair into Cade Messy Hair
goto boy_longhair3
}“Long Braids” {
@SOLIS changes hair into Long Braids
goto boy_longhair3
} “Natural Curls” {
@SOLIS changes hair into Natural Curls
goto boy_longhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_styledhair3
NARRATOR
Styled hair.
choice [shouldPaginate: YES]
“SoCal Flip” {
@SOLIS changes hair into SoCal Flip
goto boy_styledhair3
} “Pompadour” {
@SOLIS changes hair into Modern Pompadour
goto boy_styledhair3
} “Spiked” {
@SOLIS changes hair into Spiked Up Hair
goto boy_styledhair3
} “Slicked Back” {
@SOLIS changes hair into Slicked Back Hair
goto boy_styledhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Short Faux Hawk” {
@SOLIS changes hair into Male Subtle Faux Hawk
goto boy_styledhair3
} “Long Fauk Hawk” {
@SOLIS changes hair into Male Messy Faux Hawk
goto boy_styledhair3
} “Cade” {
@SOLIS changes hair into Cade Hair
goto boy_styledhair3
} “Cornrow Bun” {
@SOLIS changes hair into Cornrow Bun
goto boy_styledhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_bangshair3
NARRATOR
Hair styles with bangs.
choice [shouldPaginate: YES]
“Short Wave” {
@SOLIS changes hair into Short Wave
goto boy_bangshair3
} “Long Bangs” {
@SOLIS changes hair into Long Bangs
goto boy_bangshair3
} “Bowl Cut” {
@SOLIS changes hair into Bowl Cut
goto boy_bangshair3
} “Euro Style” {
@SOLIS changes hair into Euro Style Hair
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Unstyled Faux Hawk” {
@SOLIS changes hair into Unstyled Faux Hawk
goto boy_bangshair3
} “Wild Curly” {
@SOLIS changes hair into Wild Curly Hair
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_haircolor3
NARRATOR
Hair colors.
choice
“Dark”{
goto boy_hairDark3
}“Light” {
goto boy_hairLight3
}“Dye”{
goto boy_hairDye3
} “Done” {
goto boy_custom3
} “Back to Styles” {
goto boy_hair3
}
label boy_hairDark3
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Black” {
@SOLIS changes hairColor into Black
goto boy_hairDark3
}“Chestnut Brown”{
@SOLIS changes hairColor into Chestnut
goto boy_hairDark3
}“Cayenne”{
@SOLIS changes hairColor into Cayenne
goto boy_hairDark3
}“Auburn” {
@SOLIS changes hairColor into Auburn
goto boy_hairDark3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
label boy_hairLight3
NARRATOR
Light hair colors.
choice
“Blond” {
@SOLIS changes hairColor into Blond
goto boy_hairLight3
}“Fawn” {
@SOLIS changes hairColor into Fawn
goto boy_hairLight3
}“Platinum Blond” {
@SOLIS changes hairColor into Platinum Blond
goto boy_hairLight3
}“Strawberry Blond” {
@SOLIS changes hairColor into Strawberry Blond
goto boy_hairLight3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
label boy_hairDye3
NARRATOR
Dyed hair styles.
choice [shouldPaginate: YES]
“Bright Blue” {
@SOLIS changes hairColor into Blasting Blue
goto boy_hairDye3
}“Green” {
@SOLIS changes hairColor into Grievance Green
goto boy_hairDye3
}“Hot Pink” {
@SOLIS changes hairColor into Pop Pink
goto boy_hairDye3
}“Purple” {
@SOLIS changes hairColor into Punky Purple
goto boy_hairDye3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
“Charcoal” {
@SOLIS changes hairColor into Charcoal
goto boy_hairDye3
}“Light Blue” {
@SOLIS changes hairColor into Blue Light
goto boy_hairDye3
}“Mint” {
@SOLIS changes hairColor into Mint
goto boy_hairDye3
}“Passion Fruit” {
@SOLIS changes hairColor into Passion Fruit
goto boy_hairDye3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
“Coral” {
@SOLIS changes hairColor into Coral
goto boy_hairDye3
}“White” {
@SOLIS changes hairColor into White
goto boy_hairDye3
}“Grey” {
@SOLIS changes hairColor into Grey
goto boy_hairDye3
}“Done”{
goto boy_custom3
}“Different Colors”{
goto boy_haircolor3
}
label boy_end3
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
@SOLIS is primp_condescend
} “No I want to change something” {
goto boy_custom3
}
}
label boy_custom4
@NIX stands screen center and NIX faces right and NIX starts idle
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin4
} “Hair” {
goto boy_hair4
} “Eyes” {
goto boy_eyes4
} “Eyebrows” {
goto boy_brows4
} “Face Shape”{
goto boy_face4
} “Nose” {
goto boy_nose4
} “Mouth” {
goto boy_mouth4
} “This is perfect!” {
goto boy_end4
}
label boy_skin4
NARRATOR
Skin tones.
choice
“Light Skin Colors”{
goto boy_skincolor_light4
}“Medium Skin Colors”{
goto boy_skincolor_medium4
}“Dark Skin Colors”{
goto boy_skincolor_dark4
}
label boy_skincolor_light4
NARRATOR
Light skin tones.
choice [shouldPaginate: YES]
“Dune” {
@NIX changes bodyColor into Dune
goto boy_skincolor_light4
} “Porcelain” {
@NIX changes bodyColor into Porcelain
goto boy_skincolor_light4
} “Peach” {
@NIX changes bodyColor into Peach
goto boy_skincolor_light4
} “Fair” {
@NIX changes bodyColor into Fair
goto boy_skincolor_light4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Light”{
@NIX changes bodyColor into Light
goto boy_skincolor_light4
} “Light Ocre” {
@NIX changes bodyColor into Light Ocre
goto boy_skincolor_light4
} “Beige” {
@NIX changes bodyColor into Beige
goto boy_skincolor_light4
} “Ivory” {
@NIX changes bodyColor into Ivory
goto boy_skincolor_light4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
label boy_skincolor_medium4
NARRATOR
Medium skin tones.
choice [shouldPaginate: YES]
“Olive” {
@NIX changes bodyColor into Olive
goto boy_skincolor_medium4
} “Tan” {
@NIX changes bodyColor into Tan
goto boy_skincolor_medium4
} “Taupe” {
@NIX changes bodyColor into Taupe
goto boy_skincolor_medium4
} “Caramel” {
@NIX changes bodyColor into Caramel
goto boy_skincolor_medium4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Honey” {
@NIX changes bodyColor into Honey
goto boy_skincolor_medium4
} “Toffee” {
@NIX changes bodyColor into Toffee
goto boy_skincolor_medium4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
label boy_skincolor_dark4
NARRATOR
Dark skin tones.
choice [shouldPaginate: YES]
“Umber” {
@NIX changes bodyColor into Umber
goto boy_skincolor_dark4
} “Rosewood” {
@NIX changes bodyColor into Rosewood
goto boy_skincolor_dark4
} “Mocha” {
@NIX changes bodyColor into Mocha
goto boy_skincolor_dark4
} “Walnut” {
@NIX changes bodyColor into Walnut
goto boy_skincolor_dark4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Dark” {
@NIX changes bodyColor into Dark
goto boy_skincolor_dark4
} “Sable” {
@NIX changes bodyColor into Sable
goto boy_skincolor_dark4
} “Chestnut” {
@NIX changes bodyColor into Chestnut
goto boy_skincolor_dark4
} “Done”{
goto boy_custom4
} “Try Other Colors”{
goto boy_skin4
}
label boy_brows4
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Straight Bold”{
@NIX changes eyebrows into Straight Bold
goto boy_brows4
}“Thick Arch”{
@NIX changes eyebrows into Thick Arch
goto boy_brows4
}“Thick Straight”{
@NIX changes eyebrows into Thick Straight
goto boy_brows4
}“Medium Sharp”{
@NIX changes eyebrows into Medium Sharp
goto boy_brows4
}“Thick Tapered”{
@NIX changes eyebrows into Thick Tapered
goto boy_brows4
} “Done”{
goto boy_custom4
}
“Thin Arch”{
@NIX changes eyebrows into Thin Arch
goto boy_brows4
}“Thick Athletic”{
@NIX changes eyebrows into Thick Arch Athletic
goto boy_brows4
}“Thick Round”{
@NIX changes eyebrows into Thick Round
goto boy_brows4
}“Bold Arch”{
@NIX changes eyebrows into Bold Arch
goto boy_brows4
}“Bushy Wide”{
@NIX changes eyebrows into Bushy wide
goto boy_brows4
} “Done”{
goto boy_custom4
}
label boy_face4
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Athletic” {
@NIX changes face into Athletic Square Jaw
goto boy_face4
} “Stubble” {
@NIX changes face into Chiseled Square
goto boy_face4
} “Defined Triangle” {
@NIX changes face into Defined Triangle
goto boy_face4
} “Diamond” {
@NIX changes face into Diamond
goto boy_face4
} “Square Jaw” {
@NIX changes face into Square Jaw
goto boy_face4
} “Done”{
goto boy_custom4
}
“Thin Stubble” {
@NIX changes face into Sculpted Oblong
goto boy_face4
} “Soft Triangle” {
@NIX changes face into Cade
goto boy_face4
} “Chiseled” {
@NIX changes face into Chiseled Oval
goto boy_face4
} “Mature Round” {
@NIX changes face into Mature Round
goto boy_face4
} “Mature Mustache” {
@NIX changes face into Mature Square
goto boy_face4
} “Done”{
goto boy_custom4
}
label boy_eyes4
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Piercing” {
@NIX changes eyes into Deepset Piercing
goto boy_eyes4
} “Deepset Sloping” {
@NIX changes eyes into Deepset Sloping
goto boy_eyes4
} “Deepset Gentle” {
@NIX changes eyes into Deepset Gentle
goto boy_eyes4
} “Stoic Almond” {
@NIX changes eyes into Stoic Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Classic Round” {
@NIX changes eyes into Classic Round
goto boy_eyes4
} “Classic Almond” {
@NIX changes eyes into Classic Almond
goto boy_eyes4
} “Innocent Round” {
@NIX changes eyes into Innocent Round
goto boy_eyes4
} “Sloping Smolder” {
@NIX changes eyes into Sloping Smolder
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Sloping Innocent” {
@NIX changes eyes into Sloping Innocent
goto boy_eyes4
} “Narrow Gentle” {
@NIX changes eyes into Narrow Gentle
goto boy_eyes4
} “Gentle Almond” {
@NIX changes eyes into Gentle Almond
goto boy_eyes4
} “Piercing Almond” {
@NIX changes eyes into Piercing Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Round Piercing” {
@NIX changes eyes into Round Piercing
goto boy_eyes4
} “Round Gentle” {
@NIX changes eyes into Round Gentle
goto boy_eyes4
} “Athletic Round” {
@NIX changes eyes into Athletic Round
goto boy_eyes4
} “Mature Almond” {
@NIX changes eyes into Mature Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
label boy_eyecolor4
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@NIX changes eyesColor into Black
goto boy_eyecolor4
} “Blue” {
@NIX changes eyesColor into Blue
goto boy_eyecolor4
} “Brown” {
@NIX changes eyesColor into Brown
goto boy_eyecolor4
} “Green” {
@NIX changes eyesColor into Green
goto boy_eyecolor4
} “Purple” {
@NIX changes eyesColor into Purple
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“White” {
@NIX changes eyesColor into White
goto boy_eyecolor4
} “Auburn” {
@NIX changes eyesColor into Auburn
goto boy_eyecolor4
} “Hickory” {
@NIX changes eyesColor into Hickory
goto boy_eyecolor4
} “Pine” {
@NIX changes eyesColor into Pine
goto boy_eyecolor4
} “Toffee” {
@NIX changes eyesColor into Toffee
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Taupe” {
@NIX changes eyesColor into Taupe
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
label boy_mouth4
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Classic” {
@NIX changes mouth into Classic
goto boy_mouth4
}“Full” {
@NIX changes mouth into Full Tapered
goto boy_mouth4
}“Small Round” {
@NIX changes mouth into Small Round
goto boy_mouth4
}“Smirk” {
@NIX changes mouth into Smirk
goto boy_mouth4
}“Select Color”{
goto boy_mouthcolor4
}“Done”{
goto boy_custom4
}
“Small Open” {
@NIX changes mouth into Small
goto boy_mouth4
}“Uneven” {
@NIX changes mouth into Uneven
goto boy_mouth4
}“Pouting Oval” {
@NIX changes mouth into Pouting Oval
goto boy_mouth4
}“Uni-lip Medium” {
@NIX changes mouth into Uni-lip Medium
goto boy_mouth4
}“Select Color”{
goto boy_mouthcolor4
}“Done”{
goto boy_custom4
}
“Full Round” {
@NIX changes mouth into Full Round
goto boy_mouth4
}“Mature Classic” {
@NIX changes mouth into Mature Classic
goto boy_mouth4
}“Mature Medium” {
@NIX changes mouth into Mature Medium
goto boy_mouth4
}“Done”{
goto boy_custom4
}“Select Color”{
goto boy_mouthcolor4
}
label boy_mouthcolor4
NARRATOR
Lip colors.
choice
“Natural Colors” {
goto boy_NaturalColors4
} “Bright Colors” {
goto boy_BrightColors4
} “Dark Colors” {
goto boy_DarkColors4
} “Change Lip Shape” {
goto boy_mouth4
}
label boy_NaturalColors4
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Blush” {
@NIX changes mouthColor into Blush
goto boy_NaturalColors4
} “Dune” {
@NIX changes mouthColor into Dune
goto boy_NaturalColors4
} “Ivory” {
@NIX changes mouthColor into Ivory
goto boy_NaturalColors4
} “Mocha” {
@NIX changes mouthColor into Mocha
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Taupe” {
@NIX changes mouthColor into Taupe
goto boy_NaturalColors4
} “Terracotta” {
@NIX changes mouthColor into Terracotta
goto boy_NaturalColors4
} “Toffee” {
@NIX changes mouthColor into Toffee
goto boy_NaturalColors4
} “Umber” {
@NIX changes mouthColor into Umber
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Rosewood” {
@NIX changes mouthColor into Rosewood
goto boy_NaturalColors4
} “Dark” {
@NIX changes mouthColor into Dark
goto boy_NaturalColors4
} “Sable” {
@NIX changes mouthColor into Sable
goto boy_NaturalColors4
} “Chestnut” {
@NIX changes mouthColor into Chestnut
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_BrightColors4
NARRATOR
Bright lipstick colors.
choice [shouldPaginate: YES]
“Bubblegum Pink” {
@NIX changes mouthColor into Bubblegum Pink
goto boy_BrightColors4
} “Champagne” {
@NIX changes mouthColor into Champagne
goto boy_BrightColors4
} “Olive” {
@NIX changes mouthColor into Olive
goto boy_BrightColors4
} “Cherry Red” {
@NIX changes mouthColor into Cherry Red
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Orange Crush” {
@NIX changes mouthColor into Orange Crush
goto boy_BrightColors4
} “Raspberry” {
@NIX changes mouthColor into Raspberry
goto boy_BrightColors4
} “Rose” {
@NIX changes mouthColor into Rose
goto boy_BrightColors4
} “Ruby Red” {
@NIX changes mouthColor into Ruby Red
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Seafoam” {
@NIX changes mouthColor into Seafoam
goto boy_BrightColors4
} “Sky Blue” {
@NIX changes mouthColor into Sky Blue
goto boy_BrightColors4
} “White” {
@NIX changes mouthColor into White
goto boy_BrightColors4
} “Lavender” {
@NIX changes mouthColor into Lavender
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_DarkColors4
NARRATOR
Dark lipstick colors.
choice [shouldPaginate: YES]
“Azure” {
@NIX changes mouthColor into Azure
goto boy_DarkColors4
} “Raven” {
@NIX changes mouthColor into Raven
goto boy_DarkColors4
} “Bordeaux” {
@NIX changes mouthColor into Bordeaux
goto boy_DarkColors4
} “Dusty Rose” {
@NIX changes mouthColor into Dusty Rose
goto boy_DarkColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Plum” {
@NIX changes mouthColor into Plum
goto boy_DarkColors4
} “Emerald” {
@NIX changes mouthColor into Emerald
goto boy_DarkColors4
} “Scarlet” {
@NIX changes mouthColor into Scarlet
goto boy_DarkColors4
} “Wine” {
@NIX changes mouthColor into Wine
goto boy_DarkColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_nose4
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button” {
@NIX changes nose into Button
goto boy_nose4
} “Refined” {
@NIX changes nose into Refined
goto boy_nose4
} “Aquline”{
@NIX changes nose into Aquiline
goto boy_nose4
} “Roman” {
@NIX changes nose into Roman
goto boy_nose4
} “Broad” {
@NIX changes nose into Broad
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Hooked”{
@NIX changes nose into Hooked Nose
goto boy_nose4
} “Thin” {
@NIX changes nose into Thin
goto boy_nose4
} “Chiseled” {
@NIX changes nose into Chiseled
goto boy_nose4
} “Strong”{
@NIX changes nose into Strong
goto boy_nose4
} “Upturned”{
@NIX changes nose into Upturned
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Round”{
@NIX changes nose into Round
goto boy_nose4
} “Athletic Button” {
@NIX changes nose into Athletic Button
goto boy_nose4
} “Bulbous”{
@NIX changes nose into Bulbous
goto boy_nose4
} “Bull”{
@NIX changes nose into Bull
goto boy_nose4
} “Soft Natural”{
@NIX changes nose into Soft Natural
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Wide”{
@NIX changes nose into Wide
goto boy_nose4
} “Mature Wide”{
@NIX changes nose into Mature Wide
goto boy_nose4
} “Mature Aquline”{
@NIX changes nose into Mature Aquiline
goto boy_nose4
} “Done”{
goto boy_custom4
} “Mature Grecian”{
@NIX changes nose into Mature Grecian
goto boy_nose4
}
label boy_hair4
NARRATOR
Choose his hairstyle.
choice
“Shorter Hair” {
goto boy_shorthair4
} “Longer Hair” {
goto boy_longhair4
} “Styled” {
goto boy_styledhair4
} “Bangs” {
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Done” {
goto boy_custom4
}
label boy_shorthair4
NARRATOR
Short hair styles.
choice [shouldPaginate: YES]
“Buzzed” {
@NIX changes hair into Buzzed Hair
goto boy_shorthair4
} “Generic Short” {
@NIX changes hair into Generic Short Hair
goto boy_shorthair4
} “Short Cropped” {
@NIX changes hair into Short Cropped Hair
goto boy_shorthair4
}“Boy Bun” {
@NIX changes hair into Boy Bun
goto boy_shorthair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Short Fade” {
@NIX changes hair into Short Curly Fade
goto boy_shorthair4
} “High Top Fade” {
@NIX changes hair into High Top Fade
goto boy_shorthair4
} “Shaved Sides” {
@NIX changes hair into Shaved Sides
goto boy_shorthair4
} “Back to Styles” {
goto boy_hair4
} “Change Color” {
goto boy_haircolor4
}
label boy_longhair4
NARRATOR
Long hair styles.
choice [shouldPaginate: YES]
“Emo Boy” {
@NIX changes hair into Emo Boy Hair
goto boy_longhair4
} “Shoulder Length” {
@NIX changes hair into Shoulder Length
goto boy_longhair4
} “Corn Rows” {
@NIX changes hair into Styled Corn Rows
goto boy_longhair4
} “Twisted” {
@NIX changes hair into Twist Hair Male
goto boy_longhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Dreadlocks” {
@NIX changes hair into Long Dreadlocks
goto boy_longhair4
} “Cade Messy” {
@NIX changes hair into Cade Messy Hair
goto boy_longhair4
}“Long Braids” {
@NIX changes hair into Long Braids
goto boy_longhair4
} “Natural Curls” {
@NIX changes hair into Natural Curls
goto boy_longhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_styledhair4
NARRATOR
Styled hair.
choice [shouldPaginate: YES]
“SoCal Flip” {
@NIX changes hair into SoCal Flip
goto boy_styledhair4
} “Pompadour” {
@NIX changes hair into Modern Pompadour
goto boy_styledhair4
} “Spiked” {
@NIX changes hair into Spiked Up Hair
goto boy_styledhair4
} “Slicked Back” {
@NIX changes hair into Slicked Back Hair
goto boy_styledhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Short Faux Hawk” {
@NIX changes hair into Male Subtle Faux Hawk
goto boy_styledhair4
} “Long Fauk Hawk” {
@NIX changes hair into Male Messy Faux Hawk
goto boy_styledhair4
} “Cade” {
@NIX changes hair into Cade Hair
goto boy_styledhair4
} “Cornrow Bun” {
@NIX changes hair into Cornrow Bun
goto boy_styledhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_bangshair4
NARRATOR
Hair styles with bangs.
choice [shouldPaginate: YES]
“Short Wave” {
@NIX changes hair into Short Wave
goto boy_bangshair4
} “Long Bangs” {
@NIX changes hair into Long Bangs
goto boy_bangshair4
} “Bowl Cut” {
@NIX changes hair into Bowl Cut
goto boy_bangshair4
} “Euro Style” {
@NIX changes hair into Euro Style Hair
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Unstyled Faux Hawk” {
@NIX changes hair into Unstyled Faux Hawk
goto boy_bangshair4
} “Wild Curly” {
@NIX changes hair into Wild Curly Hair
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_haircolor4
NARRATOR
Hair colors.
choice
“Dark”{
goto boy_hairDark4
}“Light” {
goto boy_hairLight4
}“Dye”{
goto boy_hairDye4
} “Done” {
goto boy_custom4
} “Back to Styles” {
goto boy_hair4
}
label boy_hairDark4
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Black” {
@NIX changes hairColor into Black
goto boy_hairDark4
}“Chestnut Brown”{
@NIX changes hairColor into Chestnut
goto boy_hairDark4
}“Cayenne”{
@NIX changes hairColor into Cayenne
goto boy_hairDark4
}“Auburn” {
@NIX changes hairColor into Auburn
goto boy_hairDark4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
label boy_hairLight4
NARRATOR
Light hair colors.
choice
“Blond” {
@NIX changes hairColor into Blond
goto boy_hairLight4
}“Fawn” {
@NIX changes hairColor into Fawn
goto boy_hairLight4
}“Platinum Blond” {
@NIX changes hairColor into Platinum Blond
goto boy_hairLight4
}“Strawberry Blond” {
@NIX changes hairColor into Strawberry Blond
goto boy_hairLight4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
label boy_hairDye4
NARRATOR
Dyed hair styles.
choice [shouldPaginate: YES]
“Bright Blue” {
@NIX changes hairColor into Blasting Blue
goto boy_hairDye4
}“Green” {
@NIX changes hairColor into Grievance Green
goto boy_hairDye4
}“Hot Pink” {
@NIX changes hairColor into Pop Pink
goto boy_hairDye4
}“Purple” {
@NIX changes hairColor into Punky Purple
goto boy_hairDye4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
“Charcoal” {
@NIX changes hairColor into Charcoal
goto boy_hairDye4
}“Light Blue” {
@NIX changes hairColor into Blue Light
goto boy_hairDye4
}“Mint” {
@NIX changes hairColor into Mint
goto boy_hairDye4
}“Passion Fruit” {
@NIX changes hairColor into Passion Fruit
goto boy_hairDye4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
“Coral” {
@NIX changes hairColor into Coral
goto boy_hairDye4
}“White” {
@NIX changes hairColor into White
goto boy_hairDye4
}“Grey” {
@NIX changes hairColor into Grey
goto boy_hairDye4
}“Done”{
goto boy_custom4
}“Different Colors”{
goto boy_haircolor4
}
label boy_end4
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
@NIX is primp_condescend
} “No I want to change something” {
goto boy_custom4
}
#}
label continue_story
can you screenshot how you add your overlay? as in your script when you add it. in order to know how to fix your problem
Here’s my script… (its only the beginning scene)
INT. BLACK - NIGHT
@overlay REMEMBER create
@overlay REMEMBER opacity 1 in 0
INT.BLACK - NIGHT with REMEMBER in zone 1
@overlay REMEMBER opacity 1 in 0
then try to see if it is there. maybe try to move it to your screen or scale it to be super large then make it smaller and drag it to your screen?
Then press copy stage and paste it under what I wrote
its still not working, the scaling goes on endlessly
What do you mean by endlessly?
it just scrolls on forever
It says “the label customize_characters doesn’t exist” and “you already have a boy_custom3 label”
try now?
if it didn’t work then @JemU776 and @Apes can help you…
I am just a beginner in episode
NARRATOR
Do you want to customize the deities?
choice
“Yes”{
goto label customize character
}“No”{
goto label continue_story
}
label boy_custom3
@SOLIS stands screen center and SOLIS faces right and SOLIS starts idle
label customize character
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin3
} “Hair” {
goto boy_hair3
} “Eyes” {
goto boy_eyes3
} “Eyebrows” {
goto boy_brows3
} “Face Shape”{
goto boy_face3
} “Nose” {
goto boy_nose3
} “Mouth” {
goto boy_mouth3
} “This is perfect!” {
goto boy_end3
}
label boy_skin3
NARRATOR
Skin tones.
choice
“Light Skin Colors”{
goto boy_skincolor_light3
}“Medium Skin Colors”{
goto boy_skincolor_medium3
}“Dark Skin Colors”{
goto boy_skincolor_dark3
}
label boy_skincolor_light3
NARRATOR
Light skin tones.
choice [shouldPaginate: YES]
“Dune” {
@SOLIS changes bodyColor into Dune
goto boy_skincolor_light3
} “Porcelain” {
@SOLIS changes bodyColor into Porcelain
goto boy_skincolor_light3
} “Peach” {
@SOLIS changes bodyColor into Peach
goto boy_skincolor_light3
} “Fair” {
@SOLIS changes bodyColor into Fair
goto boy_skincolor_light3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Light”{
@SOLIS changes bodyColor into Light
goto boy_skincolor_light3
} “Light Ocre” {
@SOLIS changes bodyColor into Light Ocre
goto boy_skincolor_light3
} “Beige” {
@SOLIS changes bodyColor into Beige
goto boy_skincolor_light3
} “Ivory” {
@SOLIS changes bodyColor into Ivory
goto boy_skincolor_light3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
label boy_skincolor_medium3
NARRATOR
Medium skin tones.
choice [shouldPaginate: YES]
“Olive” {
@SOLIS changes bodyColor into Olive
goto boy_skincolor_medium3
} “Tan” {
@SOLIS changes bodyColor into Tan
goto boy_skincolor_medium3
} “Taupe” {
@SOLIS changes bodyColor into Taupe
goto boy_skincolor_medium3
} “Caramel” {
@SOLIS changes bodyColor into Caramel
goto boy_skincolor_medium3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Honey” {
@SOLIS changes bodyColor into Honey
goto boy_skincolor_medium3
} “Toffee” {
@SOLIS changes bodyColor into Toffee
goto boy_skincolor_medium3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
label boy_skincolor_dark3
NARRATOR
Dark skin tones.
choice [shouldPaginate: YES]
“Umber” {
@SOLIS changes bodyColor into Umber
goto boy_skincolor_dark3
} “Rosewood” {
@SOLIS changes bodyColor into Rosewood
goto boy_skincolor_dark3
} “Mocha” {
@SOLIS changes bodyColor into Mocha
goto boy_skincolor_dark3
} “Walnut” {
@SOLIS changes bodyColor into Walnut
goto boy_skincolor_dark3
} “Try Other Colors”{
goto boy_skin3
} “Done”{
goto boy_custom3
}
“Dark” {
@SOLIS changes bodyColor into Dark
goto boy_skincolor_dark3
} “Sable” {
@SOLIS changes bodyColor into Sable
goto boy_skincolor_dark3
} “Chestnut” {
@SOLIS changes bodyColor into Chestnut
goto boy_skincolor_dark3
} “Done”{
goto boy_custom3
} “Try Other Colors”{
goto boy_skin3
}
label boy_brows3
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Straight Bold”{
@SOLIS changes eyebrows into Straight Bold
goto boy_brows3
}“Thick Arch”{
@SOLIS changes eyebrows into Thick Arch
goto boy_brows3
}“Thick Straight”{
@SOLIS changes eyebrows into Thick Straight
goto boy_brows3
}“Medium Sharp”{
@SOLIS changes eyebrows into Medium Sharp
goto boy_brows3
}“Thick Tapered”{
@SOLIS changes eyebrows into Thick Tapered
goto boy_brows3
} “Done”{
goto boy_custom3
}
“Thin Arch”{
@SOLIS changes eyebrows into Thin Arch
goto boy_brows3
}“Thick Athletic”{
@SOLIS changes eyebrows into Thick Arch Athletic
goto boy_brows3
}“Thick Round”{
@SOLIS changes eyebrows into Thick Round
goto boy_brows3
}“Bold Arch”{
@SOLIS changes eyebrows into Bold Arch
goto boy_brows3
}“Bushy Wide”{
@SOLIS changes eyebrows into Bushy wide
goto boy_brows3
} “Done”{
goto boy_custom3
}
label boy_face3
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Athletic” {
@SOLIS changes face into Athletic Square Jaw
goto boy_face3
} “Stubble” {
@SOLIS changes face into Chiseled Square
goto boy_face3
} “Defined Triangle” {
@SOLIS changes face into Defined Triangle
goto boy_face3
} “Diamond” {
@SOLIS changes face into Diamond
goto boy_face3
} “Square Jaw” {
@SOLIS changes face into Square Jaw
goto boy_face3
} “Done”{
goto boy_custom3
}
“Thin Stubble” {
@SOLIS changes face into Sculpted Oblong
goto boy_face3
} “Soft Triangle” {
@SOLIS changes face into Cade
goto boy_face3
} “Chiseled” {
@SOLIS changes face into Chiseled Oval
goto boy_face3
} “Mature Round” {
@SOLIS changes face into Mature Round
goto boy_face3
} “Mature Mustache” {
@SOLIS changes face into Mature Square
goto boy_face3
} “Done”{
goto boy_custom3
}
label boy_eyes3
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Piercing” {
@SOLIS changes eyes into Deepset Piercing
goto boy_eyes3
} “Deepset Sloping” {
@SOLIS changes eyes into Deepset Sloping
goto boy_eyes3
} “Deepset Gentle” {
@SOLIS changes eyes into Deepset Gentle
goto boy_eyes3
} “Stoic Almond” {
@SOLIS changes eyes into Stoic Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Classic Round” {
@SOLIS changes eyes into Classic Round
goto boy_eyes3
} “Classic Almond” {
@SOLIS changes eyes into Classic Almond
goto boy_eyes3
} “Innocent Round” {
@SOLIS changes eyes into Innocent Round
goto boy_eyes3
} “Sloping Smolder” {
@SOLIS changes eyes into Sloping Smolder
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Sloping Innocent” {
@SOLIS changes eyes into Sloping Innocent
goto boy_eyes3
} “Narrow Gentle” {
@SOLIS changes eyes into Narrow Gentle
goto boy_eyes3
} “Gentle Almond” {
@SOLIS changes eyes into Gentle Almond
goto boy_eyes3
} “Piercing Almond” {
@SOLIS changes eyes into Piercing Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Round Piercing” {
@SOLIS changes eyes into Round Piercing
goto boy_eyes3
} “Round Gentle” {
@SOLIS changes eyes into Round Gentle
goto boy_eyes3
} “Athletic Round” {
@SOLIS changes eyes into Athletic Round
goto boy_eyes3
} “Mature Almond” {
@SOLIS changes eyes into Mature Almond
goto boy_eyes3
} “Select Color”{
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
label boy_eyecolor3
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@SOLIS changes eyesColor into Black
goto boy_eyecolor3
} “Blue” {
@SOLIS changes eyesColor into Blue
goto boy_eyecolor3
} “Brown” {
@SOLIS changes eyesColor into Brown
goto boy_eyecolor3
} “Green” {
@SOLIS changes eyesColor into Green
goto boy_eyecolor3
} “Purple” {
@SOLIS changes eyesColor into Purple
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“White” {
@SOLIS changes eyesColor into White
goto boy_eyecolor3
} “Auburn” {
@SOLIS changes eyesColor into Auburn
goto boy_eyecolor3
} “Hickory” {
@SOLIS changes eyesColor into Hickory
goto boy_eyecolor3
} “Pine” {
@SOLIS changes eyesColor into Pine
goto boy_eyecolor3
} “Toffee” {
@SOLIS changes eyesColor into Toffee
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
“Taupe” {
@SOLIS changes eyesColor into Taupe
goto boy_eyecolor3
} “Done”{
goto boy_custom3
}
label boy_mouth3
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Classic” {
@SOLIS changes mouth into Classic
goto boy_mouth3
}“Full” {
@SOLIS changes mouth into Full Tapered
goto boy_mouth3
}“Small Round” {
@SOLIS changes mouth into Small Round
goto boy_mouth3
}“Smirk” {
@SOLIS changes mouth into Smirk
goto boy_mouth3
}“Select Color”{
goto boy_mouthcolor3
}“Done”{
goto boy_custom3
}
“Small Open” {
@SOLIS changes mouth into Small
goto boy_mouth3
}“Uneven” {
@SOLIS changes mouth into Uneven
goto boy_mouth3
}“Pouting Oval” {
@SOLIS changes mouth into Pouting Oval
goto boy_mouth3
}“Uni-lip Medium” {
@SOLIS changes mouth into Uni-lip Medium
goto boy_mouth3
}“Select Color”{
goto boy_mouthcolor3
}“Done”{
goto boy_custom3
}
“Full Round” {
@SOLIS changes mouth into Full Round
goto boy_mouth3
}“Mature Classic” {
@SOLIS changes mouth into Mature Classic
goto boy_mouth3
}“Mature Medium” {
@SOLIS changes mouth into Mature Medium
goto boy_mouth3
}“Done”{
goto boy_custom3
}“Select Color”{
goto boy_mouthcolor3
}
label boy_mouthcolor3
NARRATOR
Lip colors.
choice
“Natural Colors” {
goto boy_NaturalColors3
} “Bright Colors” {
goto boy_BrightColors3
} “Dark Colors” {
goto boy_DarkColors3
} “Change Lip Shape” {
goto boy_mouth3
}
label boy_NaturalColors3
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Blush” {
@SOLIS changes mouthColor into Blush
goto boy_NaturalColors3
} “Dune” {
@SOLIS changes mouthColor into Dune
goto boy_NaturalColors3
} “Ivory” {
@SOLIS changes mouthColor into Ivory
goto boy_NaturalColors3
} “Mocha” {
@SOLIS changes mouthColor into Mocha
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Taupe” {
@SOLIS changes mouthColor into Taupe
goto boy_NaturalColors3
} “Terracotta” {
@SOLIS changes mouthColor into Terracotta
goto boy_NaturalColors3
} “Toffee” {
@SOLIS changes mouthColor into Toffee
goto boy_NaturalColors3
} “Umber” {
@SOLIS changes mouthColor into Umber
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Rosewood” {
@SOLIS changes mouthColor into Rosewood
goto boy_NaturalColors3
} “Dark” {
@SOLIS changes mouthColor into Dark
goto boy_NaturalColors3
} “Sable” {
@SOLIS changes mouthColor into Sable
goto boy_NaturalColors3
} “Chestnut” {
@SOLIS changes mouthColor into Chestnut
goto boy_NaturalColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_BrightColors3
NARRATOR
Bright lipstick colors.
choice [shouldPaginate: YES]
“Bubblegum Pink” {
@SOLIS changes mouthColor into Bubblegum Pink
goto boy_BrightColors3
} “Champagne” {
@SOLIS changes mouthColor into Champagne
goto boy_BrightColors3
} “Olive” {
@SOLIS changes mouthColor into Olive
goto boy_BrightColors3
} “Cherry Red” {
@SOLIS changes mouthColor into Cherry Red
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Orange Crush” {
@SOLIS changes mouthColor into Orange Crush
goto boy_BrightColors3
} “Raspberry” {
@SOLIS changes mouthColor into Raspberry
goto boy_BrightColors3
} “Rose” {
@SOLIS changes mouthColor into Rose
goto boy_BrightColors3
} “Ruby Red” {
@SOLIS changes mouthColor into Ruby Red
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Seafoam” {
@SOLIS changes mouthColor into Seafoam
goto boy_BrightColors3
} “Sky Blue” {
@SOLIS changes mouthColor into Sky Blue
goto boy_BrightColors3
} “White” {
@SOLIS changes mouthColor into White
goto boy_BrightColors3
} “Lavender” {
@SOLIS changes mouthColor into Lavender
goto boy_BrightColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_DarkColors3
NARRATOR
Dark lipstick colors.
choice [shouldPaginate: YES]
“Azure” {
@SOLIS changes mouthColor into Azure
goto boy_DarkColors3
} “Raven” {
@SOLIS changes mouthColor into Raven
goto boy_DarkColors3
} “Bordeaux” {
@SOLIS changes mouthColor into Bordeaux
goto boy_DarkColors3
} “Dusty Rose” {
@SOLIS changes mouthColor into Dusty Rose
goto boy_DarkColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
“Plum” {
@SOLIS changes mouthColor into Plum
goto boy_DarkColors3
} “Emerald” {
@SOLIS changes mouthColor into Emerald
goto boy_DarkColors3
} “Scarlet” {
@SOLIS changes mouthColor into Scarlet
goto boy_DarkColors3
} “Wine” {
@SOLIS changes mouthColor into Wine
goto boy_DarkColors3
} “Try Other Colors” {
goto boy_mouthcolor3
} “Done” {
goto boy_custom3
}
label boy_nose3
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button” {
@SOLIS changes nose into Button
goto boy_nose3
} “Refined” {
@SOLIS changes nose into Refined
goto boy_nose3
} “Aquline”{
@SOLIS changes nose into Aquiline
goto boy_nose3
} “Roman” {
@SOLIS changes nose into Roman
goto boy_nose3
} “Broad” {
@SOLIS changes nose into Broad
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Hooked”{
@SOLIS changes nose into Hooked Nose
goto boy_nose3
} “Thin” {
@SOLIS changes nose into Thin
goto boy_nose3
} “Chiseled” {
@SOLIS changes nose into Chiseled
goto boy_nose3
} “Strong”{
@SOLIS changes nose into Strong
goto boy_nose3
} “Upturned”{
@SOLIS changes nose into Upturned
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Round”{
@SOLIS changes nose into Round
goto boy_nose3
} “Athletic Button” {
@SOLIS changes nose into Athletic Button
goto boy_nose3
} “Bulbous”{
@SOLIS changes nose into Bulbous
goto boy_nose3
} “Bull”{
@SOLIS changes nose into Bull
goto boy_nose3
} “Soft Natural”{
@SOLIS changes nose into Soft Natural
goto boy_nose3
} “Done”{
goto boy_custom3
}
“Wide”{
@SOLIS changes nose into Wide
goto boy_nose3
} “Mature Wide”{
@SOLIS changes nose into Mature Wide
goto boy_nose3
} “Mature Aquline”{
@SOLIS changes nose into Mature Aquiline
goto boy_nose3
} “Done”{
goto boy_custom3
} “Mature Grecian”{
@SOLIS changes nose into Mature Grecian
goto boy_nose3
}
label boy_hair3
NARRATOR
Choose his hairstyle.
choice
“Shorter Hair” {
goto boy_shorthair3
} “Longer Hair” {
goto boy_longhair3
} “Styled” {
goto boy_styledhair3
} “Bangs” {
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Done” {
goto boy_custom3
}
label boy_shorthair3
NARRATOR
Short hair styles.
choice [shouldPaginate: YES]
“Buzzed” {
@SOLIS changes hair into Buzzed Hair
goto boy_shorthair3
} “Generic Short” {
@SOLIS changes hair into Generic Short Hair
goto boy_shorthair3
} “Short Cropped” {
@SOLIS changes hair into Short Cropped Hair
goto boy_shorthair3
}“Boy Bun” {
@SOLIS changes hair into Boy Bun
goto boy_shorthair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Short Fade” {
@SOLIS changes hair into Short Curly Fade
goto boy_shorthair3
} “High Top Fade” {
@SOLIS changes hair into High Top Fade
goto boy_shorthair3
} “Shaved Sides” {
@SOLIS changes hair into Shaved Sides
goto boy_shorthair3
} “Back to Styles” {
goto boy_hair3
} “Change Color” {
goto boy_haircolor3
}
label boy_longhair3
NARRATOR
Long hair styles.
choice [shouldPaginate: YES]
“Emo Boy” {
@SOLIS changes hair into Emo Boy Hair
goto boy_longhair3
} “Shoulder Length” {
@SOLIS changes hair into Shoulder Length
goto boy_longhair3
} “Corn Rows” {
@SOLIS changes hair into Styled Corn Rows
goto boy_longhair3
} “Twisted” {
@SOLIS changes hair into Twist Hair Male
goto boy_longhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Dreadlocks” {
@SOLIS changes hair into Long Dreadlocks
goto boy_longhair3
} “Cade Messy” {
@SOLIS changes hair into Cade Messy Hair
goto boy_longhair3
}“Long Braids” {
@SOLIS changes hair into Long Braids
goto boy_longhair3
} “Natural Curls” {
@SOLIS changes hair into Natural Curls
goto boy_longhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_styledhair3
NARRATOR
Styled hair.
choice [shouldPaginate: YES]
“SoCal Flip” {
@SOLIS changes hair into SoCal Flip
goto boy_styledhair3
} “Pompadour” {
@SOLIS changes hair into Modern Pompadour
goto boy_styledhair3
} “Spiked” {
@SOLIS changes hair into Spiked Up Hair
goto boy_styledhair3
} “Slicked Back” {
@SOLIS changes hair into Slicked Back Hair
goto boy_styledhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Short Faux Hawk” {
@SOLIS changes hair into Male Subtle Faux Hawk
goto boy_styledhair3
} “Long Fauk Hawk” {
@SOLIS changes hair into Male Messy Faux Hawk
goto boy_styledhair3
} “Cade” {
@SOLIS changes hair into Cade Hair
goto boy_styledhair3
} “Cornrow Bun” {
@SOLIS changes hair into Cornrow Bun
goto boy_styledhair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_bangshair3
NARRATOR
Hair styles with bangs.
choice [shouldPaginate: YES]
“Short Wave” {
@SOLIS changes hair into Short Wave
goto boy_bangshair3
} “Long Bangs” {
@SOLIS changes hair into Long Bangs
goto boy_bangshair3
} “Bowl Cut” {
@SOLIS changes hair into Bowl Cut
goto boy_bangshair3
} “Euro Style” {
@SOLIS changes hair into Euro Style Hair
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
“Unstyled Faux Hawk” {
@SOLIS changes hair into Unstyled Faux Hawk
goto boy_bangshair3
} “Wild Curly” {
@SOLIS changes hair into Wild Curly Hair
goto boy_bangshair3
} “Change Color” {
goto boy_haircolor3
} “Back to Styles” {
goto boy_hair3
}
label boy_haircolor3
NARRATOR
Hair colors.
choice
“Dark”{
goto boy_hairDark3
}“Light” {
goto boy_hairLight3
}“Dye”{
goto boy_hairDye3
} “Done” {
goto boy_custom3
} “Back to Styles” {
goto boy_hair3
}
label boy_hairDark3
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Black” {
@SOLIS changes hairColor into Black
goto boy_hairDark3
}“Chestnut Brown”{
@SOLIS changes hairColor into Chestnut
goto boy_hairDark3
}“Cayenne”{
@SOLIS changes hairColor into Cayenne
goto boy_hairDark3
}“Auburn” {
@SOLIS changes hairColor into Auburn
goto boy_hairDark3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
label boy_hairLight3
NARRATOR
Light hair colors.
choice
“Blond” {
@SOLIS changes hairColor into Blond
goto boy_hairLight3
}“Fawn” {
@SOLIS changes hairColor into Fawn
goto boy_hairLight3
}“Platinum Blond” {
@SOLIS changes hairColor into Platinum Blond
goto boy_hairLight3
}“Strawberry Blond” {
@SOLIS changes hairColor into Strawberry Blond
goto boy_hairLight3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
label boy_hairDye3
NARRATOR
Dyed hair styles.
choice [shouldPaginate: YES]
“Bright Blue” {
@SOLIS changes hairColor into Blasting Blue
goto boy_hairDye3
}“Green” {
@SOLIS changes hairColor into Grievance Green
goto boy_hairDye3
}“Hot Pink” {
@SOLIS changes hairColor into Pop Pink
goto boy_hairDye3
}“Purple” {
@SOLIS changes hairColor into Punky Purple
goto boy_hairDye3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
“Charcoal” {
@SOLIS changes hairColor into Charcoal
goto boy_hairDye3
}“Light Blue” {
@SOLIS changes hairColor into Blue Light
goto boy_hairDye3
}“Mint” {
@SOLIS changes hairColor into Mint
goto boy_hairDye3
}“Passion Fruit” {
@SOLIS changes hairColor into Passion Fruit
goto boy_hairDye3
}“Different Colors”{
goto boy_haircolor3
}“Done”{
goto boy_custom3
}
“Coral” {
@SOLIS changes hairColor into Coral
goto boy_hairDye3
}“White” {
@SOLIS changes hairColor into White
goto boy_hairDye3
}“Grey” {
@SOLIS changes hairColor into Grey
goto boy_hairDye3
}“Done”{
goto boy_custom3
}“Different Colors”{
goto boy_haircolor3
}
label boy_end3
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
@SOLIS is primp_condescend
} “No I want to change something” {
goto boy_custom3
}
}
label boy_custom4
@NIX stands screen center and NIX faces right and NIX starts idle
NARRATOR
What does he look like?
choice
“Skin Tone” {
goto boy_skin4
} “Hair” {
goto boy_hair4
} “Eyes” {
goto boy_eyes4
} “Eyebrows” {
goto boy_brows4
} “Face Shape”{
goto boy_face4
} “Nose” {
goto boy_nose4
} “Mouth” {
goto boy_mouth4
} “This is perfect!” {
goto boy_end4
}
label boy_skin4
NARRATOR
Skin tones.
choice
“Light Skin Colors”{
goto boy_skincolor_light4
}“Medium Skin Colors”{
goto boy_skincolor_medium4
}“Dark Skin Colors”{
goto boy_skincolor_dark4
}
label boy_skincolor_light4
NARRATOR
Light skin tones.
choice [shouldPaginate: YES]
“Dune” {
@NIX changes bodyColor into Dune
goto boy_skincolor_light4
} “Porcelain” {
@NIX changes bodyColor into Porcelain
goto boy_skincolor_light4
} “Peach” {
@NIX changes bodyColor into Peach
goto boy_skincolor_light4
} “Fair” {
@NIX changes bodyColor into Fair
goto boy_skincolor_light4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Light”{
@NIX changes bodyColor into Light
goto boy_skincolor_light4
} “Light Ocre” {
@NIX changes bodyColor into Light Ocre
goto boy_skincolor_light4
} “Beige” {
@NIX changes bodyColor into Beige
goto boy_skincolor_light4
} “Ivory” {
@NIX changes bodyColor into Ivory
goto boy_skincolor_light4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
label boy_skincolor_medium4
NARRATOR
Medium skin tones.
choice [shouldPaginate: YES]
“Olive” {
@NIX changes bodyColor into Olive
goto boy_skincolor_medium4
} “Tan” {
@NIX changes bodyColor into Tan
goto boy_skincolor_medium4
} “Taupe” {
@NIX changes bodyColor into Taupe
goto boy_skincolor_medium4
} “Caramel” {
@NIX changes bodyColor into Caramel
goto boy_skincolor_medium4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Honey” {
@NIX changes bodyColor into Honey
goto boy_skincolor_medium4
} “Toffee” {
@NIX changes bodyColor into Toffee
goto boy_skincolor_medium4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
label boy_skincolor_dark4
NARRATOR
Dark skin tones.
choice [shouldPaginate: YES]
“Umber” {
@NIX changes bodyColor into Umber
goto boy_skincolor_dark4
} “Rosewood” {
@NIX changes bodyColor into Rosewood
goto boy_skincolor_dark4
} “Mocha” {
@NIX changes bodyColor into Mocha
goto boy_skincolor_dark4
} “Walnut” {
@NIX changes bodyColor into Walnut
goto boy_skincolor_dark4
} “Try Other Colors”{
goto boy_skin4
} “Done”{
goto boy_custom4
}
“Dark” {
@NIX changes bodyColor into Dark
goto boy_skincolor_dark4
} “Sable” {
@NIX changes bodyColor into Sable
goto boy_skincolor_dark4
} “Chestnut” {
@NIX changes bodyColor into Chestnut
goto boy_skincolor_dark4
} “Done”{
goto boy_custom4
} “Try Other Colors”{
goto boy_skin4
}
label boy_brows4
NARRATOR
Eyebrow shapes.
choice [shouldPaginate: YES]
“Straight Bold”{
@NIX changes eyebrows into Straight Bold
goto boy_brows4
}“Thick Arch”{
@NIX changes eyebrows into Thick Arch
goto boy_brows4
}“Thick Straight”{
@NIX changes eyebrows into Thick Straight
goto boy_brows4
}“Medium Sharp”{
@NIX changes eyebrows into Medium Sharp
goto boy_brows4
}“Thick Tapered”{
@NIX changes eyebrows into Thick Tapered
goto boy_brows4
} “Done”{
goto boy_custom4
}
“Thin Arch”{
@NIX changes eyebrows into Thin Arch
goto boy_brows4
}“Thick Athletic”{
@NIX changes eyebrows into Thick Arch Athletic
goto boy_brows4
}“Thick Round”{
@NIX changes eyebrows into Thick Round
goto boy_brows4
}“Bold Arch”{
@NIX changes eyebrows into Bold Arch
goto boy_brows4
}“Bushy Wide”{
@NIX changes eyebrows into Bushy wide
goto boy_brows4
} “Done”{
goto boy_custom4
}
label boy_face4
NARRATOR
Face shapes.
choice [shouldPaginate: YES]
“Athletic” {
@NIX changes face into Athletic Square Jaw
goto boy_face4
} “Stubble” {
@NIX changes face into Chiseled Square
goto boy_face4
} “Defined Triangle” {
@NIX changes face into Defined Triangle
goto boy_face4
} “Diamond” {
@NIX changes face into Diamond
goto boy_face4
} “Square Jaw” {
@NIX changes face into Square Jaw
goto boy_face4
} “Done”{
goto boy_custom4
}
“Thin Stubble” {
@NIX changes face into Sculpted Oblong
goto boy_face4
} “Soft Triangle” {
@NIX changes face into Cade
goto boy_face4
} “Chiseled” {
@NIX changes face into Chiseled Oval
goto boy_face4
} “Mature Round” {
@NIX changes face into Mature Round
goto boy_face4
} “Mature Mustache” {
@NIX changes face into Mature Square
goto boy_face4
} “Done”{
goto boy_custom4
}
label boy_eyes4
NARRATOR
Eye shapes.
choice [shouldPaginate: YES]
“Deepset Piercing” {
@NIX changes eyes into Deepset Piercing
goto boy_eyes4
} “Deepset Sloping” {
@NIX changes eyes into Deepset Sloping
goto boy_eyes4
} “Deepset Gentle” {
@NIX changes eyes into Deepset Gentle
goto boy_eyes4
} “Stoic Almond” {
@NIX changes eyes into Stoic Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Classic Round” {
@NIX changes eyes into Classic Round
goto boy_eyes4
} “Classic Almond” {
@NIX changes eyes into Classic Almond
goto boy_eyes4
} “Innocent Round” {
@NIX changes eyes into Innocent Round
goto boy_eyes4
} “Sloping Smolder” {
@NIX changes eyes into Sloping Smolder
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Sloping Innocent” {
@NIX changes eyes into Sloping Innocent
goto boy_eyes4
} “Narrow Gentle” {
@NIX changes eyes into Narrow Gentle
goto boy_eyes4
} “Gentle Almond” {
@NIX changes eyes into Gentle Almond
goto boy_eyes4
} “Piercing Almond” {
@NIX changes eyes into Piercing Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Round Piercing” {
@NIX changes eyes into Round Piercing
goto boy_eyes4
} “Round Gentle” {
@NIX changes eyes into Round Gentle
goto boy_eyes4
} “Athletic Round” {
@NIX changes eyes into Athletic Round
goto boy_eyes4
} “Mature Almond” {
@NIX changes eyes into Mature Almond
goto boy_eyes4
} “Select Color”{
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
label boy_eyecolor4
NARRATOR
Eye colors.
choice [shouldPaginate: YES]
“Black” {
@NIX changes eyesColor into Black
goto boy_eyecolor4
} “Blue” {
@NIX changes eyesColor into Blue
goto boy_eyecolor4
} “Brown” {
@NIX changes eyesColor into Brown
goto boy_eyecolor4
} “Green” {
@NIX changes eyesColor into Green
goto boy_eyecolor4
} “Purple” {
@NIX changes eyesColor into Purple
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“White” {
@NIX changes eyesColor into White
goto boy_eyecolor4
} “Auburn” {
@NIX changes eyesColor into Auburn
goto boy_eyecolor4
} “Hickory” {
@NIX changes eyesColor into Hickory
goto boy_eyecolor4
} “Pine” {
@NIX changes eyesColor into Pine
goto boy_eyecolor4
} “Toffee” {
@NIX changes eyesColor into Toffee
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
“Taupe” {
@NIX changes eyesColor into Taupe
goto boy_eyecolor4
} “Done”{
goto boy_custom4
}
label boy_mouth4
NARRATOR
Mouth shapes.
choice [shouldPaginate: YES]
“Classic” {
@NIX changes mouth into Classic
goto boy_mouth4
}“Full” {
@NIX changes mouth into Full Tapered
goto boy_mouth4
}“Small Round” {
@NIX changes mouth into Small Round
goto boy_mouth4
}“Smirk” {
@NIX changes mouth into Smirk
goto boy_mouth4
}“Select Color”{
goto boy_mouthcolor4
}“Done”{
goto boy_custom4
}
“Small Open” {
@NIX changes mouth into Small
goto boy_mouth4
}“Uneven” {
@NIX changes mouth into Uneven
goto boy_mouth4
}“Pouting Oval” {
@NIX changes mouth into Pouting Oval
goto boy_mouth4
}“Uni-lip Medium” {
@NIX changes mouth into Uni-lip Medium
goto boy_mouth4
}“Select Color”{
goto boy_mouthcolor4
}“Done”{
goto boy_custom4
}
“Full Round” {
@NIX changes mouth into Full Round
goto boy_mouth4
}“Mature Classic” {
@NIX changes mouth into Mature Classic
goto boy_mouth4
}“Mature Medium” {
@NIX changes mouth into Mature Medium
goto boy_mouth4
}“Done”{
goto boy_custom4
}“Select Color”{
goto boy_mouthcolor4
}
label boy_mouthcolor4
NARRATOR
Lip colors.
choice
“Natural Colors” {
goto boy_NaturalColors4
} “Bright Colors” {
goto boy_BrightColors4
} “Dark Colors” {
goto boy_DarkColors4
} “Change Lip Shape” {
goto boy_mouth4
}
label boy_NaturalColors4
NARRATOR
Natural lip colors.
choice [shouldPaginate: YES]
“Blush” {
@NIX changes mouthColor into Blush
goto boy_NaturalColors4
} “Dune” {
@NIX changes mouthColor into Dune
goto boy_NaturalColors4
} “Ivory” {
@NIX changes mouthColor into Ivory
goto boy_NaturalColors4
} “Mocha” {
@NIX changes mouthColor into Mocha
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Taupe” {
@NIX changes mouthColor into Taupe
goto boy_NaturalColors4
} “Terracotta” {
@NIX changes mouthColor into Terracotta
goto boy_NaturalColors4
} “Toffee” {
@NIX changes mouthColor into Toffee
goto boy_NaturalColors4
} “Umber” {
@NIX changes mouthColor into Umber
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Rosewood” {
@NIX changes mouthColor into Rosewood
goto boy_NaturalColors4
} “Dark” {
@NIX changes mouthColor into Dark
goto boy_NaturalColors4
} “Sable” {
@NIX changes mouthColor into Sable
goto boy_NaturalColors4
} “Chestnut” {
@NIX changes mouthColor into Chestnut
goto boy_NaturalColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_BrightColors4
NARRATOR
Bright lipstick colors.
choice [shouldPaginate: YES]
“Bubblegum Pink” {
@NIX changes mouthColor into Bubblegum Pink
goto boy_BrightColors4
} “Champagne” {
@NIX changes mouthColor into Champagne
goto boy_BrightColors4
} “Olive” {
@NIX changes mouthColor into Olive
goto boy_BrightColors4
} “Cherry Red” {
@NIX changes mouthColor into Cherry Red
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Orange Crush” {
@NIX changes mouthColor into Orange Crush
goto boy_BrightColors4
} “Raspberry” {
@NIX changes mouthColor into Raspberry
goto boy_BrightColors4
} “Rose” {
@NIX changes mouthColor into Rose
goto boy_BrightColors4
} “Ruby Red” {
@NIX changes mouthColor into Ruby Red
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Seafoam” {
@NIX changes mouthColor into Seafoam
goto boy_BrightColors4
} “Sky Blue” {
@NIX changes mouthColor into Sky Blue
goto boy_BrightColors4
} “White” {
@NIX changes mouthColor into White
goto boy_BrightColors4
} “Lavender” {
@NIX changes mouthColor into Lavender
goto boy_BrightColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_DarkColors4
NARRATOR
Dark lipstick colors.
choice [shouldPaginate: YES]
“Azure” {
@NIX changes mouthColor into Azure
goto boy_DarkColors4
} “Raven” {
@NIX changes mouthColor into Raven
goto boy_DarkColors4
} “Bordeaux” {
@NIX changes mouthColor into Bordeaux
goto boy_DarkColors4
} “Dusty Rose” {
@NIX changes mouthColor into Dusty Rose
goto boy_DarkColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
“Plum” {
@NIX changes mouthColor into Plum
goto boy_DarkColors4
} “Emerald” {
@NIX changes mouthColor into Emerald
goto boy_DarkColors4
} “Scarlet” {
@NIX changes mouthColor into Scarlet
goto boy_DarkColors4
} “Wine” {
@NIX changes mouthColor into Wine
goto boy_DarkColors4
} “Try Other Colors” {
goto boy_mouthcolor4
} “Done” {
goto boy_custom4
}
label boy_nose4
NARRATOR
Nose shapes.
choice [shouldPaginate: YES]
“Button” {
@NIX changes nose into Button
goto boy_nose4
} “Refined” {
@NIX changes nose into Refined
goto boy_nose4
} “Aquline”{
@NIX changes nose into Aquiline
goto boy_nose4
} “Roman” {
@NIX changes nose into Roman
goto boy_nose4
} “Broad” {
@NIX changes nose into Broad
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Hooked”{
@NIX changes nose into Hooked Nose
goto boy_nose4
} “Thin” {
@NIX changes nose into Thin
goto boy_nose4
} “Chiseled” {
@NIX changes nose into Chiseled
goto boy_nose4
} “Strong”{
@NIX changes nose into Strong
goto boy_nose4
} “Upturned”{
@NIX changes nose into Upturned
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Round”{
@NIX changes nose into Round
goto boy_nose4
} “Athletic Button” {
@NIX changes nose into Athletic Button
goto boy_nose4
} “Bulbous”{
@NIX changes nose into Bulbous
goto boy_nose4
} “Bull”{
@NIX changes nose into Bull
goto boy_nose4
} “Soft Natural”{
@NIX changes nose into Soft Natural
goto boy_nose4
} “Done”{
goto boy_custom4
}
“Wide”{
@NIX changes nose into Wide
goto boy_nose4
} “Mature Wide”{
@NIX changes nose into Mature Wide
goto boy_nose4
} “Mature Aquline”{
@NIX changes nose into Mature Aquiline
goto boy_nose4
} “Done”{
goto boy_custom4
} “Mature Grecian”{
@NIX changes nose into Mature Grecian
goto boy_nose4
}
label boy_hair4
NARRATOR
Choose his hairstyle.
choice
“Shorter Hair” {
goto boy_shorthair4
} “Longer Hair” {
goto boy_longhair4
} “Styled” {
goto boy_styledhair4
} “Bangs” {
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Done” {
goto boy_custom4
}
label boy_shorthair4
NARRATOR
Short hair styles.
choice [shouldPaginate: YES]
“Buzzed” {
@NIX changes hair into Buzzed Hair
goto boy_shorthair4
} “Generic Short” {
@NIX changes hair into Generic Short Hair
goto boy_shorthair4
} “Short Cropped” {
@NIX changes hair into Short Cropped Hair
goto boy_shorthair4
}“Boy Bun” {
@NIX changes hair into Boy Bun
goto boy_shorthair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Short Fade” {
@NIX changes hair into Short Curly Fade
goto boy_shorthair4
} “High Top Fade” {
@NIX changes hair into High Top Fade
goto boy_shorthair4
} “Shaved Sides” {
@NIX changes hair into Shaved Sides
goto boy_shorthair4
} “Back to Styles” {
goto boy_hair4
} “Change Color” {
goto boy_haircolor4
}
label boy_longhair4
NARRATOR
Long hair styles.
choice [shouldPaginate: YES]
“Emo Boy” {
@NIX changes hair into Emo Boy Hair
goto boy_longhair4
} “Shoulder Length” {
@NIX changes hair into Shoulder Length
goto boy_longhair4
} “Corn Rows” {
@NIX changes hair into Styled Corn Rows
goto boy_longhair4
} “Twisted” {
@NIX changes hair into Twist Hair Male
goto boy_longhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Dreadlocks” {
@NIX changes hair into Long Dreadlocks
goto boy_longhair4
} “Cade Messy” {
@NIX changes hair into Cade Messy Hair
goto boy_longhair4
}“Long Braids” {
@NIX changes hair into Long Braids
goto boy_longhair4
} “Natural Curls” {
@NIX changes hair into Natural Curls
goto boy_longhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_styledhair4
NARRATOR
Styled hair.
choice [shouldPaginate: YES]
“SoCal Flip” {
@NIX changes hair into SoCal Flip
goto boy_styledhair4
} “Pompadour” {
@NIX changes hair into Modern Pompadour
goto boy_styledhair4
} “Spiked” {
@NIX changes hair into Spiked Up Hair
goto boy_styledhair4
} “Slicked Back” {
@NIX changes hair into Slicked Back Hair
goto boy_styledhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Short Faux Hawk” {
@NIX changes hair into Male Subtle Faux Hawk
goto boy_styledhair4
} “Long Fauk Hawk” {
@NIX changes hair into Male Messy Faux Hawk
goto boy_styledhair4
} “Cade” {
@NIX changes hair into Cade Hair
goto boy_styledhair4
} “Cornrow Bun” {
@NIX changes hair into Cornrow Bun
goto boy_styledhair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_bangshair4
NARRATOR
Hair styles with bangs.
choice [shouldPaginate: YES]
“Short Wave” {
@NIX changes hair into Short Wave
goto boy_bangshair4
} “Long Bangs” {
@NIX changes hair into Long Bangs
goto boy_bangshair4
} “Bowl Cut” {
@NIX changes hair into Bowl Cut
goto boy_bangshair4
} “Euro Style” {
@NIX changes hair into Euro Style Hair
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
“Unstyled Faux Hawk” {
@NIX changes hair into Unstyled Faux Hawk
goto boy_bangshair4
} “Wild Curly” {
@NIX changes hair into Wild Curly Hair
goto boy_bangshair4
} “Change Color” {
goto boy_haircolor4
} “Back to Styles” {
goto boy_hair4
}
label boy_haircolor4
NARRATOR
Hair colors.
choice
“Dark”{
goto boy_hairDark4
}“Light” {
goto boy_hairLight4
}“Dye”{
goto boy_hairDye4
} “Done” {
goto boy_custom4
} “Back to Styles” {
goto boy_hair4
}
label boy_hairDark4
NARRATOR
Dark hair colors.
choice [shouldPaginate: YES]
“Black” {
@NIX changes hairColor into Black
goto boy_hairDark4
}“Chestnut Brown”{
@NIX changes hairColor into Chestnut
goto boy_hairDark4
}“Cayenne”{
@NIX changes hairColor into Cayenne
goto boy_hairDark4
}“Auburn” {
@NIX changes hairColor into Auburn
goto boy_hairDark4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
label boy_hairLight4
NARRATOR
Light hair colors.
choice
“Blond” {
@NIX changes hairColor into Blond
goto boy_hairLight4
}“Fawn” {
@NIX changes hairColor into Fawn
goto boy_hairLight4
}“Platinum Blond” {
@NIX changes hairColor into Platinum Blond
goto boy_hairLight4
}“Strawberry Blond” {
@NIX changes hairColor into Strawberry Blond
goto boy_hairLight4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
label boy_hairDye4
NARRATOR
Dyed hair styles.
choice [shouldPaginate: YES]
“Bright Blue” {
@NIX changes hairColor into Blasting Blue
goto boy_hairDye4
}“Green” {
@NIX changes hairColor into Grievance Green
goto boy_hairDye4
}“Hot Pink” {
@NIX changes hairColor into Pop Pink
goto boy_hairDye4
}“Purple” {
@NIX changes hairColor into Punky Purple
goto boy_hairDye4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
“Charcoal” {
@NIX changes hairColor into Charcoal
goto boy_hairDye4
}“Light Blue” {
@NIX changes hairColor into Blue Light
goto boy_hairDye4
}“Mint” {
@NIX changes hairColor into Mint
goto boy_hairDye4
}“Passion Fruit” {
@NIX changes hairColor into Passion Fruit
goto boy_hairDye4
}“Different Colors”{
goto boy_haircolor4
}“Done”{
goto boy_custom4
}
“Coral” {
@NIX changes hairColor into Coral
goto boy_hairDye4
}“White” {
@NIX changes hairColor into White
goto boy_hairDye4
}“Grey” {
@NIX changes hairColor into Grey
goto boy_hairDye4
}“Done”{
goto boy_custom4
}“Different Colors”{
goto boy_haircolor4
}
label boy_end4
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
@NIX is primp_condescend
} “No I want to change something” {
goto boy_custom4
}
#}
label continue_story
it worked
great to know so!