K, lets see this way...
Just create variable @testvar
#VAR testvar {test|test2|test3}
Then create alias
#1 %item( @testvar, %random(1,3))
it will send one random sufix from the testvar, i want to ...
Ive been trying to make the rando var sufix stack with prefix... for example
[test] stack with [1] and texts between them
[test2] stack with [2] and so on.
I can randomize them but cant do them sta ...