choose() expression does exactly that - picks one random option.
You probably need chooseindex() expression.
Set Text To---> Chooseindex(counter, Array.At(0,1)Array.At(0,2), Array.At(0,3))
After each time increase the counter variable.
Thank you, I’m not sure if I’m typing it wrong but it will not let me type in “Counter” ,I’m not sure why. it’ll just replace it with “cos” or suggest another expression saying (Unkown Expresstion- this is not a system expression or variable name in this scope)
I typed — chooseindex(counter, Array.At(0,1)Array.At(0,2), Array.At(0,3))
I have this in a sub event, is that the problem? Is this on my end?