Choice error help!

I am simply making a choice and getting an error but i dont know how to solve it. Does any one have ideas?

The error reads:
image

Script:
@zoom on 640 426 to 254% in 0 AND cut to zone 3
@DAKOTA is think_rubchin
@pause for 2
DAKOTA
Answer this-
@pause for a beat
DAKOTA (talk_think_neutral)
If you have a bowl with six apples and you take away four how many do you have?

@zoom on 482 313 to 254% in 0 AND cut to zone 2
ROSALINA (think_rubchin)
(How many apples would I have?)

choice
“Two apples”{

ROSALINA
Two apples.

}

“Four apples”{

ROSALINA
Four apples.

}

“What?”{

ROSALINA
I don't like apples-
So none, I'd have zero apples.

DAKOTA
Well correct I think?

}

DAKOTA
Next question

Instead of what you have, it should be choice “two apples” {
Hope this helped! :slightly_smiling_face:

You can’t skip a whole line between an ending bracket and the very next choice option. The next option should be on the same line as the end bracket or on the very next line.

hoice
“Two apples”{

ROSALINA
Two apples.

} “Four apples”{

ROSALINA
Four apples.

} “What?”{

ROSALINA
I don’t like apples-
So none, I’d have zero apples.
DAKOTA
Well correct I think?
}

1 Like