By Dara
The "becomes" Command
This template allows you to keep using just one character and story line by using the "becomes" command. If you don't know the command, you can read more about it in the Twins Duplicates and Family Members tutorial.
Plus Size Body Type Choice Template
You will need to create a separate pluse size character.
If the plus size body is chosen, your main character will "become" that character and have that body look. So you will continue to use your main character through out the rest of the story.
NOTE: This template uses the "CHARACTER changes into body" for the generic/athelic/soft body types. This does not show in the web previewer. You will need to test your story in the app to see these body type changes.
PLEASE READ BELOW CAREFULLY!
@GENERIC becomes PLUS SIZE
The above command will make the generic character look exactly like the plus size character, appearance and outfit.
But it only makes them appear like the plus size character. This command does not change their body type. A generic female becoming a plus size female will ONLY make her look like the plus size character, but she is still technically be the generic body type. This means you cannot change into a plus size outfit, otherwise you will get the "mixing body type" error message.
Generic, Athletic, and Soft bodies all use the same generic body shape which means that they all fit into the same outfits.
SOLUTION TO THE PLUS SIZE OUTFIT CHANGING ISSUE
If you're going to allow your readers to customize, you will have to use a customization template with a TWIN character added into the template. The "twin" character will be the plus size character, so that both the main character and the plus size character will get customized at the same time.
This template is a full customization template with the plus size and other body type choices included.
Plus Size Female Full Customization Template
@FEMALEAVATAR changes into FEM_outfit @PLUSSIZE changes into PLUS_outfit @FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and FEMALEAVATAR starts idle @PLUSSIZE spot 1.28 160 0 in zone 2 and PLUSSIZE faces left and PLUSSIZE starts idle label fem_custom_btx2 NARRATOR What does your character look like? choice [layout] "Body Type" { goto fem_body_btx2 } "Skin Tone" { goto fem_skin_btx2 } "Hairstyle & Color" { goto fem_hair_btx2 } "Facial Features" { goto fem_faceoptions_btx2 } <PREMIUM> "This is perfect!" { goto fem_end_btx2 } ####################### BODY TYPE ####################### label fem_body_btx2 if (FEMALEAVATAR =1) { @PLUSSIZE previews outfit PLUS_BIKINI_outfit } else { @FEMALEAVATAR previews outfit BIKINI_outfit } NARRATOR Body types. choice "Generic" { @FEMALEAVATAR =0 @FEMALEAVATAR changes body into Female Generic Body @FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and FEMALEAVATAR starts idle @PLUSSIZE spot 1.28 160 0 in zone 2 and PLUSSIZE faces left and PLUSSIZE starts idle @pause for 1 goto fem_body_btx2 } "Athletic" { @FEMALEAVATAR =0 @FEMALEAVATAR changes body into Female Athletic Body @FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and FEMALEAVATAR starts idle @PLUSSIZE spot 1.28 160 0 in zone 2 and PLUSSIZE faces left and PLUSSIZE starts idle @pause for 1 goto fem_body_btx2 } "Soft" { @FEMALEAVATAR =0 @FEMALEAVATAR changes body into Female Soft Body @FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and FEMALEAVATAR starts idle @PLUSSIZE spot 1.28 160 0 in zone 2 and PLUSSIZE faces left and PLUSSIZE starts idle @pause for 1 goto fem_body_btx2 } "Plus" { @FEMALEAVATAR =1 @PLUSSIZE previews outfit PLUS_BIKINI_outfit @PLUSSIZE stands screen center and PLUSSIZE faces right and PLUSSIZE starts idle @FEMALEAVATAR spot 1.28 160 0 in zone 2 and FEMALEAVATAR faces left and FEMALEAVATAR starts idle @pause for 1 goto fem_body_btx2 } <PREMIUM> "Done" { if (FEMALEAVATAR =1) { @PLUSSIZE unpreviews outfit PLUS_BIKINI_outfit @FEMALEAVATAR unpreviews outfit BIKINI_outfit } else { @FEMALEAVATAR unpreviews outfit BIKINI_outfit } goto fem_custom_btx2 } ####################### FACE APPEARANCE ####################### label fem_faceoptions_btx2 NARRATOR Facial features. choice "Face Shape" { goto fem_face_btx2 } "Eyes" { goto fem_eyes_btx2 } "Eyebrows" { goto fem_brows_btx2 } "Nose" { goto fem_nose_btx2 } "Lips" { goto fem_mouth_btx2 } <PREMIUM> "Main Menu" { goto fem_custom_btx2 } ####################### SKIN COLOR ####################### label fem_skin_btx2 NARRATOR All skin tones. choice "Neutral Shades" { goto fem_neutralskin_btx2 } "Rose Shades" { goto fem_roseskin_btx2 } "Gold Shades" { goto fem_goldskin_btx2 } "Copper Shades" { goto fem_copperskin_btx2 } "Ash Shades" { goto fem_ashskin_btx2 } <PREMIUM> "Main Menu" { goto fem_custom_btx2 } label fem_neutralskin_btx2 NARRATOR Neutral skin tones. choice [shouldPaginate: YES] "Neutral 00" { @FEMALEAVATAR changes bodyColor into Neutral 00 @PLUSSIZE changes bodyColor into Neutral 00 goto fem_neutralskin_btx2 } "Neutral 01" { @FEMALEAVATAR changes bodyColor into Neutral 01 @PLUSSIZE changes bodyColor into Neutral 01 goto fem_neutralskin_btx2 } "Neutral 02" { @FEMALEAVATAR changes bodyColor into Neutral 02 @PLUSSIZE changes bodyColor into Neutral 02 goto fem_neutralskin_btx2 } "Neutral 03" { @FEMALEAVATAR changes bodyColor into Neutral 03 @PLUSSIZE changes bodyColor into Neutral 03 goto fem_neutralskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Neutral 04" { @FEMALEAVATAR changes bodyColor into Neutral 04 @PLUSSIZE changes bodyColor into Neutral 04 goto fem_neutralskin_btx2 } "Neutral 05" { @FEMALEAVATAR changes bodyColor into Neutral 05 @PLUSSIZE changes bodyColor into Neutral 05 goto fem_neutralskin_btx2 } "Neutral 06" { @FEMALEAVATAR changes bodyColor into Neutral 06 @PLUSSIZE changes bodyColor into Neutral 06 goto fem_neutralskin_btx2 } "Neutral 07" { @FEMALEAVATAR changes bodyColor into Neutral 07 @PLUSSIZE changes bodyColor into Neutral 07 goto fem_neutralskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Neutral 08" { @FEMALEAVATAR changes bodyColor into Neutral 08 @PLUSSIZE changes bodyColor into Neutral 08 goto fem_neutralskin_btx2 } "Neutral 09" { @FEMALEAVATAR changes bodyColor into Neutral 09 @PLUSSIZE changes bodyColor into Neutral 09 goto fem_neutralskin_btx2 } "Neutral 10" { @FEMALEAVATAR changes bodyColor into Neutral 10 @PLUSSIZE changes bodyColor into Neutral 10 goto fem_neutralskin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } label fem_roseskin_btx2 NARRATOR Rose skin tones. choice [shouldPaginate: YES] "Rose 00" { @FEMALEAVATAR changes bodyColor into Rose 00 @PLUSSIZE changes bodyColor into Rose 00 goto fem_roseskin_btx2 } "Rose 01" { @FEMALEAVATAR changes bodyColor into Rose 01 @PLUSSIZE changes bodyColor into Rose 01 goto fem_roseskin_btx2 } "Rose 02" { @FEMALEAVATAR changes bodyColor into Rose 02 @PLUSSIZE changes bodyColor into Rose 02 goto fem_roseskin_btx2 } "Rose 03" { @FEMALEAVATAR changes bodyColor into Rose 03 @PLUSSIZE changes bodyColor into Rose 03 goto fem_roseskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Rose 04" { @FEMALEAVATAR changes bodyColor into Rose 04 @PLUSSIZE changes bodyColor into Rose 04 goto fem_roseskin_btx2 } "Rose 05" { @FEMALEAVATAR changes bodyColor into Rose 05 @PLUSSIZE changes bodyColor into Rose 05 goto fem_roseskin_btx2 } "Rose 06" { @FEMALEAVATAR changes bodyColor into Rose 06 @PLUSSIZE changes bodyColor into Rose 06 goto fem_roseskin_btx2 } "Rose 07" { @FEMALEAVATAR changes bodyColor into Rose 07 @PLUSSIZE changes bodyColor into Rose 07 goto fem_roseskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Rose 08" { @FEMALEAVATAR changes bodyColor into Rose 08 @PLUSSIZE changes bodyColor into Rose 08 goto fem_roseskin_btx2 } "Rose 09" { @FEMALEAVATAR changes bodyColor into Rose 09 @PLUSSIZE changes bodyColor into Rose 09 goto fem_roseskin_btx2 } "Rose 10" { @FEMALEAVATAR changes bodyColor into Rose 10 @PLUSSIZE changes bodyColor into Rose 10 goto fem_roseskin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } label fem_goldskin_btx2 NARRATOR Gold skin tones. choice [shouldPaginate: YES] "Gold 00" { @FEMALEAVATAR changes bodyColor into Gold 00 @PLUSSIZE changes bodyColor into Gold 00 goto fem_goldskin_btx2 } "Gold 01" { @FEMALEAVATAR changes bodyColor into Gold 01 @PLUSSIZE changes bodyColor into Gold 01 goto fem_goldskin_btx2 } "Gold 02" { @FEMALEAVATAR changes bodyColor into Gold 02 @PLUSSIZE changes bodyColor into Gold 02 goto fem_goldskin_btx2 } "Gold 03" { @FEMALEAVATAR changes bodyColor into Gold 03 @PLUSSIZE changes bodyColor into Gold 03 goto fem_goldskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Gold 04" { @FEMALEAVATAR changes bodyColor into Gold 04 @PLUSSIZE changes bodyColor into Gold 04 goto fem_goldskin_btx2 } "Gold 05" { @FEMALEAVATAR changes bodyColor into Gold 05 @PLUSSIZE changes bodyColor into Gold 05 goto fem_goldskin_btx2 } "Gold 06" { @FEMALEAVATAR changes bodyColor into Gold 06 @PLUSSIZE changes bodyColor into Gold 06 goto fem_goldskin_btx2 } "Gold 07" { @FEMALEAVATAR changes bodyColor into Gold 07 @PLUSSIZE changes bodyColor into Gold 07 goto fem_goldskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Gold 08" { @FEMALEAVATAR changes bodyColor into Gold 08 @PLUSSIZE changes bodyColor into Gold 08 goto fem_goldskin_btx2 } "Gold 09" { @FEMALEAVATAR changes bodyColor into Gold 09 @PLUSSIZE changes bodyColor into Gold 09 goto fem_goldskin_btx2 } "Gold 10" { @FEMALEAVATAR changes bodyColor into Gold 10 @PLUSSIZE changes bodyColor into Gold 10 goto fem_goldskin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } label fem_copperskin_btx2 NARRATOR Copper skin tones. choice [shouldPaginate: YES] "Copper 00" { @FEMALEAVATAR changes bodyColor into Copper 00 @PLUSSIZE changes bodyColor into Copper 00 goto fem_copperskin_btx2 } "Copper 01" { @FEMALEAVATAR changes bodyColor into Copper 01 @PLUSSIZE changes bodyColor into Copper 01 goto fem_copperskin_btx2 } "Copper 02" { @FEMALEAVATAR changes bodyColor into Copper 02 @PLUSSIZE changes bodyColor into Copper 02 goto fem_copperskin_btx2 } "Copper 03" { @FEMALEAVATAR changes bodyColor into Copper 03 @PLUSSIZE changes bodyColor into Copper 03 goto fem_copperskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Copper 04" { @FEMALEAVATAR changes bodyColor into Copper 04 @PLUSSIZE changes bodyColor into Copper 04 goto fem_copperskin_btx2 } "Copper 05" { @FEMALEAVATAR changes bodyColor into Copper 05 @PLUSSIZE changes bodyColor into Copper 05 goto fem_copperskin_btx2 } "Copper 06" { @FEMALEAVATAR changes bodyColor into Copper 06 @PLUSSIZE changes bodyColor into Copper 06 goto fem_copperskin_btx2 } "Copper 07" { @FEMALEAVATAR changes bodyColor into Copper 07 @PLUSSIZE changes bodyColor into Copper 07 goto fem_copperskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Copper 08" { @FEMALEAVATAR changes bodyColor into Copper 08 @PLUSSIZE changes bodyColor into Copper 08 goto fem_copperskin_btx2 } "Copper 09" { @FEMALEAVATAR changes bodyColor into Copper 09 @PLUSSIZE changes bodyColor into Copper 09 goto fem_copperskin_btx2 } "Copper 10" { @FEMALEAVATAR changes bodyColor into Copper 10 @PLUSSIZE changes bodyColor into Copper 10 goto fem_copperskin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } label fem_ashskin_btx2 NARRATOR Ash skin tones. choice [shouldPaginate: YES] "Ash 00" { @FEMALEAVATAR changes bodyColor into Ash 00 @PLUSSIZE changes bodyColor into Ash 00 goto fem_ashskin_btx2 } "Ash 01" { @FEMALEAVATAR changes bodyColor into Ash 01 @PLUSSIZE changes bodyColor into Ash 01 goto fem_ashskin_btx2 } "Ash 02" { @FEMALEAVATAR changes bodyColor into Ash 02 @PLUSSIZE changes bodyColor into Ash 02 goto fem_ashskin_btx2 } "Ash 03" { @FEMALEAVATAR changes bodyColor into Ash 03 @PLUSSIZE changes bodyColor into Ash 03 goto fem_ashskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Ash 04" { @FEMALEAVATAR changes bodyColor into Ash 04 @PLUSSIZE changes bodyColor into Ash 04 goto fem_ashskin_btx2 } "Ash 05" { @FEMALEAVATAR changes bodyColor into Ash 05 @PLUSSIZE changes bodyColor into Ash 05 goto fem_ashskin_btx2 } "Ash 06" { @FEMALEAVATAR changes bodyColor into Ash 06 @PLUSSIZE changes bodyColor into Ash 06 goto fem_ashskin_btx2 } "Ash 07" { @FEMALEAVATAR changes bodyColor into Ash 07 @PLUSSIZE changes bodyColor into Ash 07 goto fem_ashskin_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } "Ash 08" { @FEMALEAVATAR changes bodyColor into Ash 08 @PLUSSIZE changes bodyColor into Ash 08 goto fem_ashskin_btx2 } "Ash 09" { @FEMALEAVATAR changes bodyColor into Ash 09 @PLUSSIZE changes bodyColor into Ash 09 goto fem_ashskin_btx2 } "Ash 10" { @FEMALEAVATAR changes bodyColor into Ash 10 @PLUSSIZE changes bodyColor into Ash 10 goto fem_ashskin_btx2 } <PREMIUM> "Done" { goto fem_custom_btx2 } <GREEN> "Different Shades" { goto fem_skin_btx2 } ####################### EYEBROWS ####################### label fem_brows_btx2 NARRATOR Eyebrow shapes. choice [shouldPaginate: YES] "Arched Natural"{ @FEMALEAVATAR changes eyebrows into Arched Natural @PLUSSIZE changes eyebrows into Arched Natural goto fem_brows_btx2 }"Arched Thick"{ @FEMALEAVATAR changes eyebrows into Arched Thick Styled @PLUSSIZE changes eyebrows into Arched Thick Styled goto fem_brows_btx2 }"Arched Thin"{ @FEMALEAVATAR changes eyebrows into Arched Thin @PLUSSIZE changes eyebrows into Arched Thin goto fem_brows_btx2 }"Arched Thin High"{ @FEMALEAVATAR changes eyebrows into Arched Thin High @PLUSSIZE changes eyebrows into Arched Thin High goto fem_brows_btx2 }<GREEN> "Change Color" { goto fem_browscolor_btx2 }<PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Round Medium"{ @FEMALEAVATAR changes eyebrows into Round Medium @PLUSSIZE changes eyebrows into Round Medium goto fem_brows_btx2 }"Round Thick"{ @FEMALEAVATAR changes eyebrows into Round Thick @PLUSSIZE changes eyebrows into Round Thick goto fem_brows_btx2 }"Round Thin High"{ @FEMALEAVATAR changes eyebrows into Round Thin High @PLUSSIZE changes eyebrows into Round Thin High goto fem_brows_btx2 }"Straight Medium"{ @FEMALEAVATAR changes eyebrows into Straight Medium @PLUSSIZE changes eyebrows into Straight Medium goto fem_brows_btx2 }<GREEN> "Change Color" { goto fem_browscolor_btx2 }<PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Arched Natural Scar"{ @FEMALEAVATAR changes eyebrows into Arched Natural Scar @PLUSSIZE changes eyebrows into Arched Natural Scar goto fem_brows_btx2 }"High Arch Angled"{ @FEMALEAVATAR changes eyebrows into High Arch Angled @PLUSSIZE changes eyebrows into High Arch Angled goto fem_brows_btx2 }"Arched Short"{ @FEMALEAVATAR changes eyebrows into Arched Short @PLUSSIZE changes eyebrows into Arched Short goto fem_brows_btx2 }"Bushy Thick"{ @FEMALEAVATAR changes eyebrows into Bushy Thick @PLUSSIZE changes eyebrows into Bushy Thick goto fem_brows_btx2 }<GREEN> "Change Color" { goto fem_browscolor_btx2 }<PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Straight Thin"{ @FEMALEAVATAR changes eyebrows into Straight Thin @PLUSSIZE changes eyebrows into Straight Thin goto fem_brows_btx2 }"Round Thick Styled"{ @FEMALEAVATAR changes eyebrows into Round Thick Styled @PLUSSIZE changes eyebrows into Round Thick Styled goto fem_brows_btx2 }<GREEN> "Change Color" { goto fem_browscolor_btx2 }<PREMIUM> "Done"{ goto fem_faceoptions_btx2 } ####################### EYEBROW COLOR ####################### label fem_browscolor_btx2 NARRATOR All brow colors. choice [layout] "Natural" { goto fem_naturalbrowcolors_btx2 }"Dyed"{ goto fem_dyedbrowcolors_btx2 } <GREEN> "Brow Shapes" { goto fem_brows_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } label fem_naturalbrowcolors_btx2 NARRATOR Dark brow colors. choice [shouldPaginate: YES] "Jet Black" { @FEMALEAVATAR changes eyebrowsColor into blackJet @PLUSSIZE changes eyebrowsColor into blackJet goto fem_naturalbrowcolors_btx2 }"Dark Black" { @FEMALEAVATAR changes eyebrowsColor into Black Dark @PLUSSIZE changes eyebrowsColor into Black Dark goto fem_naturalbrowcolors_btx2 }"Deep Brown" { @FEMALEAVATAR changes eyebrowsColor into Deep Brown @PLUSSIZE changes eyebrowsColor into Deep Brown goto fem_naturalbrowcolors_btx2 }"Dark Brown"{ @FEMALEAVATAR changes eyebrowsColor into Dark Brown @PLUSSIZE changes eyebrowsColor into Dark Brown goto fem_naturalbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Chestnut Brown"{ @FEMALEAVATAR changes eyebrowsColor into Chestnut Brown @PLUSSIZE changes eyebrowsColor into Chestnut Brown goto fem_naturalbrowcolors_btx2 }"Warm Brown" { @FEMALEAVATAR changes eyebrowsColor into Medium Warm Brown @PLUSSIZE changes eyebrowsColor into Medium Warm Brown goto fem_naturalbrowcolors_btx2 }"Light Brown" { @FEMALEAVATAR changes eyebrowsColor into Light Brown @PLUSSIZE changes eyebrowsColor into Light Brown goto fem_naturalbrowcolors_btx2 }"Burgundy Red" { @FEMALEAVATAR changes eyebrowsColor into Burgundy Red @PLUSSIZE changes eyebrowsColor into Burgundy Red goto fem_naturalbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Ginger Red" { @FEMALEAVATAR changes eyebrowsColor into Ginger Red @PLUSSIZE changes eyebrowsColor into Ginger Red goto fem_naturalbrowcolors_btx2 }"Platinum Blonde" { @FEMALEAVATAR changes eyebrowsColor into Platinum Blonde @PLUSSIZE changes eyebrowsColor into Platinum Blonde goto fem_naturalbrowcolors_btx2 }"Dirty Blonde" { @FEMALEAVATAR changes eyebrowsColor into Dirty Blonde @PLUSSIZE changes eyebrowsColor into Dirty Blonde goto fem_naturalbrowcolors_btx2 }"Honey Blonde" { @FEMALEAVATAR changes eyebrowsColor into Honey Blonde @PLUSSIZE changes eyebrowsColor into Honey Blonde goto fem_naturalbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Strawberry Blonde" { @FEMALEAVATAR changes eyebrowsColor into Strawberry Blonde @PLUSSIZE changes eyebrowsColor into Strawberry Blonde goto fem_naturalbrowcolors_btx2 }"Medium Blonde" { @FEMALEAVATAR changes eyebrowsColor into Blonde Medium @PLUSSIZE changes eyebrowsColor into Blonde Medium goto fem_naturalbrowcolors_btx2 }"Ash Blonde" { @FEMALEAVATAR changes eyebrowsColor into Ash Blonde @PLUSSIZE changes eyebrowsColor into Ash Blonde goto fem_naturalbrowcolors_btx2 }"Peach Blonde" { @FEMALEAVATAR changes eyebrowsColor into Peach Blonde @PLUSSIZE changes eyebrowsColor into Peach Blonde goto fem_naturalbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } label fem_dyedbrowcolors_btx2 NARRATOR Dyed brow colors. choice [shouldPaginate: YES] "Hot Pink" { @FEMALEAVATAR changes eyebrowsColor into Hot Pink @PLUSSIZE changes eyebrowsColor into Hot Pink goto fem_dyedbrowcolors_btx2 } "Light Pink" { @FEMALEAVATAR changes eyebrowsColor into Pink Lt @PLUSSIZE changes eyebrowsColor into Pink Lt goto fem_dyedbrowcolors_btx2 } "Rose Gold" { @FEMALEAVATAR changes eyebrowsColor into Rose Gold @PLUSSIZE changes eyebrowsColor into Rose Gold goto fem_dyedbrowcolors_btx2 } "Purple" { @FEMALEAVATAR changes eyebrowsColor into Red Purple @PLUSSIZE changes eyebrowsColor into Red Purple goto fem_dyedbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Purple Lilac" { @FEMALEAVATAR changes eyebrowsColor into Purple Lilac @PLUSSIZE changes eyebrowsColor into Purple Lilac goto fem_dyedbrowcolors_btx2 } "Plum" { @FEMALEAVATAR changes eyebrowsColor into Plum @PLUSSIZE changes eyebrowsColor into Plum goto fem_dyedbrowcolors_btx2 } "Dark Purple" { @FEMALEAVATAR changes eyebrowsColor into Purple @PLUSSIZE changes eyebrowsColor into Purple goto fem_dyedbrowcolors_btx2 } "Blue" { @FEMALEAVATAR changes eyebrowsColor into Blue @PLUSSIZE changes eyebrowsColor into Blue goto fem_dyedbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Light Blue" { @FEMALEAVATAR changes eyebrowsColor into Cornflower Blue @PLUSSIZE changes eyebrowsColor into Cornflower Blue goto fem_dyedbrowcolors_btx2 } "Aqua Blue" { @FEMALEAVATAR changes eyebrowsColor into Aqua Blue @PLUSSIZE changes eyebrowsColor into Aqua Blue goto fem_dyedbrowcolors_btx2 } "Dark Blue" { @FEMALEAVATAR changes eyebrowsColor into Blue Black @PLUSSIZE changes eyebrowsColor into Blue Black goto fem_dyedbrowcolors_btx2 } "Green" { @FEMALEAVATAR changes eyebrowsColor into Green @PLUSSIZE changes eyebrowsColor into Green goto fem_dyedbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Lime Green" { @FEMALEAVATAR changes eyebrowsColor into Yellow Green @PLUSSIZE changes eyebrowsColor into Yellow Green goto fem_dyedbrowcolors_btx2 } "Aqua Green" { @FEMALEAVATAR changes eyebrowsColor into Aqua Green @PLUSSIZE changes eyebrowsColor into Aqua Green goto fem_dyedbrowcolors_btx2 } "Yellow" { @FEMALEAVATAR changes eyebrowsColor into Yellow @PLUSSIZE changes eyebrowsColor into Yellow goto fem_dyedbrowcolors_btx2 } "Orange" { @FEMALEAVATAR changes eyebrowsColor into Orange @PLUSSIZE changes eyebrowsColor into Orange goto fem_dyedbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Red" { @FEMALEAVATAR changes eyebrowsColor into Red @PLUSSIZE changes eyebrowsColor into Red goto fem_dyedbrowcolors_btx2 } "Copper Red" { @FEMALEAVATAR changes eyebrowsColor into Copper Red @PLUSSIZE changes eyebrowsColor into Copper Red goto fem_dyedbrowcolors_btx2 } "Grey" { @FEMALEAVATAR changes eyebrowsColor into Cool Gray @PLUSSIZE changes eyebrowsColor into Cool Gray goto fem_dyedbrowcolors_btx2 } "Light Grey" { @FEMALEAVATAR changes eyebrowsColor into Aqua Gray @PLUSSIZE changes eyebrowsColor into Aqua Gray goto fem_dyedbrowcolors_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "White" { @FEMALEAVATAR changes eyebrowsColor into Warm White @PLUSSIZE changes eyebrowsColor into Warm White goto fem_dyedbrowcolors_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } <GREEN> "Different Colors" { goto fem_browscolor_btx2 } ####################### FACE SHAPE ####################### label fem_face_btx2 NARRATOR Face shapes. choice [shouldPaginate: YES] "Diamond" { @FEMALEAVATAR changes face into Diamond @PLUSSIZE changes face into Diamond goto fem_face_btx2 } "Long Diamond" { @FEMALEAVATAR changes face into Diamond Long @PLUSSIZE changes face into Diamond Long goto fem_face_btx2 } "Defined Diamond" { @FEMALEAVATAR changes face into Diamond Defined Contour @PLUSSIZE changes face into Diamond Defined Contour goto fem_face_btx2 } "Defined Heart" { @FEMALEAVATAR changes face into Heart Defined @PLUSSIZE changes face into Heart Defined goto fem_face_btx2 } "Defined Squared" { @FEMALEAVATAR changes face into Square Defined @PLUSSIZE changes face into Square Defined goto fem_face_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Soft Heart" { @FEMALEAVATAR changes face into Heart Soft @PLUSSIZE changes face into Heart Soft goto fem_face_btx2 } "Defined Triangle" { @FEMALEAVATAR changes face into Triangle Defined @PLUSSIZE changes face into Triangle Defined goto fem_face_btx2 } "Mature Square" { @FEMALEAVATAR changes face into Square Mature @PLUSSIZE changes face into Square Mature goto fem_face_btx2 } "Mature Heart" { @FEMALEAVATAR changes face into Heart Mature @PLUSSIZE changes face into Heart Mature goto fem_face_btx2 } "Soft Round" { @FEMALEAVATAR changes face into Round Soft @PLUSSIZE changes face into Round Soft goto fem_face_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Square Soft" { @FEMALEAVATAR changes face into Square Soft @PLUSSIZE changes face into Square Soft goto fem_face_btx2 } "Round Puffy" { @FEMALEAVATAR changes face into Round Puffy Cheek @PLUSSIZE changes face into Round Puffy Cheek goto fem_face_btx2 } "Heart Double Chin" { @FEMALEAVATAR changes face into Heart Mature Double Chin @PLUSSIZE changes face into Heart Mature Double Chin goto fem_face_btx2 } "Round Double Chin" { @FEMALEAVATAR changes face into Round Double Chin @PLUSSIZE changes face into Round Double Chin goto fem_face_btx2 } "Long Double Chin" { @FEMALEAVATAR changes face into Long Double Chin @PLUSSIZE changes face into Long Double Chin goto fem_face_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Square Youth" { @FEMALEAVATAR changes face into Square Youthful @PLUSSIZE changes face into Square Youthful goto fem_face_btx2 } "Square Aged" { @FEMALEAVATAR changes face into Square Aged @PLUSSIZE changes face into Square Aged goto fem_face_btx2 } "Square Chiseled" { @FEMALEAVATAR changes face into Square Chiseled @PLUSSIZE changes face into Square Chiseled goto fem_face_btx2 } "Square Chiseled Cheekbones" { @FEMALEAVATAR changes face into Square Chiseled Cheekbones @PLUSSIZE changes face into Square Chiseled Cheekbones goto fem_face_btx2 } "Triangle Chiseled" { @FEMALEAVATAR changes face into Triangle Chiseled @PLUSSIZE changes face into Triangle Chiseled goto fem_face_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } ####################### EYE SHAPE ####################### label fem_eyes_btx2 NARRATOR Eye shapes. choice [shouldPaginate: YES] "Round Wide" { @FEMALEAVATAR changes eyes into Round Downturned Wide @PLUSSIZE changes eyes into Round Downturned Wide goto fem_eyes_btx2 } "Round Medium" { @FEMALEAVATAR changes eyes into Round Medium @PLUSSIZE changes eyes into Round Medium goto fem_eyes_btx2 } "Sharp Almond" { @FEMALEAVATAR changes eyes into Sharp Almond @PLUSSIZE changes eyes into Sharp Almond goto fem_eyes_btx2 } "Generic" { @FEMALEAVATAR changes eyes into Female Generic @PLUSSIZE changes eyes into Female Generic goto fem_eyes_btx2 } <GREEN>"Change Color"{ goto fem_eyecolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Deepset Downturned" { @FEMALEAVATAR changes eyes into Deepset Downturned @PLUSSIZE changes eyes into Deepset Downturned goto fem_eyes_btx2 } "Deepset Wide" { @FEMALEAVATAR changes eyes into Deepset Upturned Wide @PLUSSIZE changes eyes into Deepset Upturned Wide goto fem_eyes_btx2 } "Deepset Almond" { @FEMALEAVATAR changes eyes into Deepset Almond @PLUSSIZE changes eyes into Deepset Almond goto fem_eyes_btx2 } "Monolid Defined" { @FEMALEAVATAR changes eyes into Monolid Defined @PLUSSIZE changes eyes into Monolid Defined goto fem_eyes_btx2 } <GREEN>"Change Color"{ goto fem_eyecolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Monolid Slender" { @FEMALEAVATAR changes eyes into Monolid Slender @PLUSSIZE changes eyes into Monolid Slender goto fem_eyes_btx2 } "Angular Slender" { @FEMALEAVATAR changes eyes into Angular Slender @PLUSSIZE changes eyes into Angular Slender goto fem_eyes_btx2 } "Almond Slender" { @FEMALEAVATAR changes eyes into Hooded Slender Almond @PLUSSIZE changes eyes into Hooded Slender Almond goto fem_eyes_btx2 } "Almond Slender Eyeliner" { @FEMALEAVATAR changes eyes into Hooded Slender Almond Eyeliner @PLUSSIZE changes eyes into Hooded Slender Almond Eyeliner goto fem_eyes_btx2 } <GREEN>"Change Color"{ goto fem_eyecolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Heavy Lid Upturned" { @FEMALEAVATAR changes eyes into Heavy Lid Upturned @PLUSSIZE changes eyes into Heavy Lid Upturned goto fem_eyes_btx2 }"Heavy Lid Upturned Falsies" { @FEMALEAVATAR changes eyes into Heavy Lid Upturned Falsies @PLUSSIZE changes eyes into Heavy Lid Upturned Falsies goto fem_eyes_btx2 } "Delicate Almond" { @FEMALEAVATAR changes eyes into Delicate Almond @PLUSSIZE changes eyes into Delicate Almond goto fem_eyes_btx2 } "Delicate Almond Falsies" { @FEMALEAVATAR changes eyes into Delicate Almond Falsies @PLUSSIZE changes eyes into Delicate Almond Falsies goto fem_eyes_btx2 } <GREEN>"Change Color"{ goto fem_eyecolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Deepset Downturned Wide" { @FEMALEAVATAR changes eyes into Deepset Downturned Wide @PLUSSIZE changes eyes into Deepset Downturned Wide goto fem_eyes_btx2 }"Deepset Mature" { @FEMALEAVATAR changes eyes into Deepset Mature @PLUSSIZE changes eyes into Deepset Mature goto fem_eyes_btx2 } "Deepset Smokey Eye" { @FEMALEAVATAR changes eyes into Deep Set False Lashes Smokey Eye @PLUSSIZE changes eyes into Deep Set False Lashes Smokey Eye goto fem_eyes_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } <GREEN>"Change Color"{ goto fem_eyecolor_btx2 } ####################### EYE COLOR ####################### label fem_eyecolor_btx2 NARRATOR Eye colors. choice [shouldPaginate: YES] "Black" { @FEMALEAVATAR changes eyesColor into Brown Black @PLUSSIZE changes eyesColor into Brown Black goto fem_eyecolor_btx2 } "Dark Brown" { @FEMALEAVATAR changes eyesColor into Brown Dark @PLUSSIZE changes eyesColor into Brown Dark goto fem_eyecolor_btx2 } "Light Brown" { @FEMALEAVATAR changes eyesColor into Brown Light @PLUSSIZE changes eyesColor into Brown Light goto fem_eyecolor_btx2 } "Pale Brown" { @FEMALEAVATAR changes eyesColor into Brown Pale @PLUSSIZE changes eyesColor into Brown Pale goto fem_eyecolor_btx2 } <GREEN> "Eye Shapes" { goto fem_eyes_btx2 } <PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Medium Brown" { @FEMALEAVATAR changes eyesColor into Brown Medium @PLUSSIZE changes eyesColor into Brown Medium goto fem_eyecolor_btx2 } "Deep Brown" { @FEMALEAVATAR changes eyesColor into Brown Deep @PLUSSIZE changes eyesColor into Brown Deep goto fem_eyecolor_btx2 } "Sand Brown" { @FEMALEAVATAR changes eyesColor into Brown Sand @PLUSSIZE changes eyesColor into Brown Sand goto fem_eyecolor_btx2 } "Green" { @FEMALEAVATAR changes eyesColor into Green Emerald @PLUSSIZE changes eyesColor into Green Emerald goto fem_eyecolor_btx2 } <GREEN> "Eye Shapes" { goto fem_eyes_btx2 } <PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Ice Blue" { @FEMALEAVATAR changes eyesColor into Ice Blue @PLUSSIZE changes eyesColor into Ice Blue goto fem_eyecolor_btx2 } "Aqua Blue" { @FEMALEAVATAR changes eyesColor into Blue Aqua @PLUSSIZE changes eyesColor into Blue Aqua goto fem_eyecolor_btx2 } "Deep Blue" { @FEMALEAVATAR changes eyesColor into Blue Deep @PLUSSIZE changes eyesColor into Blue Deep goto fem_eyecolor_btx2 } "Blue Green" { @FEMALEAVATAR changes eyesColor into Blue Green @PLUSSIZE changes eyesColor into Blue Green goto fem_eyecolor_btx2 } <GREEN> "Eye Shapes" { goto fem_eyes_btx2 } <PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Silver" { @FEMALEAVATAR changes eyesColor into Grey Cool @PLUSSIZE changes eyesColor into Grey Cool goto fem_eyecolor_btx2 } "Hazel" { @FEMALEAVATAR changes eyesColor into Hazel @PLUSSIZE changes eyesColor into Hazel goto fem_eyecolor_btx2 } "Dark Hazel" { @FEMALEAVATAR changes eyesColor into Hazel Dark @PLUSSIZE changes eyesColor into Hazel Dark goto fem_eyecolor_btx2 } "Red" { @FEMALEAVATAR changes eyesColor into Red @PLUSSIZE changes eyesColor into Red goto fem_eyecolor_btx2 } <GREEN> "Eye Shapes" { goto fem_eyes_btx2 } <PREMIUM> "Done"{ goto fem_faceoptions_btx2 } "Violet" { @FEMALEAVATAR changes eyesColor into Violet @PLUSSIZE changes eyesColor into Violet goto fem_eyecolor_btx2 } <PREMIUM> "Done"{ goto fem_faceoptions_btx2 } <GREEN> "Eye Shapes" { goto fem_eyes_btx2 } ####################### MOUTH SHAPE ####################### label fem_mouth_btx2 NARRATOR Lip shapes. choice [shouldPaginate: YES] "Full Heart" { @FEMALEAVATAR changes mouth into Full Heart Pouty @PLUSSIZE changes mouth into Full Heart Pouty goto fem_mouth_btx2 }"Full Round" { @FEMALEAVATAR changes mouth into Full Round Pouty @PLUSSIZE changes mouth into Full Round Pouty goto fem_mouth_btx2 }"Medium Heart" { @FEMALEAVATAR changes mouth into Medium Heart Natural @PLUSSIZE changes mouth into Medium Heart Natural goto fem_mouth_btx2 }"Medium Thin" { @FEMALEAVATAR changes mouth into Medium Thin @PLUSSIZE changes mouth into Medium Thin goto fem_mouth_btx2 }<GREEN>"Change Color"{ goto fem_mouthcolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Thin Heart" { @FEMALEAVATAR changes mouth into Thin Heart @PLUSSIZE changes mouth into Thin Heart goto fem_mouth_btx2 }"Small Heart" { @FEMALEAVATAR changes mouth into Small Heart @PLUSSIZE changes mouth into Small Heart goto fem_mouth_btx2 }"Flat Round" { @FEMALEAVATAR changes mouth into Full Round Flat Top Skin @PLUSSIZE changes mouth into Full Round Flat Top Skin goto fem_mouth_btx2 }"Medium Downturned" { @FEMALEAVATAR changes mouth into Medium Downturned Pout @PLUSSIZE changes mouth into Medium Downturned Pout goto fem_mouth_btx2 }<GREEN>"Change Color"{ goto fem_mouthcolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Full Flat Top" { @FEMALEAVATAR changes mouth into Full Flat Top Pouty @PLUSSIZE changes mouth into Full Flat Top Pouty goto fem_mouth_btx2 }"Full Wide" { @FEMALEAVATAR changes mouth into Full Wide @PLUSSIZE changes mouth into Full Wide goto fem_mouth_btx2 }"Heart Shaped" { @FEMALEAVATAR changes mouth into Heart Shaped Pout @PLUSSIZE changes mouth into Heart Shaped Pout goto fem_mouth_btx2 }"Heart with Braces" { @FEMALEAVATAR changes mouth into Heart Shaped Pout Braces @PLUSSIZE changes mouth into Heart Shaped Pout Braces goto fem_mouth_btx2 }<GREEN>"Change Color"{ goto fem_mouthcolor_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } ####################### MOUTH COLOR ####################### label fem_mouthcolor_btx2 NARRATOR All lip colors. choice "Natural" { goto fem_NaturalColors_btx2 } "Gloss" { goto fem_GlossColors_btx2 } "Matte" { goto fem_MatteColors_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } <GREEN> "Lip Shapes" { goto fem_mouth_btx2 } label fem_NaturalColors_btx2 NARRATOR Natural lip colors. choice [shouldPaginate: YES] "Fair Rose" { @FEMALEAVATAR changes mouthColor into Fair Rose Matte @PLUSSIZE changes mouthColor into Fair Rose Matte goto fem_NaturalColors_btx2 } "Fair Neutral" { @FEMALEAVATAR changes mouthColor into Fair Neutral Matte @PLUSSIZE changes mouthColor into Fair Neutral Matte goto fem_NaturalColors_btx2 } "Fair Gold" { @FEMALEAVATAR changes mouthColor into Fair Gold Matte @PLUSSIZE changes mouthColor into Fair Gold Matte goto fem_NaturalColors_btx2 } "Beige Light Gold" { @FEMALEAVATAR changes mouthColor into Beige Light Gold Matte @PLUSSIZE changes mouthColor into Beige Light Gold Matte goto fem_NaturalColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Beige Gold" { @FEMALEAVATAR changes mouthColor into Beige Gold Matte @PLUSSIZE changes mouthColor into Beige Gold Matte goto fem_NaturalColors_btx2 } "Beige Rose" { @FEMALEAVATAR changes mouthColor into Beige Rose @PLUSSIZE changes mouthColor into Beige Rose goto fem_NaturalColors_btx2 } "Beige Deep Neutral" { @FEMALEAVATAR changes mouthColor into Beige Deep Neutral @PLUSSIZE changes mouthColor into Beige Deep Neutral goto fem_NaturalColors_btx2 } "Tan Deep Gold" { @FEMALEAVATAR changes mouthColor into Tan Deep Gold @PLUSSIZE changes mouthColor into Tan Deep Gold goto fem_NaturalColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Tan Deep Neutral" { @FEMALEAVATAR changes mouthColor into Tan Deep Neutral @PLUSSIZE changes mouthColor into Tan Deep Neutral goto fem_NaturalColors_btx2 } "Brown Neutral" { @FEMALEAVATAR changes mouthColor into Brown Neutral @PLUSSIZE changes mouthColor into Brown Neutral goto fem_NaturalColors_btx2 } "Brown Gold" { @FEMALEAVATAR changes mouthColor into Brown Gold @PLUSSIZE changes mouthColor into Brown Gold goto fem_NaturalColors_btx2 } "Brown Deep Gold" { @FEMALEAVATAR changes mouthColor into Brown Deep Gold @PLUSSIZE changes mouthColor into Brown Deep Gold goto fem_NaturalColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Brown Deep Rose" { @FEMALEAVATAR changes mouthColor into Brown Deep Rose @PLUSSIZE changes mouthColor into Brown Deep Rose goto fem_NaturalColors_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } label fem_GlossColors_btx2 NARRATOR Gloss lipstick colors. choice [shouldPaginate: YES] "Peach" { @FEMALEAVATAR changes mouthColor into Peach Gloss @PLUSSIZE changes mouthColor into Peach Gloss goto fem_GlossColors_btx2 } "Light Peach" { @FEMALEAVATAR changes mouthColor into Pink Peach Lt Gloss @PLUSSIZE changes mouthColor into Pink Peach Lt Gloss goto fem_GlossColors_btx2 } "Beige Pink" { @FEMALEAVATAR changes mouthColor into Pink Beige Gloss @PLUSSIZE changes mouthColor into Pink Beige Gloss goto fem_GlossColors_btx2 } "Medium Pink" { @FEMALEAVATAR changes mouthColor into Pink Medium Gloss @PLUSSIZE changes mouthColor into Pink Medium Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Warm Pink" { @FEMALEAVATAR changes mouthColor into Pink Warm Gloss @PLUSSIZE changes mouthColor into Pink Warm Gloss goto fem_GlossColors_btx2 } "Hot Pink" { @FEMALEAVATAR changes mouthColor into Pink Hot Gloss @PLUSSIZE changes mouthColor into Pink Hot Gloss goto fem_GlossColors_btx2 } "Deep Pink" { @FEMALEAVATAR changes mouthColor into Pink Deep Gloss @PLUSSIZE changes mouthColor into Pink Deep Gloss goto fem_GlossColors_btx2 } "Pink Peach" { @FEMALEAVATAR changes mouthColor into Pink Peach Medium Gloss @PLUSSIZE changes mouthColor into Pink Peach Medium Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Neutral Nude" { @FEMALEAVATAR changes mouthColor into Neutral Medium Nude Gloss @PLUSSIZE changes mouthColor into Neutral Medium Nude Gloss goto fem_GlossColors_btx2 } "Light Nude" { @FEMALEAVATAR changes mouthColor into Rose Light Nude Gloss @PLUSSIZE changes mouthColor into Rose Light Nude Gloss goto fem_GlossColors_btx2 } "Medium Nude" { @FEMALEAVATAR changes mouthColor into Rose Medium Nude Gloss @PLUSSIZE changes mouthColor into Rose Medium Nude Gloss goto fem_GlossColors_btx2 } "Dark Nude" { @FEMALEAVATAR changes mouthColor into Rose Dark Nude Gloss @PLUSSIZE changes mouthColor into Rose Dark Nude Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Rose" { @FEMALEAVATAR changes mouthColor into Rose Gloss @PLUSSIZE changes mouthColor into Rose Gloss goto fem_GlossColors_btx2 } "Mauve" { @FEMALEAVATAR changes mouthColor into Mauve Gloss @PLUSSIZE changes mouthColor into Mauve Gloss goto fem_GlossColors_btx2 } "Pastel Purple" { @FEMALEAVATAR changes mouthColor into Purple Pastel Gloss @PLUSSIZE changes mouthColor into Purple Pastel Gloss goto fem_GlossColors_btx2 } "Deep Purple" { @FEMALEAVATAR changes mouthColor into Purple Deep Gloss @PLUSSIZE changes mouthColor into Purple Deep Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Red" { @FEMALEAVATAR changes mouthColor into Red Gloss @PLUSSIZE changes mouthColor into Red Gloss goto fem_GlossColors_btx2 } "Deep Red" { @FEMALEAVATAR changes mouthColor into Red Deep Gloss @PLUSSIZE changes mouthColor into Red Deep Gloss goto fem_GlossColors_btx2 } "Plum" { @FEMALEAVATAR changes mouthColor into Plum Gloss @PLUSSIZE changes mouthColor into Plum Gloss goto fem_GlossColors_btx2 } "Violet" { @FEMALEAVATAR changes mouthColor into Violet Gloss @PLUSSIZE changes mouthColor into Violet Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Blood Orange" { @FEMALEAVATAR changes mouthColor into Blood Orange Gloss @PLUSSIZE changes mouthColor into Blood Orange Gloss goto fem_GlossColors_btx2 } "Red Garnet" { @FEMALEAVATAR changes mouthColor into Red Garnet Gloss @PLUSSIZE changes mouthColor into Red Garnet Gloss goto fem_GlossColors_btx2 } "Blackberry" { @FEMALEAVATAR changes mouthColor into Blackberry Gloss @PLUSSIZE changes mouthColor into Blackberry Gloss goto fem_GlossColors_btx2 } "Pink Cashmere" { @FEMALEAVATAR changes mouthColor into Pink Cashmere Gloss @PLUSSIZE changes mouthColor into Pink Cashmere Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Ash Deep" { @FEMALEAVATAR changes mouthColor into Ash Deep Gloss @PLUSSIZE changes mouthColor into Ash Deep Gloss goto fem_GlossColors_btx2 } "Dark Mauve" { @FEMALEAVATAR changes mouthColor into Dark Mauve Gloss @PLUSSIZE changes mouthColor into Dark Mauve Gloss goto fem_GlossColors_btx2 } "Dark Amethyst" { @FEMALEAVATAR changes mouthColor into Dark Amethyst Gloss @PLUSSIZE changes mouthColor into Dark Amethyst Gloss goto fem_GlossColors_btx2 } "Royal Blue" { @FEMALEAVATAR changes mouthColor into Royal Blue Gloss @PLUSSIZE changes mouthColor into Royal Blue Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Dark Apricot" { @FEMALEAVATAR changes mouthColor into Dark Apricot Gloss @PLUSSIZE changes mouthColor into Dark Apricot Gloss goto fem_GlossColors_btx2 } "Copper Deep" { @FEMALEAVATAR changes mouthColor into Copper Deep Gloss @PLUSSIZE changes mouthColor into Copper Deep Gloss goto fem_GlossColors_btx2 } "Gold Deep" { @FEMALEAVATAR changes mouthColor into Gold Deep Gloss @PLUSSIZE changes mouthColor into Gold Deep Gloss goto fem_GlossColors_btx2 } "Black" { @FEMALEAVATAR changes mouthColor into Black Gloss @PLUSSIZE changes mouthColor into Black Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Deep Rose" { @FEMALEAVATAR changes mouthColor into Rose Deep Gloss @PLUSSIZE changes mouthColor into Rose Deep Gloss goto fem_GlossColors_btx2 } "Medium Gold" { @FEMALEAVATAR changes mouthColor into Gold Medium Gloss @PLUSSIZE changes mouthColor into Gold Medium Gloss goto fem_GlossColors_btx2 } "Deep Neutral" { @FEMALEAVATAR changes mouthColor into Neutral Deep Gloss @PLUSSIZE changes mouthColor into Neutral Deep Gloss goto fem_GlossColors_btx2 } "Medium Cooper" { @FEMALEAVATAR changes mouthColor into Copper Medium Gloss @PLUSSIZE changes mouthColor into Copper Medium Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Dark Pink" { @FEMALEAVATAR changes mouthColor into Pink Dark Gloss @PLUSSIZE changes mouthColor into Pink Dark Gloss goto fem_GlossColors_btx2 } "Deep Orange" { @FEMALEAVATAR changes mouthColor into Orange Deep Gloss @PLUSSIZE changes mouthColor into Orange Deep Gloss goto fem_GlossColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } label fem_MatteColors_btx2 NARRATOR Matte lipstick colors. choice [shouldPaginate: YES] "Peach" { @FEMALEAVATAR changes mouthColor into Peach Matte @PLUSSIZE changes mouthColor into Peach Matte goto fem_MatteColors_btx2 } "Light Peach" { @FEMALEAVATAR changes mouthColor into Pink Peach Light Matte @PLUSSIZE changes mouthColor into Pink Peach Light Matte goto fem_MatteColors_btx2 } "Beige Pink" { @FEMALEAVATAR changes mouthColor into Pink Beige Matte @PLUSSIZE changes mouthColor into Pink Beige Matte goto fem_MatteColors_btx2 } "Medium Pink" { @FEMALEAVATAR changes mouthColor into Pink Medium Matte @PLUSSIZE changes mouthColor into Pink Medium Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Warm Pink" { @FEMALEAVATAR changes mouthColor into Pink Warm Matte @PLUSSIZE changes mouthColor into Pink Warm Matte goto fem_MatteColors_btx2 } "Hot Pink" { @FEMALEAVATAR changes mouthColor into Pink Hot Matte @PLUSSIZE changes mouthColor into Pink Hot Matte goto fem_MatteColors_btx2 } "Deep Pink" { @FEMALEAVATAR changes mouthColor into Pink Deep Matte @PLUSSIZE changes mouthColor into Pink Deep Matte goto fem_MatteColors_btx2 } "Pink Peach" { @FEMALEAVATAR changes mouthColor into Pink Peach Medium Matte @PLUSSIZE changes mouthColor into Pink Peach Medium Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Neutral Nude" { @FEMALEAVATAR changes mouthColor into Neutral Medium Nude Matte @PLUSSIZE changes mouthColor into Neutral Medium Nude Matte goto fem_MatteColors_btx2 } "Light Nude" { @FEMALEAVATAR changes mouthColor into Rose Light Nude Matte @PLUSSIZE changes mouthColor into Rose Light Nude Matte goto fem_MatteColors_btx2 } "Medium Nude" { @FEMALEAVATAR changes mouthColor into Rose Medium Nude Matte @PLUSSIZE changes mouthColor into Rose Medium Nude Matte goto fem_MatteColors_btx2 } "Dark Nude" { @FEMALEAVATAR changes mouthColor into Rose Dark Nude Matte @PLUSSIZE changes mouthColor into Rose Dark Nude Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Rose" { @FEMALEAVATAR changes mouthColor into Rose Matte @PLUSSIZE changes mouthColor into Rose Matte goto fem_MatteColors_btx2 } "Mauve" { @FEMALEAVATAR changes mouthColor into Mauve Matte @PLUSSIZE changes mouthColor into Mauve Matte goto fem_MatteColors_btx2 } "Pastel Purple" { @FEMALEAVATAR changes mouthColor into Purple Pastel Matte @PLUSSIZE changes mouthColor into Purple Pastel Matte goto fem_MatteColors_btx2 } "Deep Purple" { @FEMALEAVATAR changes mouthColor into Purple Deep Matte @PLUSSIZE changes mouthColor into Purple Deep Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Red" { @FEMALEAVATAR changes mouthColor into Red Matte @PLUSSIZE changes mouthColor into Red Matte goto fem_MatteColors_btx2 } "Deep Red" { @FEMALEAVATAR changes mouthColor into Red Deep Matte @PLUSSIZE changes mouthColor into Red Deep Matte goto fem_MatteColors_btx2 } "Plum" { @FEMALEAVATAR changes mouthColor into Plum Matte @PLUSSIZE changes mouthColor into Plum Matte goto fem_MatteColors_btx2 } "Violet" { @FEMALEAVATAR changes mouthColor into Violet Matte @PLUSSIZE changes mouthColor into Violet Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Blood Orange" { @FEMALEAVATAR changes mouthColor into Blood Orange Matte @PLUSSIZE changes mouthColor into Blood Orange Matte goto fem_MatteColors_btx2 } "Red Garnet" { @FEMALEAVATAR changes mouthColor into Red Garnet Matte @PLUSSIZE changes mouthColor into Red Garnet Matte goto fem_MatteColors_btx2 } "Blackberry" { @FEMALEAVATAR changes mouthColor into Blackberry Matte @PLUSSIZE changes mouthColor into Blackberry Matte goto fem_MatteColors_btx2 } "Pink Cashmere" { @FEMALEAVATAR changes mouthColor into Pink Cashmere Matte @PLUSSIZE changes mouthColor into Pink Cashmere Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Ash Deep" { @FEMALEAVATAR changes mouthColor into Ash Deep Matte @PLUSSIZE changes mouthColor into Ash Deep Matte goto fem_MatteColors_btx2 } "Dark Mauve" { @FEMALEAVATAR changes mouthColor into Dark Mauve Matte @PLUSSIZE changes mouthColor into Dark Mauve Matte goto fem_MatteColors_btx2 } "Dark Amethyst" { @FEMALEAVATAR changes mouthColor into Dark Amethyst Matte @PLUSSIZE changes mouthColor into Dark Amethyst Matte goto fem_MatteColors_btx2 } "Royal Blue" { @FEMALEAVATAR changes mouthColor into Royal Blue Matte @PLUSSIZE changes mouthColor into Royal Blue Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Dark Apricot" { @FEMALEAVATAR changes mouthColor into Dark Apricot Matte @PLUSSIZE changes mouthColor into Dark Apricot Matte goto fem_MatteColors_btx2 } "Copper Deep" { @FEMALEAVATAR changes mouthColor into Copper Deep Matte @PLUSSIZE changes mouthColor into Copper Deep Matte goto fem_MatteColors_btx2 } "Gold Deep" { @FEMALEAVATAR changes mouthColor into Gold Deep Matte @PLUSSIZE changes mouthColor into Gold Deep Matte goto fem_MatteColors_btx2 } "Black" { @FEMALEAVATAR changes mouthColor into Black Matte @PLUSSIZE changes mouthColor into Black Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Deep Rose" { @FEMALEAVATAR changes mouthColor into Rose Deep Matte @PLUSSIZE changes mouthColor into Rose Deep Matte goto fem_MatteColors_btx2 } "Medium Gold" { @FEMALEAVATAR changes mouthColor into Gold Medium Matte @PLUSSIZE changes mouthColor into Gold Medium Matte goto fem_MatteColors_btx2 } "Deep Neutral" { @FEMALEAVATAR changes mouthColor into Neutral Deep Matte @PLUSSIZE changes mouthColor into Neutral Deep Matte goto fem_MatteColors_btx2 } "Medium Cooper" { @FEMALEAVATAR changes mouthColor into Copper Medium Matte @PLUSSIZE changes mouthColor into Copper Medium Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } "Dark Pink" { @FEMALEAVATAR changes mouthColor into Pink Dark Matte @PLUSSIZE changes mouthColor into Pink Dark Matte goto fem_MatteColors_btx2 } "Deep Orange" { @FEMALEAVATAR changes mouthColor into Orange Deep Matte @PLUSSIZE changes mouthColor into Orange Deep Matte goto fem_MatteColors_btx2 } <GREEN> "Try Other Colors" { goto fem_mouthcolor_btx2 } <PREMIUM> "Done" { goto fem_faceoptions_btx2 } ####################### NOSE SHAPE ####################### label fem_nose_btx2 NARRATOR Nose shapes. choice [shouldPaginate: YES] "Defined Natural" { @FEMALEAVATAR changes nose into Defined Natural @PLUSSIZE changes nose into Defined Natural goto fem_nose_btx2 } "Grecian Soft" { @FEMALEAVATAR changes nose into Grecian Soft @PLUSSIZE changes nose into Grecian Soft goto fem_nose_btx2 } "Round Broad" { @FEMALEAVATAR changes nose into Round Broad @PLUSSIZE changes nose into Round Broad goto fem_nose_btx2 } "Round Button" { @FEMALEAVATAR changes nose into Round Button @PLUSSIZE changes nose into Round Button goto fem_nose_btx2 } "Round Button Upturned" { @FEMALEAVATAR changes nose into Round Button Upturned @PLUSSIZE changes nose into Round Button Upturned goto fem_nose_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Round Downturned" { @FEMALEAVATAR changes nose into Round Downturned @PLUSSIZE changes nose into Round Downturned goto fem_nose_btx2 } "Round Flared Upturned" { @FEMALEAVATAR changes nose into Round Flared Upturned @PLUSSIZE changes nose into Round Flared Upturned goto fem_nose_btx2 } "Round Flared Downturned" { @FEMALEAVATAR changes nose into Round Flared Downturned @PLUSSIZE changes nose into Round Flared Downturned goto fem_nose_btx2 } "Pointed Downturned" { @FEMALEAVATAR changes nose into Pointed Downturned @PLUSSIZE changes nose into Pointed Downturned goto fem_nose_btx2 } "Broad Wide" { @FEMALEAVATAR changes nose into Broad Wide @PLUSSIZE changes nose into Broad Wide goto fem_nose_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Round Flared Downturned Broad" { @FEMALEAVATAR changes nose into Round Flared Downturned Broad @PLUSSIZE changes nose into Round Flared Downturned Broad goto fem_nose_btx2 } "Round Button Wide" { @FEMALEAVATAR changes nose into Round Button Wide @PLUSSIZE changes nose into Round Button Wide goto fem_nose_btx2 } "Round Broad Downturned" { @FEMALEAVATAR changes nose into Round Broad Downturned @PLUSSIZE changes nose into Round Broad Downturned goto fem_nose_btx2 } "Narrow Flared" { @FEMALEAVATAR changes nose into Narrow Flared @PLUSSIZE changes nose into Narrow Flared goto fem_nose_btx2 } "Broad Flat" { @FEMALEAVATAR changes nose into Broad Flat @PLUSSIZE changes nose into Broad Flat goto fem_nose_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Grecian Angular" { @FEMALEAVATAR changes nose into Grecian Angular @PLUSSIZE changes nose into Grecian Angular goto fem_nose_btx2 } <PREMIUM>"Done"{ goto fem_faceoptions_btx2 } "Wide Broad Downturned" { @FEMALEAVATAR changes nose into Wide Broad Downturned @PLUSSIZE changes nose into Wide Broad Downturned goto fem_nose_btx2 } ####################### HAIR STYLE ####################### label fem_hair_btx2 NARRATOR All hairstyles. choice [shouldPaginate: YES] "Shorter"{ goto fem_hairShort_btx2 }"Medium"{ goto fem_hairMedium_btx2 }"Longer"{ goto fem_hairLong_btx2 }"Afro-Textured" { goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 } <PREMIUM> "Main Menu" { goto fem_custom_btx2 } "Updo's" { goto fem_hairUp_btx2 }"Low Styled" { goto fem_hairStyled_btx2 }"Special Dyed Styles" { goto fem_hairSpecial_btx2 } <PREMIUM> "Main Menu" { goto fem_custom_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 } label fem_hairShort_btx2 NARRATOR Short hairstyles. choice [shouldPaginate: YES] "Classic Bob" { @FEMALEAVATAR changes hair into Classic Bob @PLUSSIZE changes hair into Classic Bob goto fem_hairShort_btx2 } "Curly Bob" { @FEMALEAVATAR changes hair into Curly Bob @PLUSSIZE changes hair into Curly Bob goto fem_hairShort_btx2 }"Pixie" { @FEMALEAVATAR changes hair into Short Pixie @PLUSSIZE changes hair into Short Pixie goto fem_hairShort_btx2 }"Punk Pixie" { @FEMALEAVATAR changes hair into Punk Pixie @PLUSSIZE changes hair into Punk Pixie goto fem_hairShort_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Short Wavy" { @FEMALEAVATAR changes hair into Short Wavy Hair Solid @PLUSSIZE changes hair into Short Wavy Hair Solid goto fem_hairShort_btx2 }"Blunt Bangs" { @FEMALEAVATAR changes hair into Blunt Bangs Short @PLUSSIZE changes hair into Blunt Bangs Short goto fem_hairShort_btx2 } "Wavy Side Shaved" { @FEMALEAVATAR changes hair into Short Wavy Side Shave @PLUSSIZE changes hair into Short Wavy Side Shave goto fem_hairShort_btx2 }"Curly Blow Out" { @FEMALEAVATAR changes hair into Short Curly Blow Out @PLUSSIZE changes hair into Short Curly Blow Out goto fem_hairShort_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Crew Cut" { @FEMALEAVATAR changes hair into Crew Cut @PLUSSIZE changes hair into Crew Cut goto fem_hairShort_btx2 }"Short Fringe" { @FEMALEAVATAR changes hair into Short Layered Fringe @PLUSSIZE changes hair into Short Layered Fringe goto fem_hairShort_btx2 }"Straight Tucked" { @FEMALEAVATAR changes hair into Short Straight Tucked @PLUSSIZE changes hair into Short Straight Tucked goto fem_hairShort_btx2 }"Emo Pixie" { @FEMALEAVATAR changes hair into Emo Pixie @PLUSSIZE changes hair into Emo Pixie goto fem_hairShort_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Conservative Cut" { @FEMALEAVATAR changes hair into Conservative Cut @PLUSSIZE changes hair into Conservative Cut goto fem_hairShort_btx2 }"Parted Bangs" { @FEMALEAVATAR changes hair into Long Bang Short Hair @PLUSSIZE changes hair into Long Bang Short Hair goto fem_hairShort_btx2 }"Side Part Curly" { @FEMALEAVATAR changes hair into Side Part Curly Asymmetrical @PLUSSIZE changes hair into Side Part Curly Asymmetrical goto fem_hairShort_btx2 }"Short Flipped" { @FEMALEAVATAR changes hair into Short Flipped Wavy Solid @PLUSSIZE changes hair into Short Flipped Wavy Solid goto fem_hairShort_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Buzz Cut" { @FEMALEAVATAR changes hair into Buzz Cut @PLUSSIZE changes hair into Buzz Cut goto fem_hairShort_btx2 }"Faux Hawk" { @FEMALEAVATAR changes hair into Long Faux Hawk Solid @PLUSSIZE changes hair into Long Faux Hawk Solid goto fem_hairShort_btx2 }"Finger Waves" { @FEMALEAVATAR changes hair into Finger Waves Hair @PLUSSIZE changes hair into Finger Waves Hair goto fem_hairShort_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 } label fem_hairMedium_btx2 NARRATOR Medium hairstyles. choice [shouldPaginate: YES] "Hair Flip" { @FEMALEAVATAR changes hair into Hair Flip @PLUSSIZE changes hair into Hair Flip goto fem_hairMedium_btx2 }"Straight" { @FEMALEAVATAR changes hair into Straight Medium @PLUSSIZE changes hair into Straight Medium goto fem_hairMedium_btx2 }"Lob Bangs" { @FEMALEAVATAR changes hair into Lob Bangs Blunt @PLUSSIZE changes hair into Lob Bangs Blunt goto fem_hairMedium_btx2 }"Overgrown Bangs" { @FEMALEAVATAR changes hair into Medium Straight Overgrown Bangs @PLUSSIZE changes hair into Medium Straight Overgrown Bangs goto fem_hairMedium_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Wavy Ombre" { @FEMALEAVATAR changes hair into Short Wavy Ombre @PLUSSIZE changes hair into Short Wavy Ombre goto fem_hairMedium_btx2 }"Medium Curly" { @FEMALEAVATAR changes hair into Medium Curly Solid @PLUSSIZE changes hair into Medium Curly Solid goto fem_hairMedium_btx2 }"Parted Wavy" { @FEMALEAVATAR changes hair into Short Wavy Asymmetrical @PLUSSIZE changes hair into Short Wavy Asymmetrical goto fem_hairMedium_btx2 } "Wavy Side Curls" { @FEMALEAVATAR changes hair into Wavy Side Curls @PLUSSIZE changes hair into Wavy Side Curls goto fem_hairMedium_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Layered Wavy Bob" { @FEMALEAVATAR changes hair into Layered Wavy Bob @PLUSSIZE changes hair into Layered Wavy Bob goto fem_hairMedium_btx2 }"Straight Down" { @FEMALEAVATAR changes hair into Medium Straight Down @PLUSSIZE changes hair into Medium Straight Down goto fem_hairMedium_btx2 } "Shoulder Curly" { @FEMALEAVATAR changes hair into Medium Shoulder Curly @PLUSSIZE changes hair into Medium Shoulder Curly goto fem_hairMedium_btx2 } "3A Shoulder Curls" { @FEMALEAVATAR changes hair into 3A Shoulder Length Curls Hair @PLUSSIZE changes hair into 3A Shoulder Length Curls Hair goto fem_hairMedium_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Voluminous Curls" { @FEMALEAVATAR changes hair into Voluminous Curls @PLUSSIZE changes hair into Voluminous Curls goto fem_hairMedium_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 } label fem_hairLong_btx2 NARRATOR Long hairstyles. choice [shouldPaginate: YES] "Straight" { @FEMALEAVATAR changes hair into Long Straight Loose Solid @PLUSSIZE changes hair into Long Straight Loose Solid goto fem_hairLong_btx2 }"Feathered" { @FEMALEAVATAR changes hair into Long Feathered @PLUSSIZE changes hair into Long Feathered goto fem_hairLong_btx2 }"Long Blunt Bangs" { @FEMALEAVATAR changes hair into Long Straight Loose Bangs Blunt Solid @PLUSSIZE changes hair into Long Straight Loose Bangs Blunt Solid goto fem_hairLong_btx2 }"Sideswept Bangs" { @FEMALEAVATAR changes hair into Long Straight Loose Bangs Sideswept Solid @PLUSSIZE changes hair into Long Straight Loose Bangs Sideswept Solid goto fem_hairLong_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Beach Wave" { @FEMALEAVATAR changes hair into Beach Wave Hair @PLUSSIZE changes hair into Beach Wave Hair goto fem_hairLong_btx2 }"Wavy Long" { @FEMALEAVATAR changes hair into Wavy Long @PLUSSIZE changes hair into Wavy Long goto fem_hairLong_btx2 }"Wavy Parted" { @FEMALEAVATAR changes hair into Long Wavy Parted Hair @PLUSSIZE changes hair into Long Wavy Parted Hair goto fem_hairLong_btx2 }"Feathered Bangs" { @FEMALEAVATAR changes hair into Long Feathered Bangs Blunt @PLUSSIZE changes hair into Long Feathered Bangs Blunt goto fem_hairLong_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Long Voluminous Curls" { @FEMALEAVATAR changes hair into Long Voluminous Curls Loose @PLUSSIZE changes hair into Long Voluminous Curls Loose goto fem_hairLong_btx2 }"Long Curls" { @FEMALEAVATAR changes hair into Long Curls @PLUSSIZE changes hair into Long Curls goto fem_hairLong_btx2 }"Wavy Princess Braid" { @FEMALEAVATAR changes hair into Long Down Wavy Princess Braid @PLUSSIZE changes hair into Long Down Wavy Princess Braid goto fem_hairLong_btx2 }"Loose Curls" { @FEMALEAVATAR changes hair into Long Loose Curls @PLUSSIZE changes hair into Long Loose Curls goto fem_hairLong_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Wavy Blowout" { @FEMALEAVATAR changes hair into Long Wavy Blowout @PLUSSIZE changes hair into Long Wavy Blowout goto fem_hairLong_btx2 }"Side Shave" { @FEMALEAVATAR changes hair into Long Side Shave @PLUSSIZE changes hair into Long Side Shave goto fem_hairLong_btx2 }"Scene Hair" { @FEMALEAVATAR changes hair into Scene Swoosh @PLUSSIZE changes hair into Scene Swoosh goto fem_hairLong_btx2 }"Slicked Back" { @FEMALEAVATAR changes hair into Long Straight Slicked Back @PLUSSIZE changes hair into Long Straight Slicked Back goto fem_hairLong_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Thick Curls" { @FEMALEAVATAR changes hair into Long Thick Curls @PLUSSIZE changes hair into Long Thick Curls goto fem_hairLong_btx2 }"Loose Bangs Sideswept" { @FEMALEAVATAR changes hair into Long Wavy Loose Bangs Sideswept @PLUSSIZE changes hair into Long Wavy Loose Bangs Sideswept goto fem_hairLong_btx2 }"Layered Side Part" { @FEMALEAVATAR changes hair into Long Layered Side Part @PLUSSIZE changes hair into Long Layered Side Part goto fem_hairLong_btx2 }"Widows Peak" { @FEMALEAVATAR changes hair into Long Tapered Widows Peak @PLUSSIZE changes hair into Long Tapered Widows Peak goto fem_hairLong_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Long Straight Wavy Parted Ends" { @FEMALEAVATAR changes hair into Long Straight Wavy Ends Parted @PLUSSIZE changes hair into Long Straight Wavy Ends Parted goto fem_hairLong_btx2 }"Side Swept Wavy Long" { @FEMALEAVATAR changes hair into Side Swept Wavy Long Solid @PLUSSIZE changes hair into Side Swept Wavy Long Solid goto fem_hairLong_btx2 }"Shoulder Length Curly" { @FEMALEAVATAR changes hair into Shoulder Length Curly Hair @PLUSSIZE changes hair into Shoulder Length Curly Hair goto fem_hairLong_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 } label fem_hairAfro_btx2 NARRATOR Afro-textured hairstyles. choice [shouldPaginate: YES] "Afro" { @FEMALEAVATAR changes hair into Afro @PLUSSIZE changes hair into Afro goto fem_hairAfro_btx2 } "Short Afro" { @FEMALEAVATAR changes hair into Short Afro @PLUSSIZE changes hair into Short Afro goto fem_hairAfro_btx2 }"Type 4 Afro" { @FEMALEAVATAR changes hair into Type 4 Afro @PLUSSIZE changes hair into Type 4 Afro goto fem_hairAfro_btx2 }"Natural Afro" { @FEMALEAVATAR changes hair into Natural Afro @PLUSSIZE changes hair into Natural Afro goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Type 4 High Puff" { @FEMALEAVATAR changes hair into Type 4 High Puff Hair @PLUSSIZE changes hair into Type 4 High Puff Hair goto fem_hairAfro_btx2 }"Braided Afro Bun" { @FEMALEAVATAR changes hair into Braided Afro Bun @PLUSSIZE changes hair into Braided Afro Bun goto fem_hairAfro_btx2 }"Double Afro Puffs" { @FEMALEAVATAR changes hair into Curly Double Afro Puffs @PLUSSIZE changes hair into Curly Double Afro Puffs goto fem_hairAfro_btx2 }"Natural Pulled Updo" { @FEMALEAVATAR changes hair into Natural Curly Pulled Updo Hair @PLUSSIZE changes hair into Natural Curly Pulled Updo Hair goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Short Fade" { @FEMALEAVATAR changes hair into Short Curly Fade @PLUSSIZE changes hair into Short Curly Fade goto fem_hairAfro_btx2 }"Bantu Knots" { @FEMALEAVATAR changes hair into Bantu Knots @PLUSSIZE changes hair into Bantu Knots goto fem_hairAfro_btx2 }"Updo Braids" { @FEMALEAVATAR changes hair into Braids Updo @PLUSSIZE changes hair into Braids Updo goto fem_hairAfro_btx2 }"Braided Bun" { @FEMALEAVATAR changes hair into Braided Bun @PLUSSIZE changes hair into Braided Bun goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Dreads Braided Parted" { @FEMALEAVATAR changes hair into Dreads Braided @PLUSSIZE changes hair into Dreads Braided goto fem_hairAfro_btx2 }"Locks" { @FEMALEAVATAR changes hair into Shoulder Length Locks Hair @PLUSSIZE changes hair into Shoulder Length Locks Hair goto fem_hairAfro_btx2 }"Side Shave Braids" { @FEMALEAVATAR changes hair into Curly Braids Hair @PLUSSIZE changes hair into Curly Braids Hair goto fem_hairAfro_btx2 }"Half Up Locs" { @FEMALEAVATAR changes hair into Half Up Locs Long Hair @PLUSSIZE changes hair into Half Up Locs Long Hair goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Medium Braided" { @FEMALEAVATAR changes hair into Medium Braided @PLUSSIZE changes hair into Medium Braided goto fem_hairAfro_btx2 }"Long Braided" { @FEMALEAVATAR changes hair into Long Braided @PLUSSIZE changes hair into Long Braided goto fem_hairAfro_btx2 }"Medium Dreadlocks" { @FEMALEAVATAR changes hair into Medium Dreadlocks @PLUSSIZE changes hair into Medium Dreadlocks goto fem_hairAfro_btx2 }"Long Dreadlocks" { @FEMALEAVATAR changes hair into Long Dreadlocks @PLUSSIZE changes hair into Long Dreadlocks goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Over Shoulder Locs" { @FEMALEAVATAR changes hair into Over Shoulder Locs Hair @PLUSSIZE changes hair into Over Shoulder Locs Hair goto fem_hairAfro_btx2 }"Barrel Roll Locs" { @FEMALEAVATAR changes hair into Barrel Roll Locs Updo Solid @PLUSSIZE changes hair into Barrel Roll Locs Updo Solid goto fem_hairAfro_btx2 }"Slicked Down Type4 Curls" { @FEMALEAVATAR changes hair into Slicked Down Type4 Curls Hair @PLUSSIZE changes hair into Slicked Down Type4 Curls Hair goto fem_hairAfro_btx2 }"Slicked Down Type3 Curls" { @FEMALEAVATAR changes hair into Slicked Down Type3 Curls Hair @PLUSSIZE changes hair into Slicked Down Type3 Curls Hair goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "High Bun Twists" { @FEMALEAVATAR changes hair into High Bun 4C Long Twists @PLUSSIZE changes hair into High Bun 4C Long Twists goto fem_hairAfro_btx2 }"Short Top Dreads" { @FEMALEAVATAR changes hair into Dreads Loose Top Short @PLUSSIZE changes hair into Dreads Loose Top Short goto fem_hairAfro_btx2 }"Mohawk Locs" { @FEMALEAVATAR changes hair into Mohawk Locs Short @PLUSSIZE changes hair into Mohawk Locs Short goto fem_hairAfro_btx2 }"Low Pigtails Type 3" { @FEMALEAVATAR changes hair into Low Pony Pigtails Type3 @PLUSSIZE changes hair into Low Pony Pigtails Type3 goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Boho Braids" { @FEMALEAVATAR changes hair into Medium Boho Braids @PLUSSIZE changes hair into Medium Boho Braids goto fem_hairAfro_btx2 }"Lemonade Braids" { @FEMALEAVATAR changes hair into Lemonade Braids @PLUSSIZE changes hair into Lemonade Braids goto fem_hairAfro_btx2 }"Double Braided Buns" { @FEMALEAVATAR changes hair into Double Braided Buns @PLUSSIZE changes hair into Double Braided Buns goto fem_hairAfro_btx2 }"Locs Updo" { @FEMALEAVATAR changes hair into Locs Updo @PLUSSIZE changes hair into Locs Updo goto fem_hairAfro_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } label fem_hairUp_btx2 NARRATOR Updo hairstyles. choice [shouldPaginate: YES] "Updo Low Bun" { @FEMALEAVATAR changes hair into Updo @PLUSSIZE changes hair into Updo goto fem_hairUp_btx2 }"Updo Curly Messy" { @FEMALEAVATAR changes hair into Updo Curly Messy @PLUSSIZE changes hair into Updo Curly Messy goto fem_hairUp_btx2 }"Updo Twist Bangs" { @FEMALEAVATAR changes hair into Updo High Twist Bangs Blunt @PLUSSIZE changes hair into Updo High Twist Bangs Blunt goto fem_hairUp_btx2 }"Morning Updo" { @FEMALEAVATAR changes hair into Morning Updo @PLUSSIZE changes hair into Morning Updo goto fem_hairUp_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Small Bun" { @FEMALEAVATAR changes hair into Small Bun @PLUSSIZE changes hair into Small Bun goto fem_hairUp_btx2 }"Messy Sock Bun" { @FEMALEAVATAR changes hair into Messy Sock Bun @PLUSSIZE changes hair into Messy Sock Bun goto fem_hairUp_btx2 }"Double Buns" { @FEMALEAVATAR changes hair into Double Buns @PLUSSIZE changes hair into Double Buns goto fem_hairUp_btx2 }"Blunt Bangs Ponytail" { @FEMALEAVATAR changes hair into Pony Tail Blunt Bangs @PLUSSIZE changes hair into Pony Tail Blunt Bangs goto fem_hairUp_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Braided Curly Pony" { @FEMALEAVATAR changes hair into Braided Curly Pony @PLUSSIZE changes hair into Braided Curly Pony goto fem_hairUp_btx2 }"Messy Ponytail" { @FEMALEAVATAR changes hair into Short Messy Pony Tail @PLUSSIZE changes hair into Short Messy Pony Tail goto fem_hairUp_btx2 }"Updo Princess Braid" { @FEMALEAVATAR changes hair into Long Updo Wavy Princess Braid @PLUSSIZE changes hair into Long Updo Wavy Princess Braid goto fem_hairUp_btx2 }"High Spiral Pigtail" { @FEMALEAVATAR changes hair into High Spiral Pigtail Hair @PLUSSIZE changes hair into High Spiral Pigtail Hair goto fem_hairUp_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Short Ponytail" { @FEMALEAVATAR changes hair into Short High Ponytail @PLUSSIZE changes hair into Short High Ponytail goto fem_hairUp_btx2 }"Long Ponytail" { @FEMALEAVATAR changes hair into Long High Ponytail @PLUSSIZE changes hair into Long High Ponytail goto fem_hairUp_btx2 }"Updo Wide Bangs" { @FEMALEAVATAR changes hair into Updo Wide Bangs @PLUSSIZE changes hair into Updo Wide Bangs goto fem_hairUp_btx2 }"Updo Wavy Sleek" { @FEMALEAVATAR changes hair into Updo Wavy Sleek @PLUSSIZE changes hair into Updo Wavy Sleek goto fem_hairUp_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Bun Low Sleek" { @FEMALEAVATAR changes hair into Bun Low Sleek @PLUSSIZE changes hair into Bun Low Sleek goto fem_hairUp_btx2 }"Shoulder Curly Half Bun" { @FEMALEAVATAR changes hair into Medium Shoulder Curly Bun Hair @PLUSSIZE changes hair into Medium Shoulder Curly Bun Hair goto fem_hairUp_btx2 }"High Bun Coil" { @FEMALEAVATAR changes hair into Type 3 High Bun Coil Hair @PLUSSIZE changes hair into Type 3 High Bun Coil Hair goto fem_hairUp_btx2 }"Large Messy Bun Updo" { @FEMALEAVATAR changes hair into Updo Large Messy Bun Solid @PLUSSIZE changes hair into Updo Large Messy Bun Solid goto fem_hairUp_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Updo Craxis" { @FEMALEAVATAR changes hair into Updo Craxis @PLUSSIZE changes hair into Updo Craxis goto fem_hairUp_btx2 }"Braided Ponytail" { @FEMALEAVATAR changes hair into Braided Ponytail Hair Complex Color @PLUSSIZE changes hair into Braided Ponytail Hair Complex Color goto fem_hairUp_btx2 }"Bee Hive Bun" { @FEMALEAVATAR changes hair into Bee Hive Bun @PLUSSIZE changes hair into Bee Hive Bun goto fem_hairUp_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 } label fem_hairStyled_btx2 NARRATOR Low styled hairstyles. choice [shouldPaginate: YES] "Sleek Ponytail" { @FEMALEAVATAR changes hair into Sleek Ponytail @PLUSSIZE changes hair into Sleek Ponytail goto fem_hairStyled_btx2 }"Over Shoulder Braid" { @FEMALEAVATAR changes hair into Over Shoulder Braid @PLUSSIZE changes hair into Over Shoulder Braid goto fem_hairStyled_btx2 }"Double Dutch Braids" { @FEMALEAVATAR changes hair into Long Double Dutch Braids @PLUSSIZE changes hair into Long Double Dutch Braids goto fem_hairStyled_btx2 }"Side Swept" { @FEMALEAVATAR changes hair into Side Swept Updo Long @PLUSSIZE changes hair into Side Swept Updo Long goto fem_hairStyled_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Pinup Rolls" { @FEMALEAVATAR changes hair into Pinup Victory Rolls @PLUSSIZE changes hair into Pinup Victory Rolls goto fem_hairStyled_btx2 }"High Wavy Pony Tail Over Shoulder" { @FEMALEAVATAR changes hair into High Wavy Pony Tail Over Shoulder Solid @PLUSSIZE changes hair into High Wavy Pony Tail Over Shoulder Solid goto fem_hairStyled_btx2 }"Bouffant Wavy" { @FEMALEAVATAR changes hair into Bouffant Long Wavy @PLUSSIZE changes hair into Bouffant Long Wavy goto fem_hairStyled_btx2 }"Long Wavy Ponytail" { @FEMALEAVATAR changes hair into Updo Pony Wavy Long @PLUSSIZE changes hair into Updo Pony Wavy Long goto fem_hairStyled_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Half Up Top Knot Ponytail" { @FEMALEAVATAR changes hair into Medium Half Up Top Knot Ponytail @PLUSSIZE changes hair into Medium Half Up Top Knot Ponytail goto fem_hairStyled_btx2 }"Long Half Up Ponytail" { @FEMALEAVATAR changes hair into Long Half Up Ponytail Hair @PLUSSIZE changes hair into Long Half Up Ponytail Hair goto fem_hairStyled_btx2 }"Side Bang Double Bun" { @FEMALEAVATAR changes hair into Medium Side Bang Double Bun @PLUSSIZE changes hair into Medium Side Bang Double Bun goto fem_hairStyled_btx2 }"Double Bun Half Down" { @FEMALEAVATAR changes hair into Double Bun Half Down Hair @PLUSSIZE changes hair into Double Bun Half Down Hair goto fem_hairStyled_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } "Updo Curly Long" { @FEMALEAVATAR changes hair into Updo Curly Long @PLUSSIZE changes hair into Updo Curly Long goto fem_hairStyled_btx2 }"Long Curl Half Updo" { @FEMALEAVATAR changes hair into Long Curl Half Updo @PLUSSIZE changes hair into Long Curl Half Updo goto fem_hairStyled_btx2 }"Full Pigtail" { @FEMALEAVATAR changes hair into Full Pigtail @PLUSSIZE changes hair into Full Pigtail goto fem_hairStyled_btx2 }"Punk Hair" { @FEMALEAVATAR changes hair into Cropped Punk Cut @PLUSSIZE changes hair into Cropped Punk Cut goto fem_hairStyled_btx2 }<GREEN>"Change Color"{ goto fem_haircolor_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } label fem_hairSpecial_btx2 NARRATOR Specially dyed hairstyles. Cannot change color. choice [layout, shouldPaginate: YES] "Lob Bangs Purple Orange" { @FEMALEAVATAR changes hair into Lob Bangs Blunt Hair Purple Orange @PLUSSIZE changes hair into Lob Bangs Blunt Hair Purple Orange goto fem_hairSpecial_btx2 }"Over Shoulder Braid Black Pink" { @FEMALEAVATAR changes hair into Over Shoulder Braid Hair Black Pink @PLUSSIZE changes hair into Over Shoulder Braid Hair Black Pink goto fem_hairSpecial_btx2 }"Side Part Curly Blonde Pink" { @FEMALEAVATAR changes hair into Side Part Curly Asymmetrical Hair Blonde Pink @PLUSSIZE changes hair into Side Part Curly Asymmetrical Hair Blonde Pink goto fem_hairSpecial_btx2 }<PREMIUM>"Back to Styles"{ goto fem_hair_btx2 } ####################### HAIR COLOR ####################### label fem_haircolor_btx2 NARRATOR All hair colors. choice "Dark"{ goto fem_hairDark_btx2 }"Light" { goto fem_hairLight_btx2 }"Dyed"{ goto fem_hairDye_btx2 }<PREMIUM>"Main Menu"{ goto fem_custom_btx2 }<GREEN> "Back to Styles" { goto fem_hair_btx2 } label fem_hairDark_btx2 NARRATOR Dark hair colors. choice [shouldPaginate: YES] "Light Brown" { @FEMALEAVATAR changes hairColor into Light Brown @PLUSSIZE changes hairColor into Light Brown goto fem_hairDark_btx2 }"Warm Brown" { @FEMALEAVATAR changes hairColor into Medium Warm Brown @PLUSSIZE changes hairColor into Medium Warm Brown goto fem_hairDark_btx2 }"Medium Brown" { @FEMALEAVATAR changes hairColor into Medium Brown @PLUSSIZE changes hairColor into Medium Brown goto fem_hairDark_btx2 }"Chestnut Brown"{ @FEMALEAVATAR changes hairColor into Chestnut Brown @PLUSSIZE changes hairColor into Chestnut Brown goto fem_hairDark_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Done"{ goto fem_custom_btx2 } "Dark Brown"{ @FEMALEAVATAR changes hairColor into Dark Brown @PLUSSIZE changes hairColor into Dark Brown goto fem_hairDark_btx2 }"Brunette Brown"{ @FEMALEAVATAR changes hairColor into Brunette Brown @PLUSSIZE changes hairColor into Brunette Brown goto fem_hairDark_btx2 }"Ginger Red" { @FEMALEAVATAR changes hairColor into Ginger Red @PLUSSIZE changes hairColor into Ginger Red goto fem_hairDark_btx2 }"Burgundy Red" { @FEMALEAVATAR changes hairColor into Burgundy Red @PLUSSIZE changes hairColor into Burgundy Red goto fem_hairDark_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Done"{ goto fem_custom_btx2 } "Deep Brown" { @FEMALEAVATAR changes hairColor into Deep Brown @PLUSSIZE changes hairColor into Deep Brown goto fem_hairDark_btx2 }"Brown Black" { @FEMALEAVATAR changes hairColor into Brown Black @PLUSSIZE changes hairColor into Brown Black goto fem_hairDark_btx2 }"Dark Black" { @FEMALEAVATAR changes hairColor into Black Dark @PLUSSIZE changes hairColor into Black Dark goto fem_hairDark_btx2 }"Jet Black" { @FEMALEAVATAR changes hairColor into Black Jet @PLUSSIZE changes hairColor into Black Jet goto fem_hairDark_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Done"{ goto fem_custom_btx2 } "Golden Brown" { @FEMALEAVATAR changes hairColor into Golden Brown @PLUSSIZE changes hairColor into Golden Brown goto fem_hairDark_btx2 }"Ash Brown" { @FEMALEAVATAR changes hairColor into Ash Brown @PLUSSIZE changes hairColor into Ash Brown goto fem_hairDark_btx2 }"Auburn Brown" { @FEMALEAVATAR changes hairColor into Auburn Brown @PLUSSIZE changes hairColor into Auburn Brown goto fem_hairDark_btx2 }"Cool Dark Brown" { @FEMALEAVATAR changes hairColor into Cool Dark Brown @PLUSSIZE changes hairColor into Cool Dark Brown goto fem_hairDark_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Done"{ goto fem_custom_btx2 } label fem_hairLight_btx2 NARRATOR Light hair colors. choice [shouldPaginate: YES] "Platinum Blonde" { @FEMALEAVATAR changes hairColor into Platinum Blonde @PLUSSIZE changes hairColor into Platinum Blonde goto fem_hairLight_btx2 }"Dirty Blonde" { @FEMALEAVATAR changes hairColor into Dirty Blonde @PLUSSIZE changes hairColor into Dirty Blonde goto fem_hairLight_btx2 }"Honey Blonde" { @FEMALEAVATAR changes hairColor into Honey Blonde @PLUSSIZE changes hairColor into Honey Blonde goto fem_hairLight_btx2 }"Strawberry Blonde" { @FEMALEAVATAR changes hairColor into Strawberry Blonde @PLUSSIZE changes hairColor into Strawberry Blonde goto fem_hairLight_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Done"{ goto fem_custom_btx2 } "Medium Blonde" { @FEMALEAVATAR changes hairColor into Blonde Medium @PLUSSIZE changes hairColor into Blonde Medium goto fem_hairLight_btx2 }"Ash Blonde" { @FEMALEAVATAR changes hairColor into Ash Blonde @PLUSSIZE changes hairColor into Ash Blonde goto fem_hairLight_btx2 }"Peach Blonde" { @FEMALEAVATAR changes hairColor into Peach Blonde @PLUSSIZE changes hairColor into Peach Blonde goto fem_hairLight_btx2 }"Platinum White" { @FEMALEAVATAR changes hairColor into Platinum White @PLUSSIZE changes hairColor into Platinum White goto fem_hairLight_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Done"{ goto fem_custom_btx2 } label fem_hairDye_btx2 NARRATOR Dyed hair colors. choice "Pink/Purple" { goto fem_hairDye_Pink_btx2 }"Blue/Green" { goto fem_hairDye_Blue_btx2 }"Red/Yellow" { goto fem_hairDye_Red_btx2 }"White/Grey" { goto fem_hairDye_White_btx2 }<GREEN>"Different Colors"{ goto fem_haircolor_btx2 }<PREMIUM>"Hairstyles"{ goto fem_hair_btx2 } label fem_hairDye_Pink_btx2 NARRATOR Pink and purple hair colors. choice [shouldPaginate: YES] "Hot Pink" { @FEMALEAVATAR changes hairColor into Hot Pink @PLUSSIZE changes hairColor into Hot Pink goto fem_hairDye_Pink_btx2 } "Light Pink" { @FEMALEAVATAR changes hairColor into Pink Lt @PLUSSIZE changes hairColor into Pink Lt goto fem_hairDye_Pink_btx2 } "Warm Pink" { @FEMALEAVATAR changes hairColor into Warm Pink @PLUSSIZE changes hairColor into Warm Pink goto fem_hairDye_Pink_btx2 } "Rose Gold" { @FEMALEAVATAR changes hairColor into Rose Gold @PLUSSIZE changes hairColor into Rose Gold goto fem_hairDye_Pink_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } "Purple" { @FEMALEAVATAR changes hairColor into Red Purple @PLUSSIZE changes hairColor into Red Purple goto fem_hairDye_Pink_btx2 } "Purple Lilac" { @FEMALEAVATAR changes hairColor into Purple Lilac @PLUSSIZE changes hairColor into Purple Lilac goto fem_hairDye_Pink_btx2 } "Plum" { @FEMALEAVATAR changes hairColor into Plum @PLUSSIZE changes hairColor into Plum goto fem_hairDye_Pink_btx2 } "Dark Purple" { @FEMALEAVATAR changes hairColor into Purple @PLUSSIZE changes hairColor into Purple goto fem_hairDye_Pink_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } "Pastel Lavender" { @FEMALEAVATAR changes hairColor into Pastel Purple Lavender @PLUSSIZE changes hairColor into Pastel Purple Lavender goto fem_hairDye_Pink_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 } label fem_hairDye_Blue_btx2 NARRATOR Blue and green hair colors. choice [shouldPaginate: YES] "Blue" { @FEMALEAVATAR changes hairColor into Blue @PLUSSIZE changes hairColor into Blue goto fem_hairDye_Blue_btx2 } "Light Blue" { @FEMALEAVATAR changes hairColor into Cornflower Blue @PLUSSIZE changes hairColor into Cornflower Blue goto fem_hairDye_Blue_btx2 } "Aqua Blue" { @FEMALEAVATAR changes hairColor into Aqua Blue @PLUSSIZE changes hairColor into Aqua Blue goto fem_hairDye_Blue_btx2 } "Dark Blue" { @FEMALEAVATAR changes hairColor into Blue Black @PLUSSIZE changes hairColor into Blue Black goto fem_hairDye_Blue_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } "Green" { @FEMALEAVATAR changes hairColor into Green @PLUSSIZE changes hairColor into Green goto fem_hairDye_Blue_btx2 } "Lime Green" { @FEMALEAVATAR changes hairColor into Yellow Green @PLUSSIZE changes hairColor into Yellow Green goto fem_hairDye_Blue_btx2 } "Mint" { @FEMALEAVATAR changes hairColor into Mint @PLUSSIZE changes hairColor into Mint goto fem_hairDye_Blue_btx2 } "Aqua Green" { @FEMALEAVATAR changes hairColor into Aqua Green @PLUSSIZE changes hairColor into Aqua Green goto fem_hairDye_Blue_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } "Pastel Blue" { @FEMALEAVATAR changes hairColor into Pastel Blue @PLUSSIZE changes hairColor into Pastel Blue goto fem_hairDye_Blue_btx2 } "Pastel Mint" { @FEMALEAVATAR changes hairColor into Pastel Mint @PLUSSIZE changes hairColor into Pastel Mint goto fem_hairDye_Blue_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } label fem_hairDye_Red_btx2 NARRATOR Red, yellow, & orange hair colors. choice [shouldPaginate: YES] "Yellow" { @FEMALEAVATAR changes hairColor into Yellow @PLUSSIZE changes hairColor into Yellow goto fem_hairDye_Red_btx2 } "Orange" { @FEMALEAVATAR changes hairColor into Orange @PLUSSIZE changes hairColor into Orange goto fem_hairDye_Red_btx2 } "Red" { @FEMALEAVATAR changes hairColor into Red @PLUSSIZE changes hairColor into Red goto fem_hairDye_Red_btx2 } "Copper Red" { @FEMALEAVATAR changes hairColor into Copper Red @PLUSSIZE changes hairColor into Copper Red goto fem_hairDye_Red_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } label fem_hairDye_White_btx2 NARRATOR White & grey hair colors. choice [shouldPaginate: YES] "Grey" { @FEMALEAVATAR changes hairColor into Cool Gray @PLUSSIZE changes hairColor into Cool Gray goto fem_hairDye_White_btx2 } "Light Grey" { @FEMALEAVATAR changes hairColor into Aqua Gray @PLUSSIZE changes hairColor into Aqua Gray goto fem_hairDye_White_btx2 }"White" { @FEMALEAVATAR changes hairColor into Warm White @PLUSSIZE changes hairColor into Warm White goto fem_hairDye_White_btx2 }"Ice" { @FEMALEAVATAR changes hairColor into Platinum Ice @PLUSSIZE changes hairColor into Platinum Ice goto fem_hairDye_White_btx2 }<GREEN>"Back to Dyed Colors"{ goto fem_hairDye_btx2 }<PREMIUM>"Done" { goto fem_custom_btx2 } label fem_end_btx2 NARRATOR Are you happy with how your character looks? choice <PREMIUM> "Yes, she looks gorgeous!" { readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Customization Template Credit @FEMALEAVATAR is primp_neutral if (FEMALEAVATAR = 1) { @FEMALEAVATAR becomes PLUSSIZE @FEMALEAVATAR stands screen center and FEMALEAVATAR faces right and remove PLUSSIZE @FEMALEAVATAR is primp_neutral gain MC_plussize } else { @FEMALEAVATAR is primp_neutral } } <GREEN> "No, I want to change something." { goto fem_custom_btx2 }
How to change outfits:
if (MC_plussize) { @PLUSSIZE changes into PLUSOUTFIT_NAME @MAINCHARACTER becomes PLUSSIZE } else { @MAINCHARACTER changes into OUTFIT_NAME }
Template for choosing body type without full customization
@FEMGENERIC stands screen center and FEMGENERIC faces right and FEMGENERIC starts idle label body_type_pick NARR Which body type do you want? choice "Generic" { @FEMGENERIC =0 @remove FEMPLUS @FEMGENERIC changes body into Female Generic Body @FEMGENERIC stands screen center and FEMGENERIC faces right and FEMGENERIC starts idle @pause for 1 goto body_type_pick } "Athletic" { @FEMGENERIC =0 @remove FEMPLUS @FEMGENERIC changes body into Female Athletic Body @FEMGENERIC stands screen center and FEMGENERIC faces right and FEMGENERIC starts idle @pause for 1 goto body_type_pick } "Soft" { @FEMGENERIC =0 @remove FEMPLUS @FEMGENERIC changes body into Female Soft Body @FEMGENERIC stands screen center and FEMGENERIC faces right and FEMGENERIC starts idle @pause for 1 goto body_type_pick } "Plus" { @FEMGENERIC =1 @remove FEMGENERIC @FEMPLUS stands screen center and FEMPLUS faces right and FEMPLUS starts idle @pause for 1 goto body_type_pick } <GREEN>"Choose this!" { NARR Are you sure this is the body type you want? choice "Yes!" { } "No, choose a different body type." { goto body_type_pick } } if (FEMGENERIC = 1) { @FEMGENERIC becomes FEMPLUS @remove FEMPLUS gain MC_plussize } else { } @FEMGENERIC =0 @FEMGENERIC stands screen center and FEMGENERIC faces right and FEMGENERIC is flirt_wink_atcamera #Twin Customization template goes here