Remembering Choices, Help me with this!

So I wanted to give people the choice whether they want to customize or not, even though if they did it would remove special scenes from the story, and I kind of understand the concept of this but it keep telling me there is an error with this part. I’m not sure what it is can someone help me?

choice (SCENE)
“No, Because I love you” {

} “Yes, I would like to customize” {
}

if (SCENE is “No, Because I love you”) {
[ @transition fade out black 1 ]

Remove those straight brackets. They should not be there. I used those in my examples only to show where the scene should go.

Thank you! I was so confused.

2 Likes

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