Triggering an event every X seconds?

Create a function with the mechanics that need to be called. Then use an event that calls a Set Timer node. With a Set Timer node you can set a function to run X times per seconds. You can use a Pause Timer, Stop Timer and a few others that I cant recall off my head. With that you can dynamically adjust how often your function gets called and adjust it at your leisure. I hope this helps!

1 Like