Help with choices #2

So I gave the readers a choice to either kiss him or reject him. But before my characters did anything, they got caught in the closet by their friend. I want my guy character to come out and be like “We were in the middle of something” But only say that IF the reader chooses to kiss him. If the reader chose to reject him, then I don’t want my guy character to say anything; but I don’t know how to make it so the choice they choose depends on what the guy character says if that makes sense?

I suggest you add gains when the character kisses/doesn’t kiss the guy.

Then you add an if/else choice command using the gains.

Ex:

choice
“Kiss him” {
.
.
.
gain kiss

} “Diss him” {
.
.
.
gain diss

}

Friend catches MC in closet scene.

if (kiss) {

CHAR
“We were in the middle of something”

} else {
Character says nothing.
.
.
}

1 Like

Thank you so much!

Moved to Directing Helps and Tips since it’s about scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

1 Like