I need Coding Help

Are you trying to make a choice or remember a previous choice?

To make a choice, the format is:

CHARACTER
Dialogue.

choice
“Option 1 here” {

} “Option 2 here” {

} “Option 3 here” {

}

To remember a choice, the format is:

if (choice_name is “Option 1”) {

} elif (choice_name is “Option 2”) {

} else {

}

Please read through this guide to learn more about remembering choices and how to format them correctly.