My problem is very simple:
How do I create a random number between two value one time.
(Not repeat again n again... only once generate random number!)
So if I wrote that:
System - Set value: Set Glo_temp_vari to floor(random(3,13))
It will to generate a number between 3 and 13, but after it will to repeat again and again to infinitium. I want that it doesn't repeat again.
Something simple solution? Thx