If you're tired of how unreliable and difficult it is to make repeating events using relays, then this is the event mod just for you.
Output events:
SetTickRate - Sets how frequently this brick will tick (in milliseconds). Can be between 32 and 600000 (10 minutes).
StartTick - Tells the brick to begin ticking. Will resume from a paused tick if one is available.
StopTick - Tells the brick to stop ticking. Will reset the current tick back to 0.
PauseTick - Tells the brick to stop ticking. Saves the current tick time.
Input event:
onTick - This input will trigger every time this brick ticks.
