Change hairstyle, lip code

hi! basically i was wondering if someone could send me the code to change hair style and lip colors for ink. i looked on dara amaries website but i just want 4 hairstyles and 4 lip colors. she has every single style on hers.

hairstyles: straight, fishtail braid, diva curls, and beach wave
lip colors: terracota, orange crush, scarlet, and rose

if someone could send me the code for this that would be amazing!
i hope this made sense-

|FOR INK!!!|

Here you go:
label hair_lip

NARR
What do you want to change?

choice
“Hair” {
goto hair
} “Lips” {
goto lips
} “Done” {
goto done_hair_lip
}

label hair
NARR
Hairstyles

choice
“Straight” {
@CHARACTER changes hair into Straight
goto hair
} “Fishtail Braid” {
@CHARACTER changes hair into Fishtail Braid
goto hair
} “Diva Curls” {
@CHARACTER changes hair into Diva Curls
goto hair
} “Beach Wave” {
@CHARACTER changes hair into Beach Wave
goto hair
} “Done” {
goto hair_lip
}

goto hair_lip
label lips
NARR
Lip colors

choice
“Terracota” {
@CHARACTER changes mouthColor into Terracota
goto lips
} “Orange Crush” {
@CHARACTER changes mouthColor into Orange Crush
goto lips
} “Scarlet” {
@CHARACTER changes mouthColor into Scarlet
goto lips
} “Rose” {
@CHARACTER changes mouthColor into Rose
goto lips
} “Done” {
goto hair_lip
}

goto hair_lip
label done_hair_lip

4 Likes

Thank you soso much!!

1 Like

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