Coding related problem

I have a code related problem . I am creating a scene where the character will get two choices . If she choses the first option , there will be an outcome which will lead to a bonus scene in the next episode. If she choses the choses the second choice , the outcome will be just some more dialogues .
So can anyone please help me with this ? If possible you can just create an example of your own to help me out .

choice
“option 1” {
gain bonusscene

NARR
Great! You’ll get a bonus scene

} “option 2” {

NARR
You will not gain a bonus scene

}

in the other episode

if (bonusscene) {

NARR
Here is the bonus scene

} else {

NARR
What happens instead of the bonus scene

}

If it’s not clear enough you can dm me :sweat_smile:

1 Like
1 Like

hey your website really helped me ! THANKYOU :smiling_face_with_three_hearts: :two_hearts:

1 Like