Nguyễn Trà Giang (
giangtranguyen) wrote in
twine_tutorials2017-08-08 07:47 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 To Use A Timer That Increases Time
Just copy and paste the code into the passage, and then adjust it to your liking.
For example:
For example:
(set: $sec to 0)
(live:1s)[
Seconds: $sec
(set: $sec to it + 1)
(if: $sec > 3)[3 seconds passed]
(if: $sec > 5)[(go-to:"next")]
]