Helphelp Point system outfit remembering choices help plz!

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?

What do I do?

Try writing this:
NARR
What do you want to wear?

choice
“Cute-ish” {

@MC changes into MC_cute
@OUTFITCHOICE +1

than later

if (OUTFITCHOICE =1) {

@MC changes into MC_cute
}

However, I would highly recommend using if/elif/else instead of the gains! :blush: Dara Amarie has an amazing guide on her website for this :smile:

you probably ment gains instead of points.:wink:

And points can actually do the exact same thing regarding remembering.

Dara in her templates uses also named choices and also points (see the arrow dressing minigame for example)

1 Like

Yep, I said gains :sweat_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.