Page 1 of 1
Whats happening?
Posted: Fri Jan 30, 2015 3:51 am
by pactace
I got this weird thing when I try to run my game it keeps on giving me the same problem "Syntax error: main.lua:147 : unexpected symbol near ')' heres the line
love.graphics.setColor(0, 0, 0)
Re: Whats happening?
Posted: Fri Jan 30, 2015 4:28 am
by Muris
You probably forgot something in the line before this line. Like closing {} or () or something. Could also be something to do with function definition or if-elseif etc before the line.
Re: Whats happening?
Posted: Fri Jan 30, 2015 12:53 pm
by Robin
If you'd like more detailed help, you're going to have to upload a .love of your game.