Picking overlay with Character skin colour

I’ve got a female mc and I’m making hand overlays in her natural colour, but she’s cc so if someone changed her colour I don’t know how to set the overlays to that specific colour through the story.

yeah i would not recomand using that overlay with a cc. that is a lot of coding. where use the if . and you have to upload the overlay in evry skin colour

1 Like

Its a lot of coding if you want to make it with the skin color the reader picked or you can do as others have and just use your overlay and let the readers know that if they changed skin color that the overlays may not matched. I have seen a few storys that have done that. :slight_smile:

1 Like

Or take out the CC for the skin colour?

1 Like

Like stated, it will require a lot of code.
For example:

choice
“Rose 00” {
MC changes bodyColor into Rose 00
gain Rose_00
}

if (Rose_00) {
[USE Rose_00 HAND OVERLAY]
}

1 Like

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