Combining chosen "partners" to appear in certain scenes

I’m having trouble with combining chosen romantic partners when it comes to a certain time in story.

I’m really new to choice script but I seem to be doing fairly ok with coding except I’m not sure how to do this.

For example, let’s say MC chooses “Jack” to join her on a journey early in the chapter and at the end of the chapter when it’s time for the journey, how would I code that to have the chosen person appear for that scene

Or if someone chooses to go to bed with someone, how do I code the chosen person to appear in that scene for players when the time comes

Is it if commands and false choices or something else entirely?

If someone can help with an example of how to code something like this, it’ll be greatly appreciated :slightly_smiling_face:

1 Like

You can create a variable, whether global or temporary, depending on when you’ll need to check that variable on the scene, and then check that variable with an if/else to show or not show the text with that character.
You can use multireplace to show some text depending on the value of that variable…

It all depends on how you’ll build your mechanics and scenes.

1 Like

Ok, perfect

Thank you so much! :partying_face:

1 Like