What's wrong with my code? (If's and remembering choices

I think you ned an else so you can try:

label allies
if (ava_vs_alice is “Alice (right)”) {
NARRATOR
You are allies with Alice
} else {
NARRATOR
You are allies with Ava
}

I think you use elif for when you have 3 or more options but otherwise it’s just if and else

1 Like