I get an error for a choice that's right

Error: choices must follow dialog immediately not a branch. That’s the error I get even though I wrote it like:
choice
“option1” {

} “option2” {

}
Can I do anything about it or not?

You need dialog before a choice like
NARR
What do you want?
choice
“option1” {

} “option2” {

}

1 Like

oooh, thanks

Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.