Hey! I am currently coding my first story and I needed some help with ‘remembering’ a previous choice so that it affects something in the current chapter - for this one, I need to ‘remember’ an outfit choice the readers made in the last chapter. How do I get a choice to be ‘remembered’ from a previous chapter? Thanks!
you put a () after your choice write something in it
like this
choice (something_here)
“dress 1” {
}
and when you came to there you need it
if (something_here is “dress 1”) {
}
1 Like
tysm!
1 Like
Can also check out: HOW TO: Remember Past Choices (if/elif/else)
It’s a very helpful guide ^^
1 Like
Thanks
1 Like
No problem
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.