public OnPlayerText(playerid, text[]) { if(strval(text) == MathQuizTest && MathQuizTest != -1) { CorrectAnswer(playerid); return 0; } return 1; }