Remembering the skin color in CC

Hey it‘s me!

I am writing a LL story with full CC. Since I want to use overlays, I need to remember what skin color the readers have chosen. Is there a way to remember these choices? If so, can someone explain it to me or does someone have a template for that?

2 Likes

You can use choice option
Like choice (flag)
“light”
“medium” and so on and later all you have to do is use if else

It doesn‘t work with flag because if the reader choose all skin colors, than he/she has all flags

1 Like

But if you make a choice of light medium and dark, it’ll not create any problem

Yea… but I want it for every skin color
But thank you!

1 Like

It’ll be a very long code
But I’ll try

Use the points system. Create a character and name it SKIN and set points for each skin color.

choice
“Neutral 00” {
@SKIN =0
} “Neutral 01” {
@SKIN =1
} “Neutral 02” {
@SKIN =2

and so on…

4 Likes

Thank you so much!! So the reader only get the points if he/she choose the skin color?

Oh, okay thank you!

1 Like

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