// Trivia 3 Failure ratio: How many fake monsters you kill will result in a game-over // 'Failure_Activation: // 0 = False (They won't recieve game over) // 1 = True (They will recieve game over after 'Trivia3_FailAmount is equal to 'Trivia3_FailCount. Which is how many fake monsters you kill.) 'Failure_Activation = 1; 'Trivia3_FailAmount = 0; 'Trivia3_FailCount = 400;