I'm trying to create an infinite loop that makes a variable increment from 0 to max 30 and min 3 taking one second between each increment. But instead of this it doesn't increment at all, instead it starts logging check over and over again and the variables x and random never get redefined.I'm trying to create an infinite loop that make