Maybe try something like this?
// wait 1-3s
//Math.round( Math.random() * (max - min) + min )
Math.round( Math.random() * (3 - 1) + 1 )
// wait 5-10s
//Math.round( Math.random() * (max - min) + min )
Math.round( Math.random() * (10 - 5) + 5 )
Maybe try something like this?
// wait 1-3s
//Math.round( Math.random() * (max - min) + min )
Math.round( Math.random() * (3 - 1) + 1 )
// wait 5-10s
//Math.round( Math.random() * (max - min) + min )
Math.round( Math.random() * (10 - 5) + 5 )