I need help asap please :)

hello, I need help as soon as possible please!

my script has an error with my choice coding :frowning: I’m new to writing and coding, especially coding choices/branching. here’s my script with the ‘error’ part, thank you to whoever tries to help, it’s very much appreciated :))

label beginning

    ZETHCT (talk_smile_happy_loop)
So what will it be?

&ZETHCT is idle_handsonhips_neutral_loop

choice
“teach me the basics please”{

goto teach

}
“no thanks I already know all about werewolves”{

goto dont_teach

}

label teach

    NARRATOR 
Are you sure with what you clicked?

choice
“yes”{

&ZETHCT is talk_agree_happy THEN ZETHCT is talk_pointup_happy
ZETHCT
Okay sweet, lets get to the lesson then!

@ZETHCT exits right in 1 AND ZETHCT is run_athletic_neutral_loop

@pause for a beat

goto start_teaching

}
“no I clicked the wrong button”{

goto beginning

}

label dont_teach

    NARRATOR 
Are you sure with what you clicked?

choice
“are you sure?”{

@speechbubble is 182 270 to 100% with tail_top_left

    ZETHCT (talk_agree_happy)
Okay cool, now that that's out of the way..

@speechbubble is 182 270 to 100% with tail_top_left

    ZETHCT (talk_excited_happy)
Enjoy episode two lovelies!

@speechbubble is 182 270 to 100% with tail_top_left

    ZETHCT (talk_greet_neutral)
Toodle-loo kangaroo!

@ZETHCT is laugh_giggle

&ZETHCT exits right in 3 AND ZETHCT is dance_sway_loop_rear

@transition fade out 4

goto start_episode_2

}
“no I clicked the wrong button”{

goto beginning

}

label start_teaching

What is the error

1 Like

the choices should start with a capital letter

1 Like

it says- “choices must follow dialog immediately, not a branch.” :slightly_smiling_face:

okay I will try that right now, thank you. :smile:

uh I changed it to caps but that didn’t work :frowning: thanks for trying though :cowboy_hat_face:

1 Like

:blob_hearts:

2 Likes

You can also use this technique though: HOW TO: Have Choices Without Dialogue 🗯 💫

1 Like

omg thank you, I didn’t know this! :innocent:

1 Like

AAAAA!! :partying_face: yaaay! thank you so much for helping meee! it worked yay! :smile: :exploding_head:

1 Like

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