CC script template for limited options - INK AND LIMELIGHT

Does anyone have a script template for character customization (for either styles, I just need a template, I can put the names and all myself if I need to) that’s limited to for example just skin color, hair color, and face features? (So no hair style option, JUST hair color)
Or just face features, or just hair color or just lip color
Please, anyone?

@Marlie here is the link for both styles of ink and limelight customizations:

3 Likes

Also, when using these, credit @Dara.Amarie.

1 Like

No, I’m sorry, but this is not what I’m looking for. This is a WHOLE script template, which I know where to find. I’m talking about something like;
‘Do you want to change anything about your FACE?’
which means I just want the reader to customize CERTAIN parts of the character.

@Marlie then take the part of the script template and make her change the part of the mc.

1 Like

When I do that it keeps showing me errors, the one I get the most is ‘there is a line on X that doesn’t have a matching’

Ink or limeight, male or female, and list what you do not want in the template.

1 Like

um so
I want… Well style doesn’t matter because I can just change names. but limelight
Female, I don’t want hair STYLES. I just want the reader to be able to choose the hair color
And also bcause I’m not sure if you are asking me this to do this or anything or what, but if you are, you don’t need to add animations or any other stuff.
Of course if you will take your time to create a script template just for me, which is really amazing, I will credit you

I mean I will credit you anyways lol I sound so stupid, I’m sorry…

label female_custom1
@FEMALEAVATAR spot 2.400 170 -520 and FEMALEAVATAR faces right and FEMALEAVATAR starts idle

        NARRATOR
    What do you look like?

choice
"Skin Tone" {
goto fem_skin1
}
"Hair Color" {
goto fem_haircolor1
}
"Eyes" {
goto fem_eyes1
}
"Eyebrows" {
goto fem_brows1
}
"Face Shape"{
goto fem_face1
}
"Nose" {
goto fem_nose1
}
"Mouth" {
goto fem_mouth1
}
<GREEN> "This is perfect!" {
goto female1_end
}

label fem_skin1

        NARRATOR
    Choose your skin color.

choice
"Lighter Shades" {
goto fem_lightskin1
} "Medium Shades" {
goto fem_medskin1
} "Darker Shades" {
goto fem_darkskin1
} "Non-Human Shades" {
goto fem_rainbowskin1
} <GREEN> "Done" {
goto female_custom1
}

label fem_lightskin1

        NARRATOR
    Choose your skin color.

choice
"Fair Gold" {
@FEMALEAVATAR changes bodyColor into Fair Gold
goto fem_lightskin1
} "Fair Neutral" {
@FEMALEAVATAR changes bodyColor into Fair Neutral
goto fem_lightskin1
} "Fair Rose" {
@FEMALEAVATAR changes bodyColor into Fair Rose
goto fem_lightskin1
} "Fair Warm" {
@FEMALEAVATAR changes bodyColor into Fair Warm
goto fem_lightskin1
} "Beige Light Gold" {
@FEMALEAVATAR changes bodyColor into Beige Light Gold
goto fem_lightskin1
} "Beige Light Neutral" {
@FEMALEAVATAR changes bodyColor into Beige Light Neutral
goto fem_lightskin1
} "Beige Light Rose" {
@FEMALEAVATAR changes bodyColor into Beige Light Rose
goto fem_lightskin1
} "Beige Rose" {
@FEMALEAVATAR changes bodyColor into Beige Rose
goto fem_lightskin1
} <GREEN> "Different Shades" {
goto fem_skin1
} <GREEN> "Done" {
goto female_custom1
}

label fem_medskin1

        NARRATOR
    Choose your skin color.

choice
"Beige Neutral" {
@FEMALEAVATAR changes bodyColor into Beige Neutral
goto fem_medskin1
} "Beige Gold" {
@FEMALEAVATAR changes bodyColor into Beige Gold
goto fem_medskin1
} "Beige Deep Neutral" {
@FEMALEAVATAR changes bodyColor into Beige DeepNeutral
goto fem_medskin1
} "Beige Deep Gold" {
@FEMALEAVATAR changes bodyColor into Beige Deep Gold
goto fem_medskin1
} "Beige Deep Rose" {
@FEMALEAVATAR changes bodyColor into Beige Deep Rose
goto fem_medskin1
} "Tan Neutral" {
@FEMALEAVATAR changes bodyColor into Tan Neutral
goto fem_medskin1
} "Tan Gold" {
@FEMALEAVATAR changes bodyColor into Tan Gold
goto fem_medskin1
} "Tan Rose" {
@FEMALEAVATAR changes bodyColor into Tan Rose
goto fem_medskin1
} "Tan Deep Gold" {
@FEMALEAVATAR changes bodyColor into Tan Deep Gold
goto fem_medskin1
} <GREEN> "Different Shades" {
goto fem_skin1
} <GREEN> "Done" {
goto female_custom1
}

label fem_darkskin1

        NARRATOR
    Choose your skin color.

choice
"Tan Deep Rose" {
@FEMALEAVATAR changes bodyColor into Tan Deep Rose
goto fem_darkskin1
} "Tan Deep Neutral" {
@FEMALEAVATAR changes bodyColor into Tan Deep Neutral
goto fem_darkskin1
} "Brown Gold" {
@FEMALEAVATAR changes bodyColor into Brown Gold
goto fem_darkskin1
} "Brown Neutral" {
@FEMALEAVATAR changes bodyColor into Brown Neutral
goto fem_darkskin1
} "Brown Rose" {
@FEMALEAVATAR changes bodyColor into Brown Rose
goto fem_darkskin1
} "Brown Deep Gold" {
@FEMALEAVATAR changes bodyColor into Brown Deep Gold
goto fem_darkskin1
} "Brown Deep Neutral" {
@FEMALEAVATAR changes bodyColor into Brown Deep Neutral
goto fem_darkskin1
} "Brown Deep Rose" {
@FEMALEAVATAR changes bodyColor into Brown Deep Rose
goto fem_darkskin1
} <GREEN> "Different Shades" {
goto fem_skin1
} <GREEN> "Done" {
goto female_custom1
}

label fem_rainbowskin1

        NARRATOR
    Choose your skin color.

choice
"Blue" {
@FEMALEAVATAR changes bodyColor into Blue
goto fem_rainbowskin1
} "Light Blue" {
@FEMALEAVATAR changes bodyColor into Light Blue
goto fem_rainbowskin1
} "Green" {
@FEMALEAVATAR changes bodyColor into Green
goto fem_rainbowskin1
} "Light Green" {
@FEMALEAVATAR changes bodyColor into Beige Green Light
goto fem_rainbowskin1
} <GREEN> "Different Shades" {
goto fem_skin1
} <GREEN> "Done" {
goto female_custom1
}

label fem_brows1

        NARRATOR
    Choose your eyebrow shape.

choice
"Arched Natural"{
@FEMALEAVATAR changes eyebrows into Arched Natural
goto fem_brows1
}"Arched Thick"{
@FEMALEAVATAR changes eyebrows into Arched Thick Styled
goto fem_brows1
}"Arched Thin"{
@FEMALEAVATAR changes eyebrows into Arched Thin
goto fem_brows1
}"Arched Thin High"{
@FEMALEAVATAR changes eyebrows into Arched Thin High
goto fem_brows1
}"Round Medium"{
@FEMALEAVATAR changes eyebrows into Round Medium
goto fem_brows1
}"Round Thick"{
@FEMALEAVATAR changes eyebrows into Round Thick
goto fem_brows1
}"Round Thin"{
@FEMALEAVATAR changes eyebrows into Round Thin High
goto fem_brows1
}"Straight Medium"{
@FEMALEAVATAR changes eyebrows into Straight Medium
goto fem_brows1
}<GREEN> "Select Color" {
goto fem_browscolor1
}<GREEN> "Done"{
goto female_custom1
}

label fem_browscolor1

        NARRATOR
    Choose your eyebrow color.

choice
"Light Colors" {
goto browColor_light1
} "Dark Colors" {
goto browColor_dark1
} "Dyed Colors" {
goto browColor_dyed1
} <GREEN> "Change Brow Shape" {
goto fem_brows1
}

label browColor_light1

        NARRATOR
    Choose your eyebrow color.

choice
"Dirty Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Dirty Blonde
goto browColor_light1
} "Honey Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Honey Blonde
goto browColor_light1
} "Platinum Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Platinum Blonde
goto browColor_light1
} "Strawberry Blonde" {
@FEMALEAVATAR changes eyebrowsColor into Strawberry Blonde
goto browColor_light1
} "Blonde Medium" {
@FEMALEAVATAR changes eyebrowsColor into Blonde Medium
goto browColor_light1
} "Gray" {
@FEMALEAVATAR changes eyebrowsColor into Gray
goto browColor_light1
} <GREEN> "Other Colors" {
goto fem_browscolor1
} <GREEN> "Done" {
goto female_custom1
}

label browColor_dark1

        NARRATOR
    Choose your eyebrow color.

choice
"Chestnut Brown" {
@FEMALEAVATAR changes eyebrowsColor into Chestnut Brown
goto browColor_dark1
} "Dark Brown" {
@FEMALEAVATAR changes eyebrowsColor into Dark Brown
goto browColor_dark1
} "Deep Brown" {
@FEMALEAVATAR changes eyebrowsColor into Deep Brown
goto browColor_dark1
} "Light Brown" {
@FEMALEAVATAR changes eyebrowsColor into Light Brown
goto browColor_dark1
} "Dark Black" {
@FEMALEAVATAR changes eyebrowsColor into Black Dark
goto browColor_dark1
} "Jet Black" {
@FEMALEAVATAR changes eyebrowsColor into blackJet
goto browColor_dark1
} <GREEN> "Other Colors" {
goto fem_browscolor1
} <GREEN> "Done" {
goto female_custom1
}

label browColor_dyed1

        NARRATOR
    Choose your eyebrow color.

choice
"Light Pink" {
@FEMALEAVATAR changes eyebrowsColor into Pink Lt
goto browColor_dyed1
} "Lavender" {
@FEMALEAVATAR changes eyebrowsColor into Purple Lilac
goto browColor_dyed1
} "Mint" {
@FEMALEAVATAR changes eyebrowsColor into Green Mint
goto browColor_dyed1
} "Ginger Red" {
@FEMALEAVATAR changes eyebrowsColor into Ginger Red
goto browColor_dyed1
} "Copper Red" {
@FEMALEAVATAR changes eyebrowsColor into Copper Red
goto browColor_dyed1
} "White" {
@FEMALEAVATAR changes eyebrowsColor into White
goto browColor_dyed1
} <GREEN> "Other Colors" {
goto fem_browscolor1
} <GREEN> "Done" {
goto female_custom1
}

label fem_face1

        NARRATOR
    Choose your face shape.

choice
"Diamond" {
@FEMALEAVATAR changes face into Diamond
goto fem_face1
}
"Long Diamond" {
@FEMALEAVATAR changes face into Diamond Long
goto fem_face1
}
"Defined Heart" {
@FEMALEAVATAR changes face into Heart Defined
goto fem_face1
}
"Mature Heart" {
@FEMALEAVATAR changes face into Heart Mature
goto fem_face1
}
"Soft Heart" {
@FEMALEAVATAR changes face into Heart Soft
goto fem_face1
}
"Mature Square" {
@FEMALEAVATAR changes face into Square Mature
goto fem_face1
}
"Soft Round" {
@FEMALEAVATAR changes face into Round Soft
goto fem_face1
}
"Defined Triangle" {
@FEMALEAVATAR changes face into Triangle Defined
goto fem_face1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_eyes1

        NARRATOR
    Choose your eyes.

choice
"Deepset Downturned" {
@FEMALEAVATAR changes eyes into Deepset Downturned
goto fem_eyes1
}
"Deepset Mature" {
@FEMALEAVATAR changes eyes into Deepset Mature
goto fem_eyes1
}
"Generic" {
@FEMALEAVATAR changes eyes into Female Generic
goto fem_eyes1
}
"Slender" {
@FEMALEAVATAR changes eyes into Monolid Slender
goto fem_eyes1
}
"Round Wide" {
@FEMALEAVATAR changes eyes into Round Downturned Wide
goto fem_eyes1
}
"Round Medium" {
@FEMALEAVATAR changes eyes into Round Medium
goto fem_eyes1
}
"Sharp Almond" {
@FEMALEAVATAR changes eyes into Sharp Almond
goto fem_eyes1
}
"Deepset Almond" {
@FEMALEAVATAR changes eyes into Deepset Almond
goto fem_eyes1
}
<GREEN>"Select Color"{
goto fem_eyecolor1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_eyecolor1

        NARRATOR
    Choose your eye color.

choice
"Aqua Blue" {
@FEMALEAVATAR changes eyesColor into Blue Aqua
goto fem_eyecolor1
}
"Deep Blue" {
@FEMALEAVATAR changes eyesColor into Blue Deep
goto fem_eyecolor1
}
"Light Brown" {
@FEMALEAVATAR changes eyesColor into Brown Light
goto fem_eyecolor1
}
"Dark Brown" {
@FEMALEAVATAR changes eyesColor into Brown Dark
goto fem_eyecolor1
}
"Black" {
@FEMALEAVATAR changes eyesColor into Brown Black
goto fem_eyecolor1
}
<GREEN> "Next Page" {
goto fem_eyecolor12
}
<GREEN>"Done"{
goto female_custom1
}

label fem_eyecolor12

        NARRATOR
    Choose your eye color.

choice
"Green" {
@FEMALEAVATAR changes eyesColor into Green Emerald
goto fem_eyecolor12
}
"Silver" {
@FEMALEAVATAR changes eyesColor into Grey Cool
goto fem_eyecolor12
}
"Hazel" {
@FEMALEAVATAR changes eyesColor into Hazel
goto fem_eyecolor12
}
"Red" {
@FEMALEAVATAR changes eyesColor into Red
goto fem_eyecolor12
}
"Violet" {
@FEMALEAVATAR changes eyesColor into Violet
goto fem_eyecolor12
}
<GREEN> "Previous Page" {
goto fem_eyecolor1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_mouth1

        NARRATOR
    Choose your mouth shape.

choice
"Full Heart" {
@FEMALEAVATAR changes mouth into Full Heart Pouty
goto fem_mouth1
}"Full Round" {
@FEMALEAVATAR changes mouth into Full Round Pouty
goto fem_mouth1
}"Medium Natural" {
@FEMALEAVATAR changes mouth into Medium Heart Natural
goto fem_mouth1
}"Medium Thin" {
@FEMALEAVATAR changes mouth into Medium Thin
goto fem_mouth1
}"Thin Heart" {
@FEMALEAVATAR changes mouth into Thin Heart
goto fem_mouth1
}"Small Heart" {
@FEMALEAVATAR changes mouth into Small Heart
goto fem_mouth1
}"Flat Round" {
@FEMALEAVATAR changes mouth into Full Round Flat Top Skin
goto fem_mouth1
}<GREEN>"Select Color"{
goto fem_mouthcolor1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_mouthcolor1

        NARRATOR
    Choose your lip color.

choice
"Natural" {
goto NaturalColors1
} "Gloss" {
goto GlossColors1
} "Matte" {
goto MatteColors1
} <GREEN> "Change Lip Shape" {
goto fem_mouth1
}

label NaturalColors1

        NARRATOR
    Choose your lip color.

choice
"Fair Rose" {
@FEMALEAVATAR changes mouthColor into Fair Rose Matte
goto NaturalColors1
} "Fair Neutral" {
@FEMALEAVATAR changes mouthColor into Fair Neutral Matte
goto NaturalColors1
} "Fair Gold" {
@FEMALEAVATAR changes mouthColor into Fair Gold Matte
goto NaturalColors1
} "Beige Light Gold" {
@FEMALEAVATAR changes mouthColor into Beige Light Gold Matte
goto NaturalColors1
} "Beige Gold" {
@FEMALEAVATAR changes mouthColor into Beige Gold Matte
goto NaturalColors1
} "Beige Rose" {
@FEMALEAVATAR changes mouthColor into Beige Rose
goto NaturalColors1
} <GREEN> "Next Page" {
goto NaturalColors12
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label NaturalColors12

        NARRATOR
    Choose your lip color.

choice
"Beige Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Beige Deep Neutral
goto NaturalColors12
} "Tan Deep Neutral" {
@FEMALEAVATAR changes mouthColor into Tan Deep Neutral
goto NaturalColors12
} "Brown Neutral" {
@FEMALEAVATAR changes mouthColor into Brown Neutral
goto NaturalColors12
} "Brown Gold" {
@FEMALEAVATAR changes mouthColor into Brown Gold
goto NaturalColors12
} "Brown Deep Gold" {
@FEMALEAVATAR changes mouthColor into Brown Deep Gold
goto NaturalColors12
} "Brown Deep Rose" {
@FEMALEAVATAR changes mouthColor into Brown Deep Rose
goto NaturalColors12
} <GREEN> "Previous Page" {
goto NaturalColors1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label GlossColors1

        NARRATOR
    Choose your lip color.

choice
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Gloss
goto GlossColors1
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Lt Gloss
goto GlossColors1
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Gloss
goto GlossColors1
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Gloss
goto GlossColors1
} "Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Gloss
goto GlossColors1
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Gloss
goto GlossColors1
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Gloss
goto GlossColors1
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose Gloss
goto GlossColors1
} <GREEN> "Page Two" {
goto GlossColors12
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label GlossColors12

        NARRATOR
    Choose your lip color.

choice
"Mauve" {
@FEMALEAVATAR changes mouthColor into Mauve Gloss
goto GlossColors12
} "Pastel Purple" {
@FEMALEAVATAR changes mouthColor into Purple Pastel Gloss
goto GlossColors12
} "Plum" {
@FEMALEAVATAR changes mouthColor into Plum Gloss
goto GlossColors12
} "Red" {
@FEMALEAVATAR changes mouthColor into Red Gloss
goto GlossColors12
} "Deep Red" {
@FEMALEAVATAR changes mouthColor into Red Deep Gloss
goto GlossColors12
} "Violet" {
@FEMALEAVATAR changes mouthColor into Violet Gloss
goto GlossColors12
} "Black" {
@FEMALEAVATAR changes mouthColor into Black Gloss
goto GlossColors12
} <GREEN> "Page One" {
goto GlossColors1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label MatteColors1

        NARRATOR
    Choose your lip color.

choice
"Peach" {
@FEMALEAVATAR changes mouthColor into Peach Matte
goto MatteColors1
} "Light Peach" {
@FEMALEAVATAR changes mouthColor into Pink Peach Light Matte
goto MatteColors1
} "Beige Pink" {
@FEMALEAVATAR changes mouthColor into Pink Beige Matte
goto MatteColors1
} "Medium Pink" {
@FEMALEAVATAR changes mouthColor into Pink Medium Matte
goto MatteColors1
} "Warm Pink" {
@FEMALEAVATAR changes mouthColor into Pink Warm Matte
goto MatteColors1
} "Hot Pink" {
@FEMALEAVATAR changes mouthColor into Pink Hot Matte
goto MatteColors1
} "Deep Pink" {
@FEMALEAVATAR changes mouthColor into Pink Deep Matte
goto MatteColors1
} "Rose" {
@FEMALEAVATAR changes mouthColor into Rose Matte
goto MatteColors1
} <GREEN> "Page Two" {
goto MatteColors12
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label MatteColors12

        NARRATOR
    Choose your lip color.

choice
"Mauve" {
@FEMALEAVATAR changes mouthColor into Mauve Matte
goto MatteColors12
} "Pastel Purple" {
@FEMALEAVATAR changes mouthColor into Purple Pastel Matte
goto MatteColors12
} "Plum" {
@FEMALEAVATAR changes mouthColor into Plum Matte
goto MatteColors12
} "Red" {
@FEMALEAVATAR changes mouthColor into Red Matte
goto MatteColors12
} "Deep Red" {
@FEMALEAVATAR changes mouthColor into Red Deep Matte
goto MatteColors12
} "Violet" {
@FEMALEAVATAR changes mouthColor into Violet Matte
goto MatteColors12
} "Black" {
@FEMALEAVATAR changes mouthColor into Black Matte
goto MatteColors12
} <GREEN> "Page One" {
goto MatteColors1
} <GREEN> "Try Other Colors" {
goto fem_mouthcolor1
} <GREEN> "Done" {
goto female_custom1
}

label fem_nose1

        NARRATOR
    Choose your nose.

choice
"Defined" {
@FEMALEAVATAR changes nose into Defined Natural
goto fem_nose1
}
"Grecian" {
@FEMALEAVATAR changes nose into Grecian Soft
goto fem_nose1
}
"Broad" {
@FEMALEAVATAR changes nose into Round Broad
goto fem_nose1
}
"Button" {
@FEMALEAVATAR changes nose into Round Button
goto fem_nose1
}
"Upturned" {
@FEMALEAVATAR changes nose into Round Button Upturned
goto fem_nose1
}
"Downturned" {
@FEMALEAVATAR changes nose into Round Downturned
goto fem_nose1
}
"Flared" {
@FEMALEAVATAR changes nose into Round Flared Upturned
goto fem_nose1
}
<GREEN>"Done"{
goto female_custom1
}

label fem_haircolor1

        NARRATOR
    Choose your hair color.

choice
"Dark"{
goto hairDark1
}"Light" {
goto hairLight1
}"Dyed"{
goto hairDye1
}

label hairDark1

        NARRATOR
    Choose your hair color.

choice
"Light Brown" {
@FEMALEAVATAR changes hairColor into Light Brown
goto hairDark1
}"Warm Brown" {
@FEMALEAVATAR changes hairColor into Medium Warm Brown
goto hairDark1
}"Chestnut Brown"{
@FEMALEAVATAR changes hairColor into Chestnut Brown
goto hairDark1
}"Dark Brown"{
@FEMALEAVATAR changes hairColor into Dark Brown
goto hairDark1
}"Deep Brown" {
@FEMALEAVATAR changes hairColor into Deep Brown
goto hairDark1
}"Burgundy" {
@FEMALEAVATAR changes hairColor into Burgundy Red
goto hairDark1
}"Dark Black" {
@FEMALEAVATAR changes hairColor into Black Dark
goto hairDark1
}"Jet Black" {
@FEMALEAVATAR changes hairColor into Black Jet
goto hairDark1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairLight1

        NARRATOR
    Choose your hair color.

choice
"Platinum Blonde" {
@FEMALEAVATAR changes hairColor into Platinum Blonde
goto hairLight1
}"Dirty Blonde" {
@FEMALEAVATAR changes hairColor into Dirty Blonde
goto hairLight1
}"Honey Blonde" {
@FEMALEAVATAR changes hairColor into Honey Blonde
goto hairLight1
}"Strawberry Blonde" {
@FEMALEAVATAR changes hairColor into Strawberry Blonde
goto hairLight1
}"Medium Blonde" {
@FEMALEAVATAR changes hairColor into Blonde Medium
goto hairLight1
}"Ash Blonde" {
@FEMALEAVATAR changes hairColor into Ash Blonde
goto hairLight1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye1

        NARRATOR
    Choose your hair color.

choice
"Pink" {
goto hairDye_Pink1
}"Purple" {
goto hairDye_Purple1
}"Blue" {
goto hairDye_Blue1
}"Green/Yellow" {
goto hairDye_Green1
}"Red/Orange" {
goto hairDye_Red1
}"White/Gray" {
goto hairDye_Gray1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye_Pink1

        NARRATOR
    Choose your hair color.

choice
"Hot Pink" {
@FEMALEAVATAR changes hairColor into Hot Pink
goto hairDye_Pink1
} "Light Pink" {
@FEMALEAVATAR changes hairColor into Pink Lt
goto hairDye_Pink1
} "Peach" {
@FEMALEAVATAR changes hairColor into Peach Blonde
goto hairDye_Pink1
} "Rose Gold" {
@FEMALEAVATAR changes hairColor into Rose Gold
goto hairDye_Pink1
}<GREEN>"Back to Hair Dye" {
goto hairDye1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye_Purple1

        NARRATOR
    Choose your hair color.

choice
"Purple" {
@FEMALEAVATAR changes hairColor into Red Purple
goto hairDye_Purple1
} "Lavender" {
@FEMALEAVATAR changes hairColor into Purple Lilac
goto hairDye_Purple1
} "Plum" {
@FEMALEAVATAR changes hairColor into Plum
goto hairDye_Purple1
} "Dark Purple" {
@FEMALEAVATAR changes hairColor into Purple
goto hairDye_Purple1
}<GREEN>"Back to Hair Dye" {
goto hairDye1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye_Blue1

        NARRATOR
    Choose your hair color.

choice
"Blue" {
@FEMALEAVATAR changes hairColor into Blue
goto hairDye_Blue1
} "Light Blue" {
@FEMALEAVATAR changes hairColor into Cornflower Blue
goto hairDye_Blue1
} "Aqua Blue" {
@FEMALEAVATAR changes hairColor into Aqua Blue
goto hairDye_Blue1
} "Dark Blue" {
@FEMALEAVATAR changes hairColor into Blue Black
goto hairDye_Blue1
}<GREEN>"Back to Hair Dye" {
goto hairDye1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye_Green1

        NARRATOR
    Choose your hair color.

choice
"Yellow" {
@FEMALEAVATAR changes hairColor into Yellow
goto hairDye_Green1
} "Green" {
@FEMALEAVATAR changes hairColor into Green
goto hairDye_Green1
} "Lime Green" {
@FEMALEAVATAR changes hairColor into Yellow Green
goto hairDye_Green1
} "Mint" {
@FEMALEAVATAR changes hairColor into Mint
goto hairDye_Green1
} "Aqua Green" {
@FEMALEAVATAR changes hairColor into Aqua Green
goto hairDye_Green1
}<GREEN>"Back to Hair Dye" {
goto hairDye1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye_Red1

        NARRATOR
    Choose your hair color.

choice
"Orange" {
@FEMALEAVATAR changes hairColor into Orange
goto hairDye_Red1
} "Red" {
@FEMALEAVATAR changes hairColor into Red
goto hairDye_Red1
} "Copper Red" {
@FEMALEAVATAR changes hairColor into Copper Red
goto hairDye_Red1
} "Ginger Red" {
@FEMALEAVATAR changes hairColor into Ginger Red
goto hairDye_Red1
}<GREEN>"Back to Hair Dye" {
goto hairDye1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label hairDye_Gray1

        NARRATOR
    Choose your hair color.

choice
"White" {
@FEMALEAVATAR changes hairColor into Warm White
goto hairDye_Gray1
} "Gray" {
@FEMALEAVATAR changes hairColor into Cool Gray
goto hairDye_Gray1
} "Light Gray" {
@FEMALEAVATAR changes hairColor into Aqua Gray
goto hairDye_Gray1
}<GREEN>"Back to Hair Dye" {
goto hairDye1
}<GREEN>"Different Colors"{
goto fem_haircolor1
}<GREEN>"Done"{
goto female_custom1
}

label female1_end

        NARRATOR
    This template was created by @dara.amarie.ep on IG!
1 Like

THANK YOU!
But asides from this, can I just ask you, how do you actually remove certain parts from the script template of CC?
Because when I tried doing this, I screwed up, and it was either that NONE of the labels exist or that a line doesn’t have a matching

2 Likes

You have to remove the whole section you don’t want, then you have to remove all the goto’s that lead to that section

yeah I did that before, but then I still had a line that didn’t have a matching. And I did something like that:
NARRATOR
Do you want to change your look?
choice
“Yes.”{
here was the template
}
“No, she looks great”{

}
I also tried doing
}“No, she looks great”{
But still nothing and I even added like a thousand (XD) brackets to match the one on the YES line, still didn’t work, so I gave up