[SOLVED] Calling a method in a certain interval

Hey everyone,
So my problem is I want to run a method in a certain interval (e.g. every 20 ticks).
What’s the best way to do it?

I expected there to maybe be a TickEvent or something, but I’m either blind or it doesn’t exist…

Use the Scheduler.

4 Likes

Ah awesome.
Thanks!