Hi.
I have a game where I ask the player questions. I have all the questions stored in an array, and want to pick them at random, then delete them so they don't get picked again. When there's no questions left, I want something to happen.
I've tried multiple ways, but can't find one that does this efficiently. I'm hoping there is an easy way to do this.
Any help is greatly appreciated!