![Very Happy :D](./images/smilies/icon_e_biggrin.gif)
I only wish all the other essential software in our lives received this level of care and attention to detail! Amazing job, folks...
ActuallyKlonan wrote: Sat May 28, 2016 12:37 pm Something like this:
Code: Select all
script.on_event(defines.events.on_tick, function(event) if event.tick % 60*5 == 0 then --every 5 seconds some_function(event) end end)
Code: Select all
% (60*5)