How To Use A Timer That Increases Time
Tuesday, 8 August 2017 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)
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")]
]