Hey guys! I have a small problem. I’m currently writing a script and I wanted to do a dressing game but when I try to save my script it says: Unexpected DIALOG?
In 1, 2, and 3 you need to add a closing bracket (}).
And in 4 and 5, you will eventually need to add some code, but I do not think that contributed to the error.
Is there space between the word “choice” and the first option? I know it doesn’t recognize them together if there’s space and it comes out as unexpected garbage (or some other stuff)
I’m sorry for bothering you. It’s still not working, can you please send me an example of my script with the correction.
The first error I corrected it but the dialog thing isn’t working.
Just like with the whole “you can’t skip a whole line between choice and the first option”… You can’t skip a whole line between an ending bracket and the next choice option.
So if you did this:
}
"Black+Blue" {
You need to get rid of that line in between and make it look like this:
}
"Black+Blue" {
And you need to do this with all of the choice options.
Omg, thank you so much! It’s finally workinggg ! Yeah, you were right I skipped a line between choice and the first option, thank u sm I really appreciate your help, I know understand my errors!
<3.