Every %Duration%
Pre-release
Pre-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.