08.12.2012, 05:48
Try using a switch statement instead of multiple 'ifs.' It's clearer and helps you get the problem easily.
Also, as 'HireMe' said, Put print messages after everyline, like print("Check 1."); to see where you script stops working.
Also, as 'HireMe' said, Put print messages after everyline, like print("Check 1."); to see where you script stops working.