Nguyễn Trà Giang (
giangtranguyen) wrote in
twine_tutorials2018-04-14 03:14 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 does one combine two stats so an event can occur
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
For example:
(if: $STR >= 75 & $DEX >= 60)[\
I did it!]
(else-if: $STR >= 20 & $DEX >= 20)[\
Good job!]