Page 1 of 1

timer tick question.

Posted: Tue Jan 30, 2018 10:04 pm
by impetus maximus
i found that you can make timers with a constant combinator set to out put a signal T (for example) of 1.
wired to a decider combinator set to T < [number of ticks], output T input amount. decider wired to self.

now, if i want an event to happen every 30 ticks lets say. do i use 30 on the [number of ticks] or does it have to be 29 or something?

thanks

Re: timer tick question.

Posted: Tue Jan 30, 2018 10:13 pm
by DaveMcW
< 30

OR

≤ 29

Re: timer tick question.

Posted: Tue Jan 30, 2018 10:17 pm
by impetus maximus
awesome. thanks Dave. :)
so, if i use < 25000 it should stay in sync with the day/night cycle?

cheers