Choose love intetest

If you want to remember which love interest was chosen, use this:

if (LOVE is “This guy”) {
#branch for “This guy”

} else {
#branch for “That dude”
}

the bolded This guy should be replaced with whatever you titled your option names. So if you changed “This guy” in the choice to “Damien”, your if should look like:

if (LOVE is “Damien”) {

2 Likes