Unexpected block end: remembering choices

The script ->

if(color_pink) {

INT. PINK BLUR - DAY

}

elif (color_purple) {

INT. PURPLE BLUR - DAY

}
elif (color_blue) {

INT. BLUE BLUR - NIGHT

} elif (color_orange) {

INT. ORANGE BLUR - DAY

} elif (color_green) {

INT. GREEN BLUR - DAY

} else (color_yellow) {

INT. YELLOW BLUR - DAY

}

set format phonetext

please help

Add a @pause for 0 under the name of each background.

Also else needs to be by itself.

So just

}else{

1 Like

Thank you, it worked ->

I just need to wait for the background to be approved.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.