By Sato - 6/17/2015
My script usually work normally when there. However, Sometimes "Please wait we'll be ready shortly" is displayed .
I feel like there are many number of times. Is it better to modify somewhere?
|
By Sato - 6/17/2015
This is the script.
|
By Dave - 6/17/2015
> My script usually work normally when there. However, Sometimes "Please wait we'll be ready shortly" is displayed.
When the pseudo-random sequence generation generation in the 1st block fails, the script will try over and over again from the very start to find a sequence that satisfies your specified selection constraints. The script will move on once it has found one. Either (1) relax your constraints, (2) pre-generate sequences in some other way and have the script select one of the prepared sequences or (3) go for normal randomization as discussed previously.
|
|