semicolon error!
Posted: Thu Jul 21, 2011 8:46 pm
So I've been following this tutorial -->http://game-editor.com/Basics_of_a_platformer and so far it seems to have worked except whenever I try running player->Draw Actor->Edit Script I get a "expected semicolon error" on the last line of my code. So I add a semicolon to the last line and then I get a '"expected semicolon error" on the next line. So for example it would say expected semicolon on line 72, I then add a semicolon to line 72, then I get an expected semicolon on line 73, and this will go on forever if I listen to the error messages.