Well Choice Forum, I have another problem that I can’t seem to monkey-mode my way out of.
I’m trying to make a list of questions that the reader will be able to ask a character- get an answer, and then be able to ask another question on the list.
Then when they ask all the questions they wanted to ask, they can continue on with the main story. Sadly, when I get to just the first example question- and the secondary question within it, I’m told the error below:
Error: Resolve line 344: It is illegal to fall out of a *choice statement; you must *goto or *finish before the end of the indented block.
My code looks like this:
P.S I did a lot of editing to take out spoilers for the story itself, so if it looks like a toddler wrote the plot- sorry.
*label Questions
What Question do you want an answer too?
*choice
#Ophelia City?
“So how was Ophelia? With your aunt?"
"Not good"
*choice
#I'm sorry to hear that.
“Oh, it’s nothing to feel sorry over. It’s the way things are sometimes, right?”
“Ok, I guess…”
*goto Questions
#Maybe if you’d [i]called.[/i]
"Well, Maybe if you’d [i]called[/i] I could have helped."
"Maybe, but you know I wouldn’t have accepted.” His tone got almost as harsh as yours.
*goto Questions
#Social Life?
“Did you make a lot of friends in Ophelia? I’ve heard it’s a very social city- everyone knows everyone.”
"Not really"
*goto Questions
#You have to get to work now. (Note: You will not get to ask these questions later.)
*goto Goodbyes
*label Goodbyes
Bla bla bla - not written yet.
Any help would be greatly appreciated as most of choicescript I’m learning by myself and keep running into problems that I don’t really have anyone but the people on this forum to help me with.