How do I make choice episode remembers with three answers?

I am working on a story and I am giving the reader a choice on whether they want to have a brother, sister, or both.

    NARRATOR
Do you have a brother, sister, or both?

choice
“Brother”{

gain BROTHER_DEAR

}“Sister”{

gain SISTER_DEAR

}“Both”{

gain SIBLING_DEARS

}

How do I make it so all of them are remembered? I put ‘gain’ but I need to put ‘If’ and ‘Else’ but I have three things to remember, so how would I format that?

Thx

1 Like

I would suggest watching Joseph Evan’s tutorial videos on youtube. That’s where I learned most of the coding I know

1 Like

Ok thank you!

1 Like