Customizing help "natural lip color and hair"

1) pointsystem
every look change will be remembered by the script - the point is if you use something to remember readers choice you can then recall it when you need it

For example - you give every lip color a different point with the name LIP

so when he choices one lip color he will have LIP = 1, other color LIP =2 … and so on.

Then whenever you will need it you will have if/elif/else
if (LIP=1){
here you will bite the code for the lip color which has 1 point
}elif (LIP=2){
here you will bite the code for the lip color which has 2 points
}

and so on - because there are lot of colors it will be rather long if/elif/else (therefore I do not use this method)

2) the previews and unpreviews:

3) duplicate character
after the CC you will put code
@DUPLICATE CHARACTER becomes CHARACTER

DUPLICATE CHARACTER will than look like the character of the reader after CC (including clothes the character is wearing)

Than later you make some change to the CHARACTER . and when you want him to change back you will use

@CHARACTER becomes DUPLICATE CHARACTER
don’t forget to again dress him to the clothes - because the CHARACTER will now have the old clothes he had after the CC

1 Like