That has to do with rotate_angle. In C-Script you probably defined rotate_angle as var rotate_angle[3];... in Lite-C you'll have to say ANGLE* rotate_angle;.

I had the same confused moment a couple days ago.

Hope that answers your question.