Hi! So I am now beginning to code with points, and I figured out how to show the player their point balance, but this happened? The bolded area is where is says "unexpected elif"
label questions
JB (talk_neutral_atcamera_loop)
Hi.
JB (talk_handsonhips_neutral)
Got any questions?
choice "What up with the butterfly and the tiger?" {
JB (talk_handsonhips_neutral)
Those are your points.
JB (talk_airquotes)
The tiger signifies "baddie" points.
JB (talk_airquotes)
And the butterfly signifies "pure" points.
goto questions
} "How many Baddie points do I have?" {
elif (BADDIE =0)
JB (talk_handsonhips_neutral)
You have |bold|0|reset| BADDIE points.
goto questions
} elif (BADDIE =1){
JB (talk_handsonhips_neutral)
You have |bold|1|reset | BADDIE points.
goto questions
} elif (BADDIE =2){
JB (talk_handsonhips_neutral)
You have |bold|2|reset | BADDIE points.
goto questions
} "How many pure points do I have?" {
elif (PURE =0){
JB (talk_handsonhips_neutral)
You have |bold|0|reset| BADDIE points.
goto questions
} elif (PURE =1){
JB (talk_handsonhips_neutral)
You have |bold|1|reset | BADDIE points.
goto questions
} elif (PURE =2){
JB (talk_handsonhips_neutral)
You have |bold|2|reset | BADDIE points.
goto questions
} "Why can't I customize anyone?" {
@JB is eyeroll_sarcastic
JB (talk_pointup_pretentious)
It's my story, I make the rules.
JB (talk_sarcastic)
But there will be choices to change Eliza depending on your Pure and Baddie Points |bold, italic| later on in the story.
goto questions
} <PREMIUM> "Finished!!" {
@JB is kiss_blow_happy_atcamera
}
Thanks!! But now it’s saying "There is a { on line 690 (the line where I have the if) that does not have a matching }. But, oddly, it does…?
}"How many Baddie points do I have?" {
if (BADDIE =0){
JB (talk_handsonhips_neutral)
You have |bold|0|reset| BADDIE points.
goto questions
} elif (BADDIE =1){