I need Help with a dialogue error

I am having another problem its saying did you forget a line of dialogue before it? This is the script, the bold is where the problem is.

choice “I look perfect!”{
goto ch_continue1
}
“Go back”{
goto MENU
}
label DECIDE_special

1 Like

I’m not sure but i think @juliewrites might be able to help : )
Sorry for the tag :blush:

2 Likes

Well it means that you don’t have dialogue to start the choice. So you either didn’t know/forgot or have something blocking your dialogue.

1 Like

can u send a screenshot?

I fixed it, but i do need help with something else, if you dont mind.

sure what?

So i have outfit choices made put when i change into them and i pick the one i want it doesnt continue the story when i click it. So i have to preview from lines after that. This is my script
label MENU
CHARACTER
(What should I wear?)
choice
“CEO Outfit”{
@CHARACTER changes into CEO Outfit
goto DECIDE_special

}“Sweater and Skirt”{
@CHARACTER changes into Sweater and Skirt
goto DECIDE

}“Hoodie and Sweats”{
@CHARACTER changes into Hoodie and Sweats
goto DECIDE

}
label DECIDE

CHARACTER
Is this what I want to wear?

choice “I look perfect!”{
goto ch_continue1
}
“Go back”{
goto MENU
}
label DECIDE_special
NARR
Wear this?
choice (special_outfit) GEMS:5 “Wear this!”{
NARR
This will be your automatic work outfit.
} “No thanks!”{
goto MENU
}
label ch_continue1

I’m srry I don’t undestand

its okay

1 Like

it just will not let me continue the story after i pick an outfit while previewing. that is simply my problem

1 Like

I think when u choose ur special outfit you need to do goto ch_continue1

1 Like

Hi, @DontMindMe. @/bakedpotato and @/Lifewithoumou have already answered by the time I saw this post, but thanks for the tag! :slight_smile:

2 Likes

Yeah i saw. Sorry for the tag though ! : )

1 Like