Why the last gain in your script isn't working

do:

if (punado) {
NARR
Que…?
} elif (cookie) {
NARR
Bread.
} elif (Lovely) {
NARR
TAKE MY COOKI3DSSDD!!!
} else {
continue
}

continue is put there Just to hold it off, and keep it to working and stuff, the script will ignore it as usual.

(Only do this if you have more than 2 gains, please.)

Actually, “else” is just whatever isn’t the other option.

If you have 2 gains (ex: gain1 and gain2), your if/elif/else should look like this;

if (gain1) {

} else {

}

“else” would be the branch for “gain2”.

I made this because it wasn’t working in my story, I regret I ever made this. I had no idea why it wasn’t working so I did this. I still regret this, but it might help somebody…