Label text message help? anyone?

Here’s my script, am I doing something wrong?

it says my label doesn’t exist and it can’t be created inside brackets.

choice
“Read the message Austin sent”{
CLARA (talk_exhausted)
I may as well answer it. Otherwise he’ll blow my phone up a thousand times.
@zoom on 407 215 to 226% in 0
@EVELYN is laugh_giggle
@pause for a beat
@zoom on 612 189 to 210% in 0
@CLARA is idle_read_phone_neutral
INT. CELLPHONE - DAY
@cut to zone 1
label choosing_messages
NARRATOR
What do you want to read?
choice
“READ MESSAGE 1”{
NARRATOR (AUSTIN)
Clara, why aren’t you answering the phone?
} “READ MESSAGE 2”{
NARRATOR (AUSTIN)
Clara, I know you’re getting my messages.
}“READ MESSAGE 3”{
NARRATOR (AUSTIN)
If you don’t answer my texts, I’m not speaking to you anymore.
}“READ MESSAGE 4”{
NARRATOR (AUSTIN)
You must be with some other guy that’s why you’re not answering me.
}“READ MESSAGE 5”{
NARRATOR (AUSTIN)
That’s it, I’m coming over to see you. You better answer the door.
}
NARRATOR
Do you want to read more?

choice
“Yes”{
}
“No”{
goto choosing_messages
}

INT. LIMO LUXURY - NIGHT
@cut to zone 2
&zoom on 612 189 to 210% in 0
sound car_running_lp
@EVELYN spot 1.493 98 -194 in zone 2 at layer 4 AND EVELYN faces right AND CLARA spot 1.466 219 -189 in zone 2 at layer 4 AND CLARA faces right
@speechbubble is 209 219 to 100% with tail_top_left
CLARA (talk_arms_crossed_angry)
I should’ve known his ass would leave me that many messages.
}
“What’s the point? He’ll just make accusations against me…”{
}

WHAT DID I DO WRONG??

You have to create the label before the choice I think. Let me know if this works or not. :wink:

~ Winter :snowflake:

but how do I do that?

You can’t have labels inside the choices. You need to move the label out of the brackets and use goto to this label inside the choice

I fixed it thank you for responding to me! :smiley:

1 Like

Glad this got resolved! Closing :v:t2: