How To Make A Points System
Saturday, 29 July 2017 10:27 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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
]