If/Else not working properly

gains are for remembering choices

so very simply on an exapmple:

NARR
Whom should I call?
choice
“Roman”{
gain call_roman
} “Blake”
}

you use the gain name as a condition of the if-else

if (call_roman){
¨#here add scene with Roman
}else{
#here add scene with Blake
}