Hi!
I made an outfit choice in an episode and i want the outfit that the player chose get worn by the character in the next episode, so i decided to include the if/elif code in my script in the next episode but the character shows up in the wrong outfit? can someone help me?
Can you send your original choice coding? Also you might want to rewrite your quotation marks, they look funky.
It should be good, are you sure is not the previous (actual) choice that might be different?
no really it isnt i think
if (OUTFIT1 is "Floral cutie"){
@ROSE changes into ROSE_flowers
}elif (OUTFIT2 is "Cherry slush"){
@ROSE changes into ROSE_redd
}else{
@ROSE changes into ROSE_blacky
}
1 Like
The words in quotation marks must match the names of your original choices exactly, otherwise it will not work.
1 Like
Yes just like that
ohh okayy thankyou!
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.