Can someone make me a template for hair/ make up?

I will give credit in my episode! I just want some modified hair choices and makeup.
For hair, I just want choices of Beach wave, Straight, or Fishtail.
For lipstick, I would like all the colors! Please help me!

1 Like

@Dara.Amarie has a makeup one, which you can find here. As for the hair one:

NARRATOR
Do you want to change your hairstyle?
choice
“Yes, let’s change it!” {
goto hairstyles
} “No, keep my current hairstyle.” {
NARRATOR
Are you sure you don’t want to change it?
choice
“Yes, I’m sure.” {
goto after_hair_change
} “Actually, let’s change it!” {
goto hairstyles
}
}
label hairstyles
NARRATOR
Hair styles.
choice
“Beach Wave” {
@FEMALEAVATAR changes hair into Beach Wave
goto hairstyles
}
“Straight” {
@FEMALEAVATAR changes hair into Straight
goto hairstyles
}
“Fishtail Braid” {
@FEMALEAVATAR changes hair into Fishtail Braid
goto hairstyles
}
label after_hair_change
@FEMALEAVATAR is primp

Let me know if you have any errors, since I haven’t tested the hair one.

3 Likes

Thank you so much!!!

II am having trouble with beach wave, that is the only error!

I edited it, should be working now