Does the random TTS function, where text strings are separated by semicolons, have the ability to not repeat a random choice until the rest of the choices have been selected/played? i.e...
5 TTS choices for a response. 1; 2; 3; 4; 5 RNG pick #3
Next time the possible choices are 1; 2; 4; 5 RNG picks #5 leaves 1; 2; 4...
When you whittle down to the last one, the pool resets with all possible answers.
This would reduce the phenomena when a response occasionally seems stuck on one answer simply because RNG is random and may pick the same answer multiple times.
I'm guessing there is a way to variable the heck out of the problem, but that block would need to be edited for every instance (I think...) to conform to the number of max possible responses. I was wondering if the capability had been considered before and a provision was already in the program. Thank you!