Asking for help with remembering previous outfit choice

Hello, I just completed the inaugural episode for my first story, and I’d like to complete the second chapter as well and release them together. The story starts with a simple dressing game for my mc’s, but I can’t seem to get the gains and flags to remember the choices in the second chapter.

Any help with this would be hugely appreciated!

1 Like

It won’t work in the web previewed. Check in the mobile previewed. If it still doesn’t work say me :wink:

1 Like

Thank you so much, I had no idea until I tried it out and saw this. It does work on my phone now. :smiley:

1 Like

Hello, I was doing some testing for my outfit choice and I’m having problems getting the choice to match with the correct outfit in Tyler’s code. It gets stuck on “preppy” and will only use that outfit for both the ‘default’ and ‘casual’ looks. I was hoping you might be able to help me locate the problem, as I’m not sure what’s wrong in my code.

Skye’s choices all work fine, so I am very confused.

if (stylishskye){
@SKYE changes into SKYE_stylish

} elif (preppyskye){
@SKYE changes into SKYE_preppy

} elif (casualskye){
@SKYE changes into SKYE_casual

} elif (defualtskye){
@SKYE changes into SKYE_default

} elif (preppy){
@TYLER changes into TYLER_preppy

} elif (stylish){
@TYLER changes into TYLER_stylish

} elif (casual){
@TYLER changes into TYLER_casual

} elif (default){
@TYLER changes into TYLER_default
}
@pause for a beat
EXT. ENCHANTED FOREST - DAY

1 Like

You should put else in the last