Can someone help me with this?
I think you have to have narration before a choice
Try
Choice (get_water)
“Just get her some water.” {
What’s the label for?
Also, you don’t have the line that says choice
I’m new to coding so idk if I’m supposed to put a label there but “Just get her some water.” Is supposed to be a choice
Okay so
The label shouldn’t be there.
choice
“First choice” {
(scene)
} “Second choice” {
(scene)
} “Third choice” {
(scene)
}
1 Like
Tysm it works
1 Like