Remembering choices- not working?

in this it would be better to use if instead of gain.

so soulution is remove the gain and do this

choice (something_something)
“1” {

}
“2” {

}

if (something_something is “1”) {

}
else {

}