Thanks for the quick reply. I know that blocks can be randomized but the main questions is if they can be randomized while making sure that the one that's not shown will be shown right after the first one. So let's say I have Block 1 and Block 2. Would something like this work:
/ blocks = [1=noreplace(block1, block2); 2=noreplace(block1, block2)]
I don't want the program to show the exact same block one after the other.