Template for changing hair and lipstick WITH hair color

I’m writing a story in limelight, and I can probably figure it out, but I’m getting frustrated. I want to give the option to change hair color with the lipstick and hair style (character is wearing a wig).
Help please!

I have no idea how to help but the story looks interesting :slight_smile:

Thank you! This is a new one I’m working on, it’s for the Missed Connections contest, and it’ll only be three episodes long. The main character wears a wig sometimes lol and I’m struggling to get that to work!
My other story is getting a lot of great feedback! If you read it let me know what you think :slight_smile:!

1 Like

I’ll be sure to check it out!

I think you have to do @CHARACTER changes hair into (Hair Name). If it’s wrong then maybe get rid of into. :slight_smile:

I want to give the choice, but I think I figured it out, it’s just going to take me a bit. I’ll post it here once I have it so other people can enjoy it!

I figured it out! It’s for LL by the way!

label hair_and_lip

    NARRATOR
What do you want to change?

choice
“Lipstick” {
goto lip_stick
} “Hairstyle” {
goto hair_styles
} “Hair Color” {
goto Hair_Color

} “I look amazing!” {
goto hair_and_lip_end
}

label lip_stick

    NARRATOR
All lip colors.

choice
“Natural” {
goto LS_NaturalColors
} “Gloss” {
goto LS_GlossColors
} “Matte” {
goto LS_MatteColors
}

label LS_NaturalColors

    NARRATOR
Natural lip colors.

choice [shouldPaginate: YES]
“Fair Rose” {
@NAME2 changes mouthColor into Fair Rose Matte
goto LS_NaturalColors
} “Fair Neutral” {
@NAME2 changes mouthColor into Fair Neutral Matte
goto LS_NaturalColors
} “Fair Gold” {
@NAME2 changes mouthColor into Fair Gold Matte
goto LS_NaturalColors
} “Beige Light Gold” {
@NAME2 changes mouthColor into Beige Light Gold Matte
goto LS_NaturalColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Beige Gold” {
@NAME2 changes mouthColor into Beige Gold Matte
goto LS_NaturalColors
} “Beige Rose” {
@NAME2 changes mouthColor into Beige Rose
goto LS_NaturalColors
} “Beige Deep Neutral” {
@NAME2 changes mouthColor into Beige Deep Neutral
goto LS_NaturalColors
} “Medium Nude” {
@NAME2 changes mouthColor into Neutral Medium Nude Matte
goto LS_NaturalColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Tan Deep Gold” {
@NAME2 changes mouthColor into Tan Deep Gold
goto LS_NaturalColors
} “Tan Deep Neutral” {
@NAME2 changes mouthColor into Tan Deep Neutral
goto LS_NaturalColors
} “Brown Neutral” {
@NAME2 changes mouthColor into Brown Neutral
goto LS_NaturalColors
} “Brown Gold” {
@NAME2 changes mouthColor into Brown Gold
goto LS_NaturalColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Brown Deep Gold” {
@NAME2 changes mouthColor into Brown Deep Gold
goto LS_NaturalColors
} “Brown Deep Rose” {
@NAME2 changes mouthColor into Brown Deep Rose
goto LS_NaturalColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}

label LS_GlossColors

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@NAME2 changes mouthColor into Peach Gloss
goto LS_GlossColors
} “Light Peach” {
@NAME2 changes mouthColor into Pink Peach Lt Gloss
goto LS_GlossColors
} “Beige Pink” {
@NAME2 changes mouthColor into Pink Beige Gloss
goto LS_GlossColors
} “Medium Pink” {
@NAME2 changes mouthColor into Pink Medium Gloss
goto LS_GlossColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Warm Pink” {
@NAME2 changes mouthColor into Pink Warm Gloss
goto LS_GlossColors
} “Hot Pink” {
@NAME2 changes mouthColor into Pink Hot Gloss
goto LS_GlossColors
} “Deep Pink” {
@NAME2 changes mouthColor into Pink Deep Gloss
goto LS_GlossColors
} “Rose” {
@NAME2 changes mouthColor into Rose Gloss
goto LS_GlossColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Pink Peach” {
@NAME2 changes mouthColor into Pink Peach Medium Gloss
goto LS_GlossColors
} “Light Nude” {
@NAME2 changes mouthColor into Rose Light Nude Gloss
goto LS_GlossColors
} “Medium Nude” {
@NAME2 changes mouthColor into Rose Medium Nude Gloss
goto LS_GlossColors
} “Dark Nude” {
@NAME2 changes mouthColor into Rose Dark Nude Gloss
goto LS_GlossColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Mauve” {
@NAME2 changes mouthColor into Mauve Gloss
goto LS_GlossColors
} “Pastel Purple” {
@NAME2 changes mouthColor into Purple Pastel Gloss
goto LS_GlossColors
} “Plum” {
@NAME2 changes mouthColor into Plum Gloss
goto LS_GlossColors
} “Deep Purple” {
@NAME2 changes mouthColor into Purple Deep Gloss
goto LS_GlossColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Red” {
@NAME2 changes mouthColor into Red Gloss
goto LS_GlossColors
} “Deep Red” {
@NAME2 changes mouthColor into Red Deep Gloss
goto LS_GlossColors
} “Violet” {
@NAME2 changes mouthColor into Violet Gloss
goto LS_GlossColors
} “Black” {
@NAME2 changes mouthColor into Black Gloss
goto LS_GlossColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}

label LS_MatteColors

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Peach” {
@NAME2 changes mouthColor into Peach Matte
goto LS_MatteColors
} “Light Peach” {
@NAME2 changes mouthColor into Pink Peach Light Matte
goto LS_MatteColors
} “Beige Pink” {
@NAME2 changes mouthColor into Pink Beige Matte
goto LS_MatteColors
} “Medium Pink” {
@NAME2 changes mouthColor into Pink Medium Matte
goto LS_MatteColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Warm Pink” {
@NAME2 changes mouthColor into Pink Warm Matte
goto LS_MatteColors
} “Hot Pink” {
@NAME2 changes mouthColor into Pink Hot Matte
goto LS_MatteColors
} “Deep Pink” {
@NAME2 changes mouthColor into Pink Deep Matte
goto LS_MatteColors
} “Rose” {
@NAME2 changes mouthColor into Rose Matte
goto LS_MatteColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Pink Peach” {
@NAME2 changes mouthColor into Pink Peach Medium Matte
goto LS_MatteColors
} “Light Nude” {
@NAME2 changes mouthColor into Rose Light Nude Matte
goto LS_MatteColors
} “Medium Nude” {
@NAME2 changes mouthColor into Rose Medium Nude Matte
goto LS_MatteColors
} “Dark Nude” {
@NAME2 changes mouthColor into Rose Dark Nude Matte
goto LS_MatteColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Mauve” {
@NAME2 changes mouthColor into Mauve Matte
goto LS_MatteColors
} “Pastel Purple” {
@NAME2 changes mouthColor into Purple Pastel Matte
goto LS_MatteColors
} “Plum” {
@NAME2 changes mouthColor into Plum Matte
goto LS_MatteColors
} “Deep Purple” {
@NAME2 changes mouthColor into Purple Deep Matte
goto LS_MatteColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}
“Red” {
@NAME2 changes mouthColor into Red Matte
goto LS_MatteColors
} “Deep Red” {
@NAME2 changes mouthColor into Red Deep Matte
goto LS_MatteColors
} “Violet” {
@NAME2 changes mouthColor into Violet Matte
goto LS_MatteColors
} “Black” {
@NAME2 changes mouthColor into Black Matte
goto LS_MatteColors
} “Try Other Colors” {
goto lip_stick
} “Done” {
goto hair_and_lip
}

label hair_styles

    NARRATOR
All hairstyles.

choice
“Short Hair”{
goto hair_styles_Short
}“Mid-length Hair”{
goto hair_styles_Medium
}“Long Hair”{
goto hair_styles_Long
}“Styled Hair”{
goto hair_styles_Up
}“Done”{
goto hair_and_lip
}

label hair_styles_Short

    NARRATOR
Short hairstyles.

choice [shouldPaginate: YES]
“Afro” {
@NAME2 changes hair into Afro
goto hair_styles_Short
} “Short Afro” {
@NAME2 changes hair into Short Afro
goto hair_styles_Short
} “Classic Bob” {
@NAME2 changes hair into Classic Bob
goto hair_styles_Short
} “Curly Bob” {
@NAME2 changes hair into Curly Bob
goto hair_styles_Short
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Faux Hawk” {
@NAME2 changes hair into Long Faux Hawk Solid
goto hair_styles_Short
}“Fade” {
@NAME2 changes hair into Short Curly Fade
goto hair_styles_Short
}“Pixie” {
@NAME2 changes hair into Short Pixie
goto hair_styles_Short
}“Punk Pixie” {
@NAME2 changes hair into Punk Pixie
goto hair_styles_Short
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Short Wavy” {
@NAME2 changes hair into Short Wavy Hair Solid
goto hair_styles_Short
}“Blunt Bangs” {
@NAME2 changes hair into Blunt Bangs Short
goto hair_styles_Short
} “Wavy Side Shaved” {
@NAME2 changes hair into Short Wavy Side Shave
goto hair_styles_Short
}“Curly Blow Out” {
@NAME2 changes hair into Short Curly Blow Out
goto hair_styles_Short
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Crew Cut” {
@NAME2 changes hair into Crew Cut
goto hair_styles_Short
}“Short Fringe” {
@NAME2 changes hair into Short Layered Fringe
goto hair_styles_Short
}“Straight Tucked” {
@NAME2 changes hair into Short Straight Tucked
goto hair_styles_Short
}“Emo Pixie” {
@NAME2 changes hair into Emo Pixie
goto hair_styles_Short
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}

label hair_styles_Medium

    NARRATOR
Medium hairstyles.

choice [shouldPaginate: YES]
“Braided” {
@NAME2 changes hair into Medium Braided
goto hair_styles_Medium
}“Medium Dreadlocks” {
@NAME2 changes hair into Medium Dreadlocks
goto hair_styles_Medium
}“Hair Flip” {
@NAME2 changes hair into Hair Flip
goto hair_styles_Medium
}“Straight” {
@NAME2 changes hair into Straight Medium
goto hair_styles_Medium
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Lob Bangs” {
@NAME2 changes hair into Lob Bangs Blunt
goto hair_styles_Medium
}“Overgrown Bangs” {
@NAME2 changes hair into Medium Straight Overgrown Bangs
goto hair_styles_Medium
}“Wavy Ombre” {
@NAME2 changes hair into Short Wavy Ombre
goto hair_styles_Medium
}“Medium Curly” {
@NAME2 changes hair into Medium Curly Solid
goto hair_styles_Medium
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}

label hair_styles_Long

    NARRATOR
Long hairstyles.

choice [shouldPaginate: YES]
“Beach Wave” {
@NAME2 changes hair into Beach Wave Hair
goto hair_styles_Long
}“Long Braided” {
@NAME2 changes hair into Long Braided
goto hair_styles_Long
}“Long Dreadlocks” {
@NAME2 changes hair into Long Dreadlocks
goto hair_styles_Long
}“Feathered” {
@NAME2 changes hair into Long Feathered
goto hair_styles_Long
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Long Blunt Bangs” {
@NAME2 changes hair into Long Straight Loose Bangs Blunt Solid
goto hair_styles_Long
}“Sideswept Bangs” {
@NAME2 changes hair into Long Straight Loose Bangs Sideswept Solid
goto hair_styles_Long
}“Straight” {
@NAME2 changes hair into Long Straight Loose Solid
goto hair_styles_Long
}“Wavy Long” {
@NAME2 changes hair into Wavy Long
goto hair_styles_Long
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Wavy Parted” {
@NAME2 changes hair into Long Wavy Parted Hair
goto hair_styles_Long
}“Feathered Bangs” {
@NAME2 changes hair into Long Feathered Bangs Blunt
goto hair_styles_Long
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}

label hair_styles_Up

    NARRATOR
Updo hairstyles.

choice [shouldPaginate: YES]
“Braided Bun” {
@NAME2 changes hair into Braided Bun
goto hair_styles_Up
}“Short Ponytail” {
@NAME2 changes hair into Short High Ponytail
goto hair_styles_Up
}“Long Ponytail” {
@NAME2 changes hair into Long High Ponytail
goto hair_styles_Up
}“Morning Updo” {
@NAME2 changes hair into Morning Updo
goto hair_styles_Up
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Small Bun” {
@NAME2 changes hair into Small Bun
goto hair_styles_Up
}“Double Dutch Braids” {
@NAME2 changes hair into Long Double Dutch Braids
goto hair_styles_Up
}“Pinup Rolls” {
@NAME2 changes hair into Pinup Victory Rolls
goto hair_styles_Up
}“Sleek Ponytail” {
@NAME2 changes hair into Sleek Ponytail
goto hair_styles_Up
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}
“Shoulder Braid” {
@NAME2 changes hair into Over Shoulder Braid
goto hair_styles_Up
}“Full Pigtail” {
@NAME2 changes hair into Full Pigtail
goto hair_styles_Up
}“Back to Styles”{
goto hair_styles
}“Done”{
goto hair_and_lip
}

label Hair_Color

    NARRATOR
All hair colors.

choice
“Dark”{
goto Dark
}“Light” {
goto Light
}“Colored”{
goto Colored
} “Back” {
goto hair_and_lip
}

label Dark

    NARRATOR
Dark hair colors.

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

label Light

    NARRATOR
Light hair colors.

choice [shouldPaginate: YES]
“Platinum Blonde” {
@NAME2 changes hairColor into Platinum Blonde
goto Light
}“Dirty Blonde” {
@NAME2 changes hairColor into Dirty Blonde
goto Light
}“Honey Blonde” {
@NAME2 changes hairColor into Honey Blonde
goto Light
}“Strawberry Blonde” {
@NAME2 changes hairColor into Strawberry Blonde
goto Light
}“Different Colors”{
goto Hair_Color
}“Done”{
goto hair_and_lip
}
“Medium Blonde” {
@NAME2 changes hairColor into Blonde Medium
goto Light
}“Ash Blonde” {
@NAME2 changes hairColor into Ash Blonde
goto Light
}“Peach Blonde” {
@NAME2 changes hairColor into Peach Blonde
goto Light
}“Platinum White” {
@NAME2 changes hairColor into Platinum White
goto Light
}“Different Colors”{
goto Hair_Color
}“Done”{
goto hair_and_lip
}

label Colored

    NARRATOR
Dyed hair colors.

choice
“Pink/Purple” {
goto Pink_Purple
}“Blue/Green” {
goto Blue_Green
}“Red/Yellow” {
goto Red_Yellow
}“White/Grey” {
goto White_Grey
}“Different Colors”{
goto Hair_Color
}“Done”{
goto hair_and_lip
}

label Pink_Purple

    NARRATOR
Pink and purple hair colors.

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

label Blue_Green

    NARRATOR
Blue and green hair colors.

choice [shouldPaginate: YES]
“Blue” {
@NAME2 changes hairColor into Blue
goto Blue_Green
} “Light Blue” {
@NAME2 changes hairColor into Cornflower Blue
goto Blue_Green
} “Aqua Blue” {
@NAME2 changes hairColor into Aqua Blue
goto Blue_Green
} “Dark Blue” {
@NAME2 changes hairColor into Blue Black
goto Blue_Green
}“Back to Dyed Colors”{
goto Colored
}“Done” {
goto hair_and_lip
}
“Green” {
@NAME2 changes hairColor into Green
goto Blue_Green
} “Lime Green” {
@NAME2 changes hairColor into Yellow Green
goto Blue_Green
} “Mint” {
@NAME2 changes hairColor into Mint
goto Blue_Green
} “Aqua Green” {
@NAME2 changes hairColor into Aqua Green
goto Blue_Green
}“Back to Dyed Colors”{
goto Blue_Green
}“Done” {
goto hair_and_lip
}
“Pastel Blue” {
@NAME2 changes hairColor into Pastel Blue
goto Blue_Green
} “Pastel Mint” {
@NAME2 changes hairColor into Pastel Mint
goto Blue_Green
}“Back to Dyed Colors”{
goto Colored
}“Done” {
goto hair_and_lip
}

label Red_Yellow

    NARRATOR
Red, yellow, & orange hair colors.

choice [shouldPaginate: YES]
“Yellow” {
@NAME2 changes hairColor into Yellow
goto Red_Yellow
} “Orange” {
@NAME2 changes hairColor into Orange
goto Red_Yellow
} “Red” {
@NAME2 changes hairColor into Red
goto Red_Yellow
} “Copper Red” {
@NAME2 changes hairColor into Copper Red
goto Red_Yellow
}“Back to Dyed Colors”{
goto Red_Yellow
}“Done” {
goto hair_and_lip
}

label White_Grey

    NARRATOR
White & grey hair colors.

choice [shouldPaginate: YES]
“Grey” {
@NAME2 changes hairColor into Cool Gray
goto White_Grey
} “Light Grey” {
@NAME2 changes hairColor into Aqua Gray
goto White_Grey
}“White” {
@NAME2 changes hairColor into Warm White
goto White_Grey
}“Ice” {
@NAME2 changes hairColor into Platinum Ice
goto White_Grey
}“Back to Dyed Colors”{
goto White_Grey
}“Done” {
goto label hair_and_lip
}

label hair_and_lip_end

    NARRATOR
Is this the look you're going for?

choice
“Yes, I look perfect!” {
readerMessage Template created by @dara.amarie.ep on IG! And edited by @Kayla._.Writes on IG
@NAME2 is blush_shy
} “No, I want to change something” {
goto hair_and_lip
}

1 Like

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