How can I make a choice to be remembered?

For example I made a choice for the outfit, then I make the character change again because there is a flashback, when the story go back to present I have to change her outfit again, but how can I do it if I don’t know what the reader choose?

1 Like

you can use eather naming choice or gains.

Dara has template for dressing game including the remembering part:

1 Like

also this might help:

2 Likes

you could use gains, for example:

choice
“yes”{

gain choice_yes
}
“No”{
}

then later on in the script you add something like this:

if (choice_yes){

add in your scripting here

}else{

add in scripting here

}

Also, you can name the gain anything you want.

2 Likes

Thank you. That’s what I used.

1 Like

Thank you, this website will going to be very useful!

1 Like

Glad I could help, good luck with your story! :love_letter:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.