1. Can using a 0 sec delay to activate another 0 sec delay (and repeat that as a loop) cause any issues?
2. Should #1 be placed in Lua instead (such as ms100 hook)?
3. How does it compare to the ms100 hook in terms of resources?
4. How fast is it looping?
5. How fast are delays triggered in general? (Could be the same as #4)
6. Should I use it to call a trigger_if (for a math.random)?
Thanks!