Alright, I'm still kind of new to programming so I thought I'd try to do something simple. I'm thinking about making some sort of video game quiz and created some code to see how it would work. The problem is I have been trying to find a way to tell the player how many questions he has correctly answered out of 100 ( the code randomly pulls a question and if the player has already answered the question, I don't want it to add to the correctly answered score ) . I tried using arrays ( the variable is " questionC" and has 8 elements ( questionC[7]) to determine whether or not the player has answered the questions. I also used the Global code editor to give all the original values of questionC a value of 0 .
If any of you guys could look at my code ( I'll upload) and give me a few pointers, it'd be greatly appreciated ( the game is nothing special, just a display of what I want to accomplish with the code if I could get it to work)
Thanks!
-Tripp
The File is RANDOM_Q_GEN.GED