How do you limit your customization choices because i just want the reader to only change the skin if they want everything else no
maybe you could check this out? it’s currently closed but you might be able to find something here
omg thats so much im going to get easily confused
ok, i’ll help make one for you then you just want them to be able to change the skin, right?
I think there’s a similar thread that’s open.
It’s called Limited CC Templates & Workshop
I think they made another one since the other thread is close.
yesss
what’s your character’s name?
her name is IESHA
label fem_skin_1
NARRATOR
All skin tones.
choice
“Neutral Shades” {
goto fem_neutralskin_1
} “Rose Shades” {
goto fem_roseskin_1
} “Gold Shades” {
goto fem_goldskin_1
} “Copper Shades” {
goto fem_copperskin_1
} “Ash Shades” {
goto fem_ashskin_1
} “Done” {
goto female_custom_1
}
label fem_neutralskin_1
NARRATOR
Neutral skin tones.
choice [shouldPaginate: YES]
“Neutral 00” {
@IESHA changes bodyColor into Neutral 00
goto fem_neutralskin_1
} “Neutral 01” {
@IESHA changes bodyColor into Neutral 01
goto fem_neutralskin_1
} “Neutral 02” {
@IESHA changes bodyColor into Neutral 02
goto fem_neutralskin_1
} “Neutral 03” {
@IESHA changes bodyColor into Neutral 03
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 04” {
@IESHA changes bodyColor into Neutral 04
goto fem_neutralskin_1
} “Neutral 05” {
@IESHA changes bodyColor into Neutral 05
goto fem_neutralskin_1
} “Neutral 06” {
@IESHA changes bodyColor into Neutral 06
goto fem_neutralskin_1
} “Neutral 07” {
@IESHA changes bodyColor into Neutral 07
goto fem_neutralskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Neutral 08” {
@IESHA changes bodyColor into Neutral 08
goto fem_neutralskin_1
} “Neutral 09” {
@IESHA changes bodyColor into Neutral 09
goto fem_neutralskin_1
} “Neutral 10” {
@IESHA changes bodyColor into Neutral 10
goto fem_neutralskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_roseskin_1
NARRATOR
Rose skin tones.
choice [shouldPaginate: YES]
“Rose 00” {
@IESHA changes bodyColor into Rose 00
goto fem_roseskin_1
} “Rose 01” {
@IESHA changes bodyColor into Rose 01
goto fem_roseskin_1
} “Rose 02” {
@IESHA changes bodyColor into Rose 02
goto fem_roseskin_1
} “Rose 03” {
@IESHA changes bodyColor into Rose 03
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 04” {
@IESHA changes bodyColor into Rose 04
goto fem_roseskin_1
} “Rose 05” {
@IESHA changes bodyColor into Rose 05
goto fem_roseskin_1
} “Rose 06” {
@IESHA changes bodyColor into Rose 06
goto fem_roseskin_1
} “Rose 07” {
@IESHA changes bodyColor into Rose 07
goto fem_roseskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Rose 08” {
@IESHA changes bodyColor into Rose 08
goto fem_roseskin_1
} “Rose 09” {
@IESHA changes bodyColor into Rose 09
goto fem_roseskin_1
} “Rose 10” {
@IESHA changes bodyColor into Rose 10
goto fem_roseskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_goldskin_1
NARRATOR
Gold skin tones.
choice [shouldPaginate: YES]
“Gold 00” {
@IESHA changes bodyColor into Gold 00
goto fem_goldskin_1
} “Gold 01” {
@IESHA changes bodyColor into Gold 01
goto fem_goldskin_1
} “Gold 02” {
@IESHA changes bodyColor into Gold 02
goto fem_goldskin_1
} “Gold 03” {
@IESHA changes bodyColor into Gold 03
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 04” {
@IESHA changes bodyColor into Gold 04
goto fem_goldskin_1
} “Gold 05” {
@IESHA changes bodyColor into Gold 05
goto fem_goldskin_1
} “Gold 06” {
@IESHA changes bodyColor into Gold 06
goto fem_goldskin_1
} “Gold 07” {
@IESHA changes bodyColor into Gold 07
goto fem_goldskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Gold 08” {
@IESHA changes bodyColor into Gold 08
goto fem_goldskin_1
} “Gold 09” {
@IESHA changes bodyColor into Gold 09
goto fem_goldskin_1
} “Gold 10” {
@IESHA changes bodyColor into Gold 10
goto fem_goldskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_copperskin_1
NARRATOR
Copper skin tones.
choice [shouldPaginate: YES]
“Copper 00” {
@IESHA changes bodyColor into Copper 00
goto fem_copperskin_1
} “Copper 01” {
@IESHA changes bodyColor into Copper 01
goto fem_copperskin_1
} “Copper 02” {
@IESHA changes bodyColor into Copper 02
goto fem_copperskin_1
} “Copper 03” {
@IESHA changes bodyColor into Copper 03
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 04” {
@IESHA changes bodyColor into Copper 04
goto fem_copperskin_1
} “Copper 05” {
@IESHA changes bodyColor into Copper 05
goto fem_copperskin_1
} “Copper 06” {
@IESHA changes bodyColor into Copper 06
goto fem_copperskin_1
} “Copper 07” {
@IESHA changes bodyColor into Copper 07
goto fem_copperskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Copper 08” {
@IESHA changes bodyColor into Copper 08
goto fem_copperskin_1
} “Copper 09” {
@IESHA changes bodyColor into Copper 09
goto fem_copperskin_1
} “Copper 10” {
@IESHA changes bodyColor into Copper 10
goto fem_copperskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label fem_ashskin_1
NARRATOR
Ash skin tones.
choice [shouldPaginate: YES]
“Ash 00” {
@IESHA changes bodyColor into Ash 00
goto fem_ashskin_1
} “Ash 01” {
@IESHA changes bodyColor into Ash 01
goto fem_ashskin_1
} “Ash 02” {
@IESHA changes bodyColor into Ash 02
goto fem_ashskin_1
} “Ash 03” {
@IESHA changes bodyColor into Ash 03
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 04” {
@IESHA changes bodyColor into Ash 04
goto fem_ashskin_1
} “Ash 05” {
@IESHA changes bodyColor into Ash 05
goto fem_ashskin_1
} “Ash 06” {
@IESHA changes bodyColor into Ash 06
goto fem_ashskin_1
} “Ash 07” {
@IESHA changes bodyColor into Ash 07
goto fem_ashskin_1
} “Different Shades” {
goto fem_skin_1
} “Done” {
goto female_custom_1
}
“Ash 08” {
@IESHA changes bodyColor into Ash 08
goto fem_ashskin_1
} “Ash 09” {
@IESHA changes bodyColor into Ash 09
goto fem_ashskin_1
} “Ash 10” {
@IESHA changes bodyColor into Ash 10
goto fem_ashskin_1
} “Done” {
goto female_custom_1
} “Different Shades” {
goto fem_skin_1
}
label female_custom_1
NARRATOR
Is this the right skin tone?
choice
“Yes, continue with the story.” {
readerMessage This template was created by @episode.mistletoe in collaboration with @dara.amarie.ep on Instagram!
} “No, let me choose again.” {
goto fem_skin_1
}
here’s the template, you’ll have to spot her before you put this in your script, though. tell me if you’d like to change anything!!
ohhhh well how do I spot her?
I literally just want the reader to chose between to skin tones
like @IESHA stands screen center or something, basically place her in the scene
oh ok and do i have to put all that? because i just want 2 skin tone choices
oh what- HAHAHA ok which skin tones are they?
ikrr and like copper skin 2 3 and 4 and neutral 3 and 4 and
And also do i place this at the top of the script as well?
so just copper 2-4 and neutral 3-4? can i have the specifics lmao i’ll make another one
yea and what you mean specifics
just copper 2-4 and neutral 3-4