How can i remember a choice in a previous episode?

Instead of using “else”, try typing “elif”

Else and elif can be used with conditions. Else cannot. It’s like if you have three choices it would be:

if (condition) {
} elif (condition) {
} else {
}