giangtranguyen: (Default)
Nguyễn Trà Giang ([personal profile] giangtranguyen) wrote in [community profile] twine_tutorials2017-07-29 10:27 pm

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:
 
(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:
 
(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
]

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting