I donโt know how to exactly explain this, but there is a part in my script where I add in the โgainโ option in a choice. Later, when I add the โif (chose_this)โ part to remember the choice, nothing happens. This is for clothes and here is my exact script, please tell me if I messed up:
INT. HOSPITAL HALL - DAY
@zoom reset
music off
@cut to zone 3
music music_dazegroove
@AASHNA stands upscreen right then AASHNA faces left AND AASHNA starts idle_shiftweight_neutral_loop
@EXTRA8 stands upscreen right in zone 2
@EXTRA8 changes into GRACIE_default
@transition fade in black
if (chose_reporter1) {
@AASHNA changes into AASHNA_Reporter1
} elif (chose_reporter2) {
@AASHNA changes into AASHNA_reporter2
} elif (chose_reporter3) {
@AASHNA changes into AASHNA_reporter3
}