I am making an escape maze, and need the ability to randomize which level comes up next without ever doing the same maze level which are differentiated by the start region where they both start and respawn at each level when set to current spawn region.
I was hoping to add them all to a list randomly without ever picking the same one, then go down the list in order to do each. I have tried an integer approach and a regions array approach but I could not figure out how in either. Could not find any useful events for regions. to add them or remove them from arrays or anything. I am completely lost, I just cant figure out what to do. I have been happy to be able to do most my stuff myself, but some reason this is just not computing in my head...
I was hoping to add them all to a list randomly without ever picking the same one, then go down the list in order to do each. I have tried an integer approach and a regions array approach but I could not figure out how in either. Could not find any useful events for regions. to add them or remove them from arrays or anything. I am completely lost, I just cant figure out what to do. I have been happy to be able to do most my stuff myself, but some reason this is just not computing in my head...
Last edited: