just random.
set var choose(0,1,2,3,4,5)
And that will set one of the values at random.
I also use it with every X seconds.
Every choose(1,2,3)
And at random it will trigger at 1,2 or 3.
Sometimes, when I want a greater chance of 1 number occurring, I do choose(1,2,2,3)