Can someone make me a new template?

I don’t understand how to make a template work again in the same episode I have changed all my labels so that they are different and it says I can’t so I give up on that and just need a new one-two use for the second time. I’ll just have to have two different ones
What I need is
Hair Flip
Medium Curly Solid
Medium Shoulder Curly Bun Hair
Medium Straight Down
Messy Sock Bun
Over Shoulder Braid
Short High Ponytail
Short Messy Pony Tail
Small Bun
Straight Medium
These for the lips:
Dark Mauve Gloss
Dark Mauve Matte
Red Garnet Gloss
Red Garnet Matte
Blackberry Gloss
Blackberry Matte
Red Deep Matte
Red Deep Gloss
Rose Matte
Rose Gloss
Pink Warm Gloss
Pink Warm Matte
Red Gloss
Red Matte
Pink Deep Gloss
Pink Deep Matte
Pink Hot Matte
Pink Hot Gloss

1 Like

Got to here:

I’m needing it to night and she may not be able to get to it tonight . I’m trying after 3 weeks to just get episode one done.

1 Like

do you already have one template in your script?

1 Like

Yes and I changed all of my labels and its not working so I’m just tring to get a new one and use both.

1 Like

You should ask her on that thread and maybe tag her.

Template here

label hair_and_lip_xx

NARRATOR
What do you want to change?

choice
“Lipstick” {
goto lip_stick_xx
} “Hairstyle” {
goto hair_styles_xx
} “I look amazing!” {
goto hair_and_lip_xx_end_xx
}

label lip_stick_xx

NARRATOR
Lip colors.

choice
“Gloss” {
goto LS_GlossColors_xx
} “Matte” {
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
}

label LS_GlossColors_xx

NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Dark Mauve Gloss” {
@SAVANNAH changes mouthColor into Dark Mauve Gloss
goto LS_GlossColors_xx
} “Red Garnet Gloss” {
@SAVANNAH changes mouthColor into Red Garnet Gloss
goto LS_GlossColors_xx
} “Blackberry Gloss” {
@SAVANNAH changes mouthColor into Blackberry Gloss
goto LS_GlossColors_xx
} “Deep Red Gloss” {
@SAVANNAH changes mouthColor into Red Deep Gloss
goto LS_GlossColors_xx
} “Matte Lipstick” {
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Rose Gloss” {
@SAVANNAH changes mouthColor into Rose Gloss
goto LS_GlossColors_xx
} “Warm Pink Gloss” {
@SAVANNAH changes mouthColor into Pink Warm Gloss
goto LS_GlossColors_xx
} “Red Gloss” {
@SAVANNAH changes mouthColor into Red Gloss
goto LS_GlossColors_xx
} “Hot Pink Gloss” {
@SAVANNAH changes mouthColor into Pink Hot Gloss
goto LS_GlossColors_xx
} “Matte Lipstick” {
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Deep Pink Gloss” {
@SAVANNAH changes mouthColor into Pink Deep Gloss
goto LS_GlossColors_xx
} “Done” {
goto hair_and_lip_xx
} “Matte Lipstick” {
goto LS_MatteColors_xx
}

label LS_MatteColors_xx

NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Dark Mauve Matte” {
@SAVANNAH changes mouthColor into Dark Mauve Matte
goto LS_MatteColors_xx
} “Red Garnet Matte” {
@SAVANNAH changes mouthColor into Red Garnet Matte
goto LS_MatteColors_xx
} “Blackberry Matte” {
@SAVANNAH changes mouthColor into Blackberry Matte
goto LS_MatteColors_xx
} “Deep Red Matte” {
@SAVANNAH changes mouthColor into Red Deep Matte
goto LS_MatteColors_xx
} “Gloss Lipstick” {
goto LS_GlossColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Rose Matte” {
@SAVANNAH changes mouthColor into Rose Matte
goto LS_MatteColors_xx
} “Warm Pink Matte” {
@SAVANNAH changes mouthColor into Pink Warm Matte
goto LS_MatteColors_xx
} “Red Matte” {
@SAVANNAH changes mouthColor into Red Matte
goto LS_MatteColors_xx
} “Hot Pink Matte” {
@SAVANNAH changes mouthColor into Pink Hot Matte
goto LS_MatteColors_xx
} “Gloss Lipstick” {
goto LS_GlossColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Deep Pink Matte” {
@SAVANNAH changes mouthColor into Pink Deep Matte
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
} “Gloss Lipstick” {
goto LS_GlossColors_xx
}

label hair_styles_xx

NARRATOR
Hairstyles.

choice [shouldPaginate: YES]
“Hair Flip” {
@SAVANNAH changes hair into Hair Flip
goto hair_styles_xx
}“Medium Curly” {
@SAVANNAH changes hair into Medium Curly Solid
goto hair_styles_xx
}“Curly Bun Half-up” {
@SAVANNAH changes hair into Medium Shoulder Curly Bun Hair
goto hair_styles_xx
}“Straight Down” {
@SAVANNAH changes hair into Medium Straight Down
goto hair_styles_xx
}“Messy Sock Bun” {
@SAVANNAH changes hair into Messy Sock Bun
goto hair_styles_xx
}“Done”{
goto hair_and_lip_xx
}
“Shoulder Braid” {
@SAVANNAH changes hair into Over Shoulder Braid
goto hair_styles_xx
}“Short Ponytail” {
@SAVANNAH changes hair into Short High Ponytail
goto hair_styles_xx
}“Messy Ponytail” {
@SAVANNAH changes hair into Short Messy Pony Tail
goto hair_styles_xx
}“Small Bun” {
@SAVANNAH changes hair into Small Bun
goto hair_styles_xx
}“Straight” {
@SAVANNAH changes hair into Straight Medium
goto hair_styles_xx
}“Done”{
goto hair_and_lip_xx
}

label hair_and_lip_xx_end_xx
NARRATOR
Is this the look you’re going for?
choice
“Yes, I look perfect!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Hair & Lip Template Credit
@SAVANNAH is blush_shy
} “No, I want to try something different.” {
goto hair_and_lip_xx
}

THank you

I have some how managed to mess this up also :woman_facepalming:
I copied and pasted and want though because my ctrl+f doesn’t work in the portal for some reason. But I changed all the @ to @/SAVANNAH and did nothing else and it says label’s don’t exist

    SAVANNAH (deepbreath)
(I guess I should get ready now.)

@SAVANNAH is dustoff_neutral_loop
@SAVANNAH changes into SAVANNAH_default
SAVANNAH (think_rubchin)
(I should do my hair and make-up also.)
NARRATOR
What do you want to change?

choice
“Lipstick” {
goto lip_stick_xx
} “Hairstyle” {
goto hair_styles_xx
} “I look amazing!” {
goto hair_and_lip_xx_end_xx
}

label lip_stick_xx

    NARRATOR
Lip colors.

choice
“Gloss” {
goto LS_GlossColors_xx
} “Matte” {
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
}

label LS_GlossColors_xx

    NARRATOR
Gloss lipstick colors.

choice [shouldPaginate: YES]
“Dark Mauve Gloss” {
@SAVANNAH changes mouthColor into Dark Mauve Gloss
goto LS_GlossColors_xx
} “Red Garnet Gloss” {
@SAVANNAH changes mouthColor into Red Garnet Gloss
goto LS_GlossColors_xx
} “Blackberry Gloss” {
@SAVANNAH changes mouthColor into Blackberry Gloss
goto LS_GlossColors_xx
} “Deep Red Gloss” {
@SAVANNAH changes mouthColor into Red Deep Gloss
goto LS_GlossColors_xx
} “Matte Lipstick” {
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Rose Gloss” {
@SAVANNAH changes mouthColor into Rose Gloss
goto LS_GlossColors_xx
} “Warm Pink Gloss” {
@SAVANNAH changes mouthColor into Pink Warm Gloss
goto LS_GlossColors_xx
} “Red Gloss” {
@SAVANNAH changes mouthColor into Red Gloss
goto LS_GlossColors_xx
} “Hot Pink Gloss” {
@SAVANNAH changes mouthColor into Pink Hot Gloss
goto LS_GlossColors_xx
} “Matte Lipstick” {
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Deep Pink Gloss” {
@SAVANNAH changes mouthColor into Pink Deep Gloss
goto LS_GlossColors_xx
} “Done” {
goto hair_and_lip_xx
} “Matte Lipstick” {
goto LS_MatteColors_xx
}

label LS_MatteColors_xx

    NARRATOR
Matte lipstick colors.

choice [shouldPaginate: YES]
“Dark Mauve Matte” {
@SAVANNAH changes mouthColor into Dark Mauve Matte
goto LS_MatteColors_xx
} “Red Garnet Matte” {
@SAVANNAH changes mouthColor into Red Garnet Matte
goto LS_MatteColors_xx
} “Blackberry Matte” {
@SAVANNAH changes mouthColor into Blackberry Matte
goto LS_MatteColors_xx
} “Deep Red Matte” {
@SAVANNAH changes mouthColor into Red Deep Matte
goto LS_MatteColors_xx
} “Gloss Lipstick” {
goto LS_GlossColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Rose Matte” {
@SAVANNAH changes mouthColor into Rose Matte
goto LS_MatteColors_xx
} “Warm Pink Matte” {
@SAVANNAH changes mouthColor into Pink Warm Matte
goto LS_MatteColors_xx
} “Red Matte” {
@SAVANNAH changes mouthColor into Red Matte
goto LS_MatteColors_xx
} “Hot Pink Matte” {
@SAVANNAH changes mouthColor into Pink Hot Matte
goto LS_MatteColors_xx
} “Gloss Lipstick” {
goto LS_GlossColors_xx
} “Done” {
goto hair_and_lip_xx
}
“Deep Pink Matte” {
@SAVANNAH changes mouthColor into Pink Deep Matte
goto LS_MatteColors_xx
} “Done” {
goto hair_and_lip_xx
} “Gloss Lipstick” {
goto LS_GlossColors_xx
}

label hair_styles_xx

    NARRATOR
Hairstyles.

choice [shouldPaginate: YES]
“Hair Flip” {
@SAVANNAH changes hair into Hair Flip
goto hair_styles_xx
}“Medium Curly” {
@SAVANNAH changes hair into Medium Curly Solid
goto hair_styles_xx
}“Curly Bun Half-up” {
@SAVANNAH changes hair into Medium Shoulder Curly Bun Hair
goto hair_styles_xx
}“Straight Down” {
@SAVANNAH changes hair into Medium Straight Down
goto hair_styles_xx
}“Messy Sock Bun” {
@SAVANNAH changes hair into Messy Sock Bun
goto hair_styles_xx
}“Done”{
goto hair_and_lip_xx
}
“Shoulder Braid” {
@SAVANNAH changes hair into Over Shoulder Braid
goto hair_styles_xx
}“Short Ponytail” {
@SAVANNAH changes hair into Short High Ponytail
goto hair_styles_xx
}“Messy Ponytail” {
@SAVANNAH changes hair into Short Messy Pony Tail
goto hair_styles_xx
}“Small Bun” {
@SAVANNAH changes hair into Small Bun
goto hair_styles_xx
}“Straight” {
@SAVANNAH changes hair into Straight Medium
goto hair_styles_xx
}“Done”{
goto hair_and_lip_xx
}

label hair_and_lip_xx_end_xx
NARRATOR
Is this the look you’re going for?
choice
“Yes, I look perfect!” {
readerMessage Follow @dara.amarie.ep on Instagram! with messageTitle Hair & Lip Template Credit
@SAVANNAH is blush_shy
} “No, I want to try something different.”{
goto hair_and_lip_xx
}
@SAVANNAH is idle_shiftweight_neutral_loop
NARRATOR (MOLLY)
Savannah you breakfast is ready sweety.
SAVANNAH (deepbreath)
(Better head down and get this day started.)
@SAVANNAH exits left
@transition iris out magenta in 1.4

I don’t know what I have done wrong now…But its saying all the labels do not exist

I edited the code above so now your character’s name is already in the template

1 Like

Thank you it works now.

1 Like

Closed: Marked as solved by op @Blue01.episode :yay: