Customization template crisis!

Could someone tell me what this means and how I can fix it ?!

It just means you are missing a bracket somewhere, go back through and make sure every choice starts with { and ends with }
For example
choice
“Yes” {
Whatever happens
} “No” {
Whatever happens
}

Post a screenshot of more of the actual script?

You forgot to add choice right before all your options

thanks !

1 Like

could someone correct my mistakes ?

1- You need to change “FEMALEAVATAR” to your own character’s name.

2- You cannot have a template inside of a choice. Templates have labels, choices have brackets, and you cannot have labels inside of brackets. So putting a customization template inside a choice will create error messages saying the labels don’t exist.

Moved to Directing Helps and Tips since it involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics. :wink: