oh Jesus sorry I was blind you mixed up choice and if/elif else together. I haven’t noticed it at first sight
label dressing_game_1
LOUISIA (admire_happy)
What do you want to wear?
choice (OUTFIT_1)
“Outfit 1” { @LOUISIA changes into Louisia pk #add your own dialogue and animations
}“Outfit 2” { @LOUISIA changes into Louisia club #add your own dialogue and animations
}“Outfit 3” { @LOUISIA changes into Louisia bae #add your own dialogue and animations
}
LOUISIA (admire_happy)
Do I want to wear this one?
choice
“It’s perfect!” { #add your own dialogue and animations
} “No, I want to try on the others!” {
goto dressing_game_1
}
The if elif else is used after you will need to recall later in the story the reader’s choice - for example, she goes to shower and you need to dress her back to what the reader has picked without asking him again what she had on.
the script will remember it till the end of the story - you just have to make sure that any other of your choices isnt named like this one
choice (OUTFIT_1)
so if you will use this template next time change the name of the choice to for example
choice (OUTFIT_2)
the only “problem” is that portal where you write doesn’t remember choices from previous chapters because the portal works bit differently than the app. But when you will test it in the app it will remember it.