Well, I see I missed a closing bracket in the line...
Code:
if (%player == [player] { set %playerget on | goto nextread }

that should be...
Code:
if (%player == [player]) { set %playerget on | goto nextread }

The other error messages don't make any sense though. I assume you edited the script? Can you paste the whole script?