Dara Amarie's Official Help Thread! [closed]

You’d have to create a choice to ask your readers which overlay best matches their skin color. (you can do this after the customization template)

label hand_overlay

NARR
Which skin tone best matches your own?

choice (SKIN_PHONE)
“Skin 1” {
BACKGROUND with SELFIE FEMALE 1
@pause for 3

} “Skin 2” {
BACKGROUND with SELFIE FEMALE 2
@pause for 3

} “Skin 3” {
BACKGROUND with SELFIE FEMALE 3
@pause for 3

} “Skin 4” {
BACKGROUND with SELFIE FEMALE 4
@pause for 3

} “Skin 5” {
BACKGROUND with SELFIE FEMALE 5
@pause for 3

} “Skin 6” {
BACKGROUND with SELFIE FEMALE 6
@pause for 3
}

NARR
Is this your skin tone?
choice
“Yes” {
} “No, let me see the others” {
goto hand_overlay
}

Then to remember which overlay was chosen, use the “choice name and option method” here: DARA’S GUIDE: Remember Choices with if/elif/else

1 Like