giangtranguyen: (Default)
Nguyễn Trà Giang ([personal profile] giangtranguyen) wrote in [community profile] twine_tutorials2018-04-14 03:14 pm

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:

(if: $STR >= 75 & $DEX >= 60)[\
I did it!]
(else-if: $STR >= 20 & $DEX >= 20)[\
Good job!]