I’m (barely just starting by the way so I’m just a bit confused with everything) having trouble with this particular bit of code.
The error message is saying “startup line 116 (the first line): Expected choice body”
If you need more information, I’ll happily give it. Future thanks for the help!
My code looks like this:
You didn’t include the code, but I am guessing you didn’t do.
#choice
(space) Insert text.
without a choice body:
with a choice body:
choice body is: what follows after a choice, either texts or logic syntax
note: fake_choice does not force you to have a choice body, if you want to show choices without any follow ups, then fake_choice is what you need
2 Likes