How To Store Multiple Events In The Same Passage
Saturday, 29 July 2017 10:55 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
(set: $HinataConfession to 0)
Just copy and paste the code into a separate passage, and then adjust it to your liking.
For example:
For example:
(set: $HinataConfession to 0)
Just copy and paste the code into a separate passage, and then adjust it to your liking.
For example:
(set: $HinataConfession to it + 1)\
(if: $HinataConfession is 1)[\
So this is the first event.
[[Go back|Second]]]\
\
(else-if: $HinataConfession is 2)[\
So this is the second event.
[[Go back|Second]]]\
\
(else-if: $HinataConfession is 3)[\
So this is the third event.
[[Go back|Second]]]\
\
(else-if: $HinataConfession is 4)[\
So this is the fourth event.
[[Go back|Second]]]\
\
(else:)[So this is the last event.]