Hello, I am creating a game for school and I am a beginner. The principle is a kind of QTE. The player has to realize some recipes. So for example, he has to execute 4 QTE to cut the 4 elements of the pizza. After that, we move on to another recipe. For this I have listed the recipes and their ingredients in a table. I call a column (so a recipe) at random, then I call the rows (so the ingredients of the recipe) at random. The problem is that I want the ingredients to come out once each. Do you have an idea? Thank you!