Previously, the readers would choose their outfit but then there would be a flashback so I’d need the MC to wear a different outfit there so I assigned each outfit a number with the points system like
choice “Cute-ish” {
@MC changes into MC_cute @OUTFITCHOICE +1
than later
if (OUTFITCHOICE =1) {
@MC changes into MC_cute
}
But I get this error:
ERROR
Unexpected expression:
Did you leave out the word “choice” ,or forget
put a character name in
ALL CAPS?