set value to random(1,100)
example
compare two variables
value<36
value<40
value<7
value<5
is it correct ?
Develop games in your browser. Powerful, performant & highly capable.
The expression should be random(100)
Otherwise it looks correct to me.