Does anyone have a template for hair and make up but only 3 options?

So some stories I read (In I.N.K), are willing to choose hair and make-up but there are only 3 options for hair and make-up. I know I can use Dara.Amarie’s template but she doesn’t have what I’m looking for. If you have this kind of template, Can you please help me?

2 Likes

What do you mean by three options? :thinking:

1 Like

Are you saying you’re looking for a limited customization where you can only choose between three different hairstyles?

1 Like

such as there are only 3 hair styles that you can choose from

2 Likes

That’s a really simple template, just take out the hair you don’t want. I can do it for you

1 Like

Yes I would want that!!!

2 Likes

Great! Which hair do you want? And all the lip colors?

1 Like

Hairstyles:Straight, Beach Wave Hair, Fishtail Braid

And no, not all the lip colors, Just three just like the hair

Lip colors
Scarlet, Terracotta, Cherry Red

2 Likes

I’ll get that to you!

1 Like

Okay!!! Tysm

2 Likes

It’s saying no hair called straight exists, tho I know it does

1 Like

You probably have the coding right but maybe you’re getting that error because you’re either using a character name that isn’t created in your story yet or you misspelled the character’s name you’re using to make the template or you’re using a male character to make it. That could cause that error.:woman_shrugging:t3:

2 Likes

Did u get it fix? if you didn’t try to put an uppercase S if you didn’t

3 Likes

It’s fixed

2 Likes

Great!!!

2 Likes

Done! Sorry it took so long, it’s the first time I’ve done this and I’ve never worked with ink :joy:
Just copy and paste this in your script, it should work. I put my credit in there bc it was kind of hard, but feel free to take it out

Script

label hair_lip

NARR
What do you want to change?
choice
“Lipstick.”{
goto lipstick
}
“Hairstyle.”{
goto hairstyles
}
“I’m done.”{
NARRATOR
Are you sure?
choice
“Yes, I am done.”{
goto hair_lip_end
}
“No, take me back!.”{
goto hair_lip
}
}
label lipstick
NARR
Lip color options

choice
“Scarlet.”{
@ME changes mouthColor into Scarlet
goto lipstick
}
“Terracotta.”{
@ME changes mouthColor into Terracotta
goto lipstick
}
“Cherry Red”{
@ME changes mouthColor into Cherry Red
goto lipstick
}
“Menu.”{
goto hair_lip
}
label hairstyles

NARR
Hairstyle Options.

choice
“Straight.”{
@ME changes hair into Straight
goto hairstyles
}
“Beach Wave.”{
@ME changes hair into Beach Wave Hair
goto hairstyles
}
“Fishtail Braid.”{
@ME changes hair into Fishtail Braid
goto hairstyles
}
“Menu.”{
goto hair_lip
}
label hair_lip_end
@ME is primp
readerMessage | bold |Template credit goes to:@Maeverie.Rivera

1 Like

tysm!!! btw, I won’t take the reader message out since it took you like a day for you to do this, I owe you one by at least crediting you (But it was kinda fast lol…) @Maeverie.Rivera

3 Likes

I have a question, Do you have instagram if you do, what’s your insta so I can give you credit on your insta

1 Like

@Elira_M_Episode, but I prefer to be credited by my forums

1 Like

Okay!!!

2 Likes