How outfit can be affected on the story?

Hey there! I have a question, In episode 4 I gave the outfit choice and there is one premium choice that will add an additional scene, and now I want to add this scene in episode 5 how to make this scene appear only in the premium choice

Okay I’ll just assume you’re using the outfits in your previous thread, in episode 5, under the if elif else statement, you do something like this:

if (OUTFIT = “Jack’s clothes”){

WRITE YOUR SCENE HERE

} elif (OUTFIT = “Sporty”){

} else {

}

And you can use labels if it becomes a little more complex.

1 Like

I want to add on you could find dressing game templates here (with the code to remember):

Remembering past choices:

Feel free to check out this also:

2 Likes

I was close to the correct answer, but I wrote a little wrong, thank you very much for your help here and in the previous! :heartbeat: :heartbeat:

1 Like

Thank you! This is a helpful article. :smile: :smiling_face_with_three_hearts:

1 Like

Closed: Marked as solved by thread op :v: