Skip to content

Every %Duration%

Pre-release
Pre-release
Compare
Choose a tag to compare
@Moderocky Moderocky released this 29 Jan 15:25
· 102 commits to master since this release

This release adds the every %duration% scheduler member.

This can be used to set up repeating tasks.

every 10 seconds:
    trigger:
        print "hello"

These tasks are cancelled when their owning script is unloaded. They also contain a transitive reference to a script, so it will not be automatically unloaded while a task from it is running.