Ink Hair and Hair Color Temp

Does anyone have the template for just hair and hair color for ink? I’ve tried making my own and I’m legit just confusing myself more than anything. Most of the templates I’m finding include the lips as well. I can also give you a shout out on my story as well if you let me know what you want me to put :slight_smile:
I should also note this will be the 2nd customization in this chapter for this character which has been throwing me off too.
Thank you in advance!

credit: Dara.marie.ep

label hair_0
@zoom reset
@zoom on 150 350 to 165% in 0

    NARRATOR
Which hair style would you like?

choice
“Buzzed”{
@MC changes hair into Buzzed Hair
@MC starts primp_condescend
goto hair_0
}“Short Shaved Sides” {
@MC changes hair into Shaved Sides
@MC starts primp_condescend
goto hair_0
}“Messy Pixie” {
@MC changes hair into Messy Pixie
@MC starts primp_condescend
goto hair_0
}“Slicked Back” {
@MC changes hair into Long Slicked Back Hair
@MC starts primp_condescend
goto hair_0
}“Twist Hair” {
@MC changes hair into Twist Hair
@MC starts primp_condescend
goto hair_0
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_1
}

label hair_1

    NARRATOR
Which hair style would you like?

choice
“Bed head” {
@MC changes hair into Shaggy Long Hair
@MC starts primp_condescend
goto hair_1
}“Faux Hawk”{
@MC changes hair into Long Faux Hawk
@MC starts primp_condescend
goto hair_1
}“Classic Bob” {
@MC changes hair into Classic Bob
@MC starts primp_condescend
goto hair_1
}“Dreadlocks” {
@MC changes hair into Long Dreadlocks
@MC starts primp_condescend
goto hair_1
}“Straight Bob” {
@MC changes hair into Straight Bob
@MC starts primp_condescend
goto hair_1
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_2
}

label hair_2

    NARRATOR
Which hair style would you like?

choice
“Layered Hair” {
@MC changes hair into Layered Hair
@MC starts primp_condescend
goto hair_2
}“Long Feathered” {
@MC changes hair into Long Feathered
@MC starts primp_condescend
goto hair_2
}“Long Straight Hair” {
@MC changes hair into Long Straight Hair
@MC starts primp_condescend
goto hair_2
}“Straight” {
@MC changes hair into Straight
@MC starts primp_condescend
goto hair_2
}“Long Braids” {
@MC changes hair into Long Braids
@MC starts primp_condescend
goto hair_2
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_3
}
label hair_3

    NARRATOR
Which hair style would you like?

choice
“Natural Curls”{
@MC changes hair into Natural Curls
@MC starts primp_condescend
goto hair_3
}“Beach Wave” {
@MC changes hair into Beach Wave Hair
@MC starts primp_condescend
goto hair_3
}“Diva Curls” {
@MC changes hair into Diva Curls
@MC starts primp_condescend
goto hair_3
}“Long Curly Hair” {
@MC changes hair into Long Curly Hair
@MC starts primp_condescend
goto hair_3
}“Rebel Half Shaved” {
@MC changes hair into Rebel Half Shaved Hairstyle
@MC starts primp_condescend
goto hair_3
}“This is PERFECT!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_4
}

label hair_4

    NARRATOR
Which hair style would you like?

choice
“Cute Braided Pigtails” {
@MC changes hair into Casual Braided Pigtails
@MC starts primp_condescend
goto hair_4
}“Styled Corns” {
@MC changes hair into Styled Corn Rows
@MC starts primp_condescend
goto hair_4
}“Messy bun” {
@MC changes hair into Messy Back Bun
@MC starts primp_condescend
goto hair_4
}“Pulled Back Updo”{
@MC changes hair into Monday Morning Updo
@MC starts primp_condescend
goto hair_4
}“Urban Punk”{
@MC changes hair into Urban Punk Ponytail
@MC starts primp_condescend
goto hair_4
}“This looks good!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“More Styles.”{
goto hair_5
}

label hair_5
NARRATOR
Which hair style would you like?

choice
“Cornrow Bun” {
@MC changes hair into Cornrow Bun
@MC starts primp_condescend
goto hair_5
}“High Ponytail” {
@MC changes hair into High Ponytail
@MC starts primp_condescend
goto hair_4
}“Suburban Bubble” {
@MC changes hair into Suburban Bubble
@MC starts primp_condescend
goto hair_1
}“Short Curly Hair” {
@MC changes hair into Short Curly Hair
@MC starts primp_condescend
goto hair_3
}“Ponytail Locks”{
@MC changes hair into Ponytail Locks
@MC starts primp_condescend
goto hair_5
}“This is PERFECT!”{
goto avatar_0
}“Change Color.”{
goto label hairColor_0
}“First Styles.”{
goto hair_0
}

label hairColor_0

    NARRATOR
What hair color would you like?

choice
“Auburn” {
@MC changes hairColor into Auburn
goto hairColor_0
}“Black” {
@MC changes hairColor into Charcoal
goto hairColor_0
}“Blond” {
@MC changes hairColor into Blond
goto hairColor_0
}“Chestnut”{
@MC changes hairColor into Chestnut
goto hairColor_0
}“Fawn” {
@MC changes hairColor into Fawn
goto hairColor_0
}“Looks good!”{
goto avatar_0
}“Back To Styles.”{
goto hair_0
}“More Colors”{
goto hairColor_1
}

label hairColor_1

    NARRATOR
What hair color would you like?

choice
“Hot Mint” {
@MC changes hairColor into Mint
goto hairColor_1
}“Dazzling Blue” {
@MC changes hairColor into Blasting Blue
goto hairColor_1
}“Flashing Pink” {
@MC changes hairColor into Pop Pink
goto hairColor_1
}“Metallic Grey”{
@MC changes hairColor into Grey
goto hairColor_1
}“Electric Purple” {
@MC changes hairColor into Punky Purple
goto hairColor_1
}“Looks good!”{
goto avatar_0
}“Back To Styles.”{
goto hair_0
}“More Colors”{
goto hairColor_0
}

1 Like

Thank you!

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