Reset timer no works with equ

I can not reset the timer, the equ node seems to ignore the value or is not fast enough.

doing something wrong?

timer

If you are not dealing with integers, checking for equal is a bad idea. 4.99999999999 is not equal to 5 (even though watch would print it as 5). If timer is counting up, you would be much better off checking for timer greater than some number.

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.