ERROR: unexpected block end SOS

hello! i’m trying to add a choice in my script but an error keeps popping up. i don’t know what’s wrong with my script ughhh i have changed it like 20 times now. can somebody help?

this is my script rn

choice
“Be kinda civil”{
VAL (talk_armscrossed_angry_loop)
What do you need, Lee?

JUMIN +1

} “Civil? Nah.”{
VAL (talk_disgusted_atcamera_loop)
What the hell do you need, Lee?

JUMIN -1

VAL (talk_handsonhips_angry_loop)
You are way too close in my personal space right now.

@JUMIN starts eyeroll
@pause for a beat
}

You forgot to @JUMIN when adding and taking points. Also just a tip, if you don’t want the reader to go into the minus at the start of the story I wouldn’t take points just yet:) Just don’t give any points for a wrong choice, or +0. (just a preference of mine when I write:))

Try this:

choice
“Be kinda civil”{
VAL (talk_armscrossed_angry_loop)
What do you need, Lee?

@JUMIN +1

} “Civil? Nah.”{
VAL (talk_disgusted_atcamera_loop)
What the hell do you need, Lee?

@JUMIN -1

VAL (talk_handsonhips_angry_loop)
You are way too close in my personal space right now.

@JUMIN starts eyeroll
@pause for a beat
}

1 Like

thank you soooo much you’re an actual lifesaver! and thanks for the tip! i’ll keep it in mind :smiling_face_with_three_hearts:

1 Like

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