Hey!
I am doing a recap for my 3rd episode and in the previous episode there was an outfit choice.
Could anyone tell me how to make my character appear in the reader’s outfit choice?
Thanks,
Taylor-Rose
1 Like
Example (if you named your outfit choice from the previous episode “EP2OUTFIT”):
if (EP2OUTFIT is “Preppy”) {
@YOU changes into OUTFIT_PREPPY
} elif (EP2OUTFIT is “Casual”) {
@YOU changes into OUTFIT_CASUAL
} elif (EP2OUTFIT is “Edgy”) {
@YOU changes into OUTFIT_EDGY
}