Have I made you laugh enough?
Choice “”
There can’t be anything between it
You need dialogue right before the choice, it can’t be any other coding.
Sorry I don’t really get what you mean
You have to format it like this or else it won’t work:
(Dialogue)
choice
“Definitely!” {
(Choice content here)
}
You have to code it like that:
choice
“Definitely!” {
and put what you want to happen here
}
Like this ?
What does the error say?
It has to be like this:
NARRATOR/DIALOGUE
Text here
choice
“Definitely” {
.
.
.
} etc.
Okay so I’ve just done that, but now they’re saying the choices before the choice panel comes up
You need dialogue right before the choice.
So Darren has to say “have I made you laugh?”
Then you add the choice next.
Move the April is laugh_sit_giggle and the speech bubble after the dialogue.
I’m so sorry to be a pain, but I still don’t understand.
I want Darrien to ask ‘have I made you laugh enough yet?’
Then I want these two options to appear:
‘Definitely’
‘Not quite’
If the reader clicks ‘definitely’ then I want April to say the words ‘Yep definitely’ and Darrien to reply ‘Great, because I’m starving!’
If the reader clicks ‘not quite’ then I want April to say the words ‘hmm I think you could try a little harder’ and Darrien to reply ‘Damn, maybe you just need some food in you!’
Hope this makes sense?
You need to add animations and speech bubble positions, but it should look like this
DARRIEN
Hey, no problem.
@APRIL is laugh_sit_giggle
DARRIEN
Have I made you laugh enough?
choice "Definitely!" {
APRIL
Definitely!
DARRIEN
Good, cos I'm starving.
} "Not quite" {
APRIL
Hmm, not quite yet.
DARRIEN
Damn, well maybe you just need some food in you.
}
You’re a lifesaver, thank you so much!!!
Does anyone know how to make a choice within a choice?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.