Hi
How can I get a random = System > Every 2 seconds
If I want Every 1-2 seconds
Regards
Flemming
set global variable (time)
if time = 1 do event
if time =2 do event
everytick set time random (1,2)
timer behavior on the instance that wants to use that behavior
to stop it:
Develop games in your browser. Powerful, performant & highly capable.
Every choose(1,2) seconds
Sometimes it waits 1s, sometimes it waits 2s