I need a template please

I want certain hair styles and lip color’s for my INK character to have for reader’s to pick from can someone show me how I would make my own Template for this please and thank you. Oh and also can someone type out how I would make a choice gold because I don’t want the reader’s to have to wear something if they don’t like it but I will have a few art scene’s so I want what the Characters will have on for that art scene to be a gold choice.

An gold choice would be this:

NARRATOR
This is and example
choice
< PREMIUM > “Example”{
NARRATOR
Don’t add the spaces between the < > and Premium though
}

1 Like

Thank you so much. :slight_smile:

1 Like

Yep!

1 Like

IF any one want’s to help me with the templates I need for hair.
Diva Curls
Fishtail Braid
Monday Morning Updo
Straight
and for the Lip Template I need
Ruby Red
Cherry Red
Scarlet
Bubble Gum Pink
Bordeaux
Blush

I’ll PM you it :wink:

1 Like

Avatar - Female {

&CHAR_1 stands screen center

label avatar_0

@zoom reset

@CHAR_1 starts think

@speechbubble reset

NARRATOR

My new look…

choice

"Hair" {

goto hairStyle_0

}

"Mouth" {

goto mouthColor_0

}

<PREMIUM> "This is perfect!" {

goto avatar_end

}

label hairStyle_0

@zoom reset

@zoom on 150 350 to 165% in 0

NARRATOR

Which hair style should I have?

choice

}"Straight"{

@CHAR_1 changes hair into Straight

@CHAR_1 starts primp_condescend

goto hairStyle_0

}"Diva Curls"{

@CHAR_1 changes hair into Diva Curls

@CHAR_1 starts primp_condescend

goto hairStyle_0

}"Fishtail Braid"{

@CHAR_1 changes hair into Fishtail Braid

@CHAR_1 starts primp_condescend

goto hairStyle_0

}"Pulled Back"{

@CHAR_1 changes hair into Monday Morning Updo

@CHAR_1 starts primp_condescend

goto hairStyle_0

}<PREMIUM>"This looks good!"{

goto avatar_0

}

label mouthColor_0

@zoom reset

@zoom on 150 350 to 165% in 0

@CHAR_1 starts idle

NARRATOR

What color lips should I have?

choice

"Blush"{

@CHAR_1 changes mouthColor into Blush

goto mouthColor_0

}"Bubblegum Pink"{

@CHAR_1 changes mouthColor into Bubblegum Pink

goto mouthColor_0

}"Cherry Red"{

@CHAR_1 changes mouthColor into Cherry Red

goto mouthColor_0

}" Ruby Red"{

@CHAR_1 changes mouthColor into Ruby Red

goto mouthColor_0

}"Bordeaux"{

@CHAR_1 changes mouthColor into Bordeaux

goto mouthColor_0

}"Scarlet"{

@CHAR_1 changes mouthColor into Scarlet

goto mouthColor_0

}<PREMIUM>"Looks good!"{

goto avatar_0

label avatar_end

@zoom reset

&CHAR_1 stands screen center

#}

1 Like
2 Likes

Thank you everyone

1 Like

Solved and closed. :smiley: