How To Set Up A Points System
Wednesday, 26 July 2017 01:36 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 StoryInit, and then adjust it to your liking.
For example:
<<set $kiyokoAffection to 0>>
Just copy and paste the code into any passage, and then adjust it to your liking.
For example:
<<set $kiyokoAffection to $kiyokoAffection + 5>>
Just copy and paste the code into the passage that ends the game, and then adjust it to your liking.
For example:
For example:
<<set $kiyokoAffection to 0>>
Just copy and paste the code into any passage, and then adjust it to your liking.
For example:
<<set $kiyokoAffection to $kiyokoAffection + 5>>
Just copy and paste the code into the passage that ends the game, and then adjust it to your liking.
For example:
<<if $affection gte 75>>
I love you!
<<elseif $affection gte 50>>
I like you.
<<elseif $affection gte 25>>
I don't like you
<<else>>
I dislike you
<</if>>