aubrataylor
You can add the layout names or numbers to an array.
At the start of the play session shuffle the array using something like this:
https://www.dropbox.com/s/h8pmfmjgfkvu8 ... .capx?dl=0
(Run in debug to see the array data)
You can then just step through the array using a variable e.g.:
On trigger, add 1 to LayoutCurrent
Go to layout array.At(LayoutCurrent)