How do you make randomised timers?

For example: Condition happens when timer is either equal to 1,2, or 3 seconds?

4 Likes

The problem is that it will always be greater than the lowest number on the randomiser so it will always trigger on 1 second because of how fast the randomiser cycles between the numbers

Use float and not integer. You can use timer less then 1 second

1 Like

Never mind my other comments, I just forgot to put ‘at the beginning of the scene’. It works now thanks!

1 Like