Remember script on the natural lips!

Hi, does anyone have a script on how to remember the option on natural lips? i have already tried several scripts and it does not work for me ): i would really appreciate if someone could help me. <3

And this is my script in case it helps someone how to help me or if anyone has a script and would like to share it with me that would be great, credits will always be given. Thanks in advance;)

NATURAL LIPS SCRIPT

label cc_lips_naturalk_fem
NARR
What is your natural lip color?

choice [shouldPaginate: YES]
“Beige Rose” {
@KHAI changes mouthColor into Beige Rose
goto cc_lips_naturalk_fem
}“Pink Peach Lt Gloss”{
@KHAI changes mouthColor into Pink Peach Lt Gloss
goto cc_lips_naturalk_fem
} “Fair Neutral Matte” {
@KHAI changes mouthColor into Fair Neutral Matte
goto cc_lips_naturalk_fem
} “Beige Light Gold Matte” {
@KHAI changes mouthColor into Beige Light Gold Matte
goto cc_lips_naturalk_fem
} “Pink Peach Light Matte”{
@KHAI changes mouthColor into Pink Peach Light Matte
goto cc_lips_naturalk_fem
} “Done” {
goto cc_end_fem
}
“Fair Rose Matte” {
@KHAI changes mouthColor into Fair Rose Matte
goto cc_lips_naturalk_fem
}“Fair Gold Matte” {
@KHAI changes mouthColor into Fair Gold Matte
goto cc_lips_naturalk_fem
}“Beige Gold Matte” {
@KHAI changes mouthColor into Beige Gold Matte
goto cc_lips_naturalk_fem
} “Pink Peach Medium Matte” {
@KHAI changes mouthColor into Pink Peach Medium Matte
goto cc_lips_naturalk_fem
}“Rose Light Nude Matte”{
@KHAI changes mouthColor into Rose Light Nude Matte
goto cc_lips_naturalk_fem
} “Done” {
goto cc_end_fem
}
“Neutral Medium Nude Matte” {
@KHAI changes mouthColor into Neutral Medium Nude Matte
goto cc_lips_naturalk_fem
}“Beige Deep Neutral” {
@KHAI changes mouthColor into Beige Deep Neutral
goto cc_lips_naturalk_fem
} “Copper Medium Matte” {
@KHAI changes mouthColor into Copper Medium Matte
goto cc_lips_naturalk_fem
}“Tan Deep Neutral” {
@KHAI changes mouthColor into Tan Deep Neutral
goto cc_lips_naturalk_fem
} “Beige Deep Neutral” {
@KHAI changes mouthColor into Beige Deep Neutral
goto cc_lips_naturalk_fem
} “Done” {
goto cc_end_fem
}
“Orange Deep Matte” {
@KHAI changes mouthColor into Orange Deep Matte
goto cc_lips_naturalk_fem
} “Tan Deep Neutral” {
@KHAI changes mouthColor into Tan Deep Neutral
goto cc_lips_naturalk_fem
}“Brown Gold”{
@KHAI changes mouthColor into Brown Gold
goto cc_lips_naturalk_fem
}“Brown Neutral” {
@KHAI changes mouthColor into Brown Neutral
goto cc_lips_naturalk_fem
}“Brown Deep Gold” {
@KHAI changes mouthColor into Brown Deep Gold
goto cc_lips_naturalk_fem
} “Done” {
goto cc_end_fem
}
“Brown Deep Rose” {
@KHAI changes mouthColor into Brown Deep Rose
goto cc_lips_naturalk_fem
}“Ash Deep Matte”{
@KHAI changes mouthColor into Ash Deep Matte
goto cc_lips_naturalk_fem
} “Done” {
goto cc_end_fem
}

label cc_end_fem
NARR
Are you sure this is your natural lip color?
choice
“Yes, I’m sure!” {
} “No, I made a mistake!” {
goto cc_lips_naturalk_fem
}

Here’s a script:
Please give me a credit OR if it’s from dara make it like this:
readerMessage Script Template by @dara.amarie.ep, edited by @kikiepimoon

label cc_lips_naturalk_fem
NARR
What is your natural lip color?

choice [shouldPaginate: YES]
“Beige Rose” {
@KHAI changes mouthColor into Beige Rose
gain Beige_Rose
goto cc_lips_naturalk_fem

}“Pink Peach Lt Gloss”{
@KHAI changes mouthColor into Pink Peach Lt Gloss
gain Pink_Peach_Lt_Gloss
goto cc_lips_naturalk_fem

} “Fair Neutral Matte” {
@KHAI changes mouthColor into Fair Neutral Matte
gain Fair_Neutral_Matte
goto cc_lips_naturalk_fem

} “Beige Light Gold Matte” {
@KHAI changes mouthColor into Beige Light Gold Matte
gain Beige_Light_Gold_Matte
goto cc_lips_naturalk_fem

} “Pink Peach Light Matte”{
@KHAI changes mouthColor into Pink Peach Light Matte
gain Pink_Peach_Light_Matte
goto cc_lips_naturalk_fem

} “Done” {
goto cc_end_fem
}
“Fair Rose Matte” {
@KHAI changes mouthColor into Fair Rose Matte
gain Fair_Rose_Matte
goto cc_lips_naturalk_fem

}“Fair Gold Matte” {
@KHAI changes mouthColor into Fair Gold Matte
gain Fair_Gold_Matte
goto cc_lips_naturalk_fem

}“Beige Gold Matte” {
@KHAI changes mouthColor into Beige Gold Matte
gain Beige_Gold_Matte
goto cc_lips_naturalk_fem

} “Pink Peach Medium Matte” {
@KHAI changes mouthColor into Pink Peach Medium Matte
gain Pink_Peach_Medium_Matte
goto cc_lips_naturalk_fem

}“Rose Light Nude Matte”{
@KHAI changes mouthColor into Rose Light Nude Matte
gain Rose_Light_Nude_Matte
goto cc_lips_naturalk_fem

} “Done” {
goto cc_end_fem
}
“Neutral Medium Nude Matte” {
@KHAI changes mouthColor into Neutral Medium Nude Matte
gain Neutral_Medium_Nude_Matte
goto cc_lips_naturalk_fem

}“Beige Deep Neutral” {
@KHAI changes mouthColor into Beige Deep Neutral
gain Beige_Deep_Neutral
goto cc_lips_naturalk_fem

} “Copper Medium Matte” {
@KHAI changes mouthColor into Copper Medium Matte
gain Copper_Medium_Matte
goto cc_lips_naturalk_fem

}“Tan Deep Neutral” {
@KHAI changes mouthColor into Tan Deep Neutral
gain Tan_Deep_Neutral
goto cc_lips_naturalk_fem

} “Beige Deep Neutral” {
@KHAI changes mouthColor into Beige Deep Neutral
gain Beige_Deep_Neutral
goto cc_lips_naturalk_fem

} “Done” {
goto cc_end_fem
}
“Orange Deep Matte” {
@KHAI changes mouthColor into Orange Deep Matte
gain Orange_Deep_Matte
goto cc_lips_naturalk_fem

}“Brown Gold”{
@KHAI changes mouthColor into Brown Gold
gain Brown_Gold
goto cc_lips_naturalk_fem

}“Brown Neutral” {
@KHAI changes mouthColor into Brown Neutral
gain Brown_Neutral
goto cc_lips_naturalk_fem

}“Brown Deep Gold” {
@KHAI changes mouthColor into Brown Deep Gold
gain Brown_Deep_Gold
goto cc_lips_naturalk_fem

} “Done” {
goto cc_end_fem
}
“Brown Deep Rose” {
@KHAI changes mouthColor into Brown Deep Rose
gain Brown_Deep_Rose
goto cc_lips_naturalk_fem

}“Ash Deep Matte”{
@KHAI changes mouthColor into Ash Deep Matte
gain Ash_Deep_Matte
goto cc_lips_naturalk_fem

} “Done” {
goto cc_end_fem
}

label cc_end_fem
NARR
Are you sure this is your natural lip color?
choice
“Yes, I’m sure!” {
} “No, I made a mistake!” {
goto cc_lips_naturalk_fem
}

Later in the story:

if (Beige_Rose) {
@KHAI changes mouthColor into Beige Rose

} elif (Pink_Peach_Lt_Gloss) {
@KHAI changes mouthColor into Pink Peach Lt Gloss

} elif (Fair_Neutral_Matte) {
@KHAI changes mouthColor into Fair Neutral Matte

} elif (Beige_Light_Gold_Matte) {
@KHAI changes mouthColor into Beige Light Gold Matte

} elif (Pink_Peach_Light_Matte) {
@KHAI changes mouthColor into Pink Peach Light Matte

} elif (Fair_Rose_Matte) {
@KHAI changes mouthColor into Fair Rose Matte

} elif (Fair_Gold_Matte) {
@KHAI changes mouthColor into Fair Gold Matte

} elif (Beige_Gold_Matte) {
@KHAI changes mouthColor into Beige Gold Matte

} elif (Pink_Peach_Medium_Matte) {
@KHAI changes mouthColor into Pink Peach Medium Matte

} elif (Rose_Light_Nude_Matte) {
@KHAI changes mouthColor into Rose Light Nude Matte

} elif (Neutral_Medium_Nude_Matte) {
@KHAI changes mouthColor into Neutral Medium Nude Matte

} elif (Beige_Deep_Neutral) {
@KHAI changes mouthColor into Beige Deep Neutral

} elif (Copper_Medium_Matte) {
@KHAI changes mouthColor into Copper Medium Matte

} elif (Tan_Deep_Neutral) {
@KHAI changes mouthColor into Tan Deep Neutral

} elif (Orange_Deep_Matte) {
@KHAI changes mouthColor into Orange Deep Matte

} elif (Brown_Gold) {
@KHAI changes mouthColor into Brown Gold

} elif (Brown_Neutral) {
@KHAI changes mouthColor into Brown Neutral

} elif (Brown_Deep_Gold) {
@KHAI changes mouthColor into Brown Deep Gold

} elif (Brown_Deep_Rose) {
@KHAI changes mouthColor into Brown Deep Rose

} else {
@KHAI changes mouthColor into Ash Deep Matte

}
3 Likes

You could also try the preview command if you wanted to?

You could have the character change their lip color to the natural lip color and then preview whatever lipstick color you’d like and then unpreview it when you want the natural lip color again. You’d had to keep in mind though that previews aren’t remembered beyond the episode, so you’d have to use the command again at the start of the next episode if you want the char to still have the previewed lip color.

I have written examples here.^ You’d just need to substitute “eyesColor” to “mouthColor” and written the correct colors. (:

1 Like

Thank u so much!!:heart:

1 Like

Yes, I already knew about this but I am letting the reader decide what lip color they want, since the skin color that I choose may not match the one that the reader chose but thanks for your help.:sparkles:

1 Like

You’re welcome! :green_heart:

1 Like

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