I'm creating a multi-answer quiz game and after selecting the answer, I've set the game to call function 'SetQuestions' to show the next question. But for some reason it changes the question only once, so it's only showing a maximum of two questions. Any ideas why it won't change to questions 3,4,5 and so on?
I've attached an image of the function, is there anything that needs to be changed?