"Go to layout" and then "random(n) + a" where n is the number of layouts to select from after starting point a.
For more direct layout selection you can use an array like R0j0hound did for sprite spawning like so:
{"man", "woman", "monster", "kid"}@(random(4)+1)
Can you please help:
I have 4 layouts. and i want the first layout to link to the other 3 layouts randomly. the name of the layouts are:
Layout 1 (which contains the link button)
Layout 2
Layout 3
Layout 4
You just said Go to layout" and then "random(n) + a" where n is the number of layouts to select from after starting point a." How should the code be for me than?