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

the second should be an elif, not an if.

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

I’m pretty sure you need an else catch too, but I’m not sure so try without.