Can anyone please help me with this? I named this choice earlier in this episode && now I wanted to use this if/elif method but it’s not working. Soooo…Help?
When you use if/elif/else you don’t have to put choice
as @/reetz said, you don’t have to put choice at the beginning of an if/elif/else. the script is going to recognize which choice you’re referring to because of the if (CHOICENAME is "Choice"){
command.
And remember that choices always have to follow after a dialog.
It worked! Thank you