Operating System: Windows XP Professional
Web Browser: Internet Explorer
Detailed Problem Description: For some reason when I changed a piece of my coding and then changed it back to what it was before, it said "if: missing comma or right paren ')' and "if: expected end of statement" then it got weirder and made said every "else" in the .dme was an empty clause.
Code Snippet to Reproduce Problem:
if(shot == 0)
Dream Maker says it's this code piece but it was fine before.
Does the problem occur:
Every time? Or how often? Every time.
In other games? No.
On other computers? Didn't try.
In other user accounts? Doesn't apply.
if()
if("Okefenokee")
Wrong:
if(
if("Okefenokee)
if("Okefenokee
Make sure all of your if() statements are properly closed.