How to remember choices (probably part 2663712480220165126577)

Hello, I would appreciate if someone tells me why this is like non existing…

tg

you sure you speeled it right i had a mistake in mine and could figure out why it did not work

Your supposed to put else instead of elif. Check and see if that works. If it doesn’t I’m surprised.

It says that there is an error when I write else. Surprise! :joy:

Oh then I don’t know what to do.

Yes I spelled it right. I checked it like one hundred times already

Currently I’m also writing a story with gains and today I have to code the aftermath. So I’ll tell you what you did wrong later.

Okay, thank you so much

Anytime. :blush:

Have you looked around this really well-explained thread made by Dara.Amarie? She is really helpful in making things like this. You can also check out Joseph Evans tutorials on YouTube (just look up 'Joseph Evans episode remember choices)

And if you are too lazy to look through the whole thread, you need to use this code

So,
if (ball_dress is “Blue Dress”) {
(all the stuff with Onyx)
} else {
(all the stuff that would happen with Oynx)
}

Thank you so much I’ve already did both watch the video and read this. I just found my mistake. I thought that I have to write (ball_dress is …) after else. Turned out that I don’t have. :woman_facepalming:t2::joy: