Label and picking

You’ll have to code it like this:

NARR
Who do you want to go with you?
choice “Friend” {
goto go_with_friend
} “Lover” {
goto go_with_lover
}

label go_with_friend
#branch for going with bestie
goto end

label go_with_lover
#branch for going with lover
goto end

label end
#end scene here

This is just an example, you can change the labels however you want. (: