Help with script needed - error code (Point check)

Hey guys! :blush:

I was trying to create a point check template, but somehow it displays an error code which says: unexpected block end.
I can’t find what I have written incorrectly, therefore I was wondering if anybody could help me? I know it’s a huge favour to ask… :see_no_evil:
Below I added the part of my script:

Script

EXT. ROYAL CAPITOL ESTABLISHING SHOT - DAY
@cut to zone 2

    NARRATOR
From now on, there will be the chance to | bold |check your points| reset | after every chapter.

@pause for a beat
label checkpoints
NARR
What points would you like to check?

choice
“FRIENDS&CO”{

    NARRATOR
Whose points would you like to see?

choice
“SARA”{
if (SARA =0){

    NARR
You gained 0 out of 0 | color:plum, bold  |SARA| reset | points.

goto checkpoints

}else{

    NARR
You gained 0 out of 0 | color:plum, bold  |SARA| reset | points.

goto checkpoints
}
}
“NILAY”{
if (NILAY =0){

    NARR
You gained 0 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}elif (NILAY =1){

    NARR
You gained 1 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}elif (NILAY =2){

    NARR
You gained 2 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}elif (NILAY =3){

    NARR
You gained 3 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}else{

    NARR
You gained 4 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints
}
}
“CELIA”{
if (CELIA =0){

    NARR
You gained 0 out of 1 | color:plum, bold  |CELIA| reset | points.

goto checkpoints
}else{

    NARR
You gained 1 out of 1 | color:plum, bold  |CELIA| reset | points.

goto checkpoints
}
}
“Exit”{
goto checkpoints
}
}
“LOVE INTERESTS”{
NARRATOR
Whose points would you like to see?

choice
“JOYCE”{

if (JOYCE =0){

    NARR
You gained 0 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =1){

    NARR
You gained 1 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =2){

    NARR
You gained 2 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =3){

    NARR
You gained 3 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =4){

    NARR
You gained 4 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =5){

    NARR
You gained 5 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =6){

    NARR
You gained 6 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =7){

    NARR
You gained 7 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}else{

    NARR
You gained 8 out 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints
}
}
“LEON ALEXANDER”{

if (LEON ALEXANDER =0){

    NARR
You gained 0 out of 3 | color:olive , bold |LEON ALEXANDER| reset | points.

goto checkpoints

}elif (LEON ALEXANDER =1){

    NARR
You gained 1 out of 3 | color:olive , bold |LEON ALEXANDER| reset | point.

goto checkpoints

}elif (LEON ALEXANDER =2){

    NARR
You gained 2 out of 3 | color:olive , bold |LEON ALEXANDER| reset | points.

goto checkpoints

}else{

    NARR
You gained 3 out of 3 | color:olive , bold |LEON ALEXANDER| reset | points.

goto checkpoints
}
}
“VALÉRIE”{

if (VALERIE =0){

    NARR
You gained 0 out of 2 | color:olive , bold |VALÉRIE| reset | points.

goto checkpoints

}elif (VALERIE =1){

    NARR
You gained 1 out of 2 | color:olive , bold |VALÉRIE| reset | points.

goto checkpoints
}else{

    NARR
You gained 2 out of 2 | color:olive , bold |VALÉRIE| reset | points.

goto checkpoints
}
}
“KAY”{
if (KAY =0){

    NARR
You gained 0 out of 0 | color:plum, bold  |KAY| reset | points.

goto checkpoints

}else{

    NARR
You gained 0 out of 0 | color:plum, bold  |KAY| reset | points.

goto checkpoints
}
}
“Exit”{
goto checkpoints
}
}
}
“Done Checking.”{
goto endpointcheck
}

label endpointcheck
NARR
| bold |Are you sure you’re done checking?

choice
“Yes”{
goto afterpointcheck
}“Nope”{

goto checkpoints

}
label afterpointcheck
@pause for a beat

Thanks in advance! :fire:

1 Like

Thy this:

choice
“FRIENDS&CO”{

    NARRATOR
Whose points would you like to see?

choice
“SARA”{
if (SARA =0){

    NARR
You gained 0 out of 0 | color:plum, bold  |SARA| reset | points.

goto checkpoints

}else{

    NARR
You gained 0 out of 0 | color:plum, bold  |SARA| reset | points.

goto checkpoints

}} “NILAY”{
if (NILAY =0){

    NARR
You gained 0 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}elif (NILAY =1){

    NARR
You gained 1 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}elif (NILAY =2){

    NARR
You gained 2 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}elif (NILAY =3){

    NARR
You gained 3 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints

}else{

    NARR
You gained 4 out of 4 | color:plum, bold  |NILAY| reset | points.

goto checkpoints
}} “CELIA”{
if (CELIA =0){

    NARR
You gained 0 out of 1 | color:plum, bold  |CELIA| reset | points.

goto checkpoints
}else{

    NARR
You gained 1 out of 1 | color:plum, bold  |CELIA| reset | points.

goto checkpoints
}} “Exit”{
goto checkpoints
}} “LOVE INTERESTS”{
NARRATOR
Whose points would you like to see?

choice
“JOYCE”{

if (JOYCE =0){

    NARR
You gained 0 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =1){

    NARR
You gained 1 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =2){

    NARR
You gained 2 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =3){

    NARR
You gained 3 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =4){

    NARR
You gained 4 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =5){

    NARR
You gained 5 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =6){

    NARR
You gained 6 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}elif (JOYCE =7){

    NARR
You gained 7 out of 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints

}else{

    NARR
You gained 8 out 8 | color:olive , bold |JOYCE| reset | points.

goto checkpoints
}} “LEON ALEXANDER”{

if (LEON ALEXANDER =0){

    NARR
You gained 0 out of 3 | color:olive , bold |LEON ALEXANDER| reset | points.

goto checkpoints

}elif (LEON ALEXANDER =1){

    NARR
You gained 1 out of 3 | color:olive , bold |LEON ALEXANDER| reset | point.

goto checkpoints

}elif (LEON ALEXANDER =2){

    NARR
You gained 2 out of 3 | color:olive , bold |LEON ALEXANDER| reset | points.

goto checkpoints

}else{

    NARR
You gained 3 out of 3 | color:olive , bold |LEON ALEXANDER| reset | points.

goto checkpoints
}} “VALÉRIE”{

if (VALERIE =0){

    NARR
You gained 0 out of 2 | color:olive , bold |VALÉRIE| reset | points.

goto checkpoints

}elif (VALERIE =1){

    NARR
You gained 1 out of 2 | color:olive , bold |VALÉRIE| reset | points.

goto checkpoints
}else{

    NARR
You gained 2 out of 2 | color:olive , bold |VALÉRIE| reset | points.

goto checkpoints
}} “KAY”{
if (KAY =0){

    NARR
You gained 0 out of 0 | color:plum, bold  |KAY| reset | points.

goto checkpoints

}else{

    NARR
You gained 0 out of 0 | color:plum, bold  |KAY| reset | points.

goto checkpoints
}} “Exit”{
goto checkpoints
}} “Done Checking.”{
goto endpointcheck
}

label endpointcheck
NARR
| bold |Are you sure you’re done checking?

choice
“Yes”{
goto afterpointcheck
}“Nope”{

goto checkpoints

}
label afterpointcheck
@pause for a beat

1 Like

Thank you so much! It worked. :pray:

1 Like

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