Nguyễn Trà Giang (
giangtranguyen) wrote in
twine_tutorials2017-07-29 10:27 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
How To Make A Points System
Just copy and paste the code into a passage, tag it as startup, and then adjust it to your liking.
For example:
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
or
For example:
(set: $kiyokoAffection to 0)
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
(set: $kiyokoAffection to $kiyokoAffection + 5)
or
(set: $kiyokoAffection to it + 5)
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
(if: $kiyokoAffection >= 75)[\
I love you!
](else-if: $kiyokoAffection >= 50)[\
I like you.
](else-if: $kiyokoAffection >= 25)[\
I don't like you
](else:)[\
I dislike you
]