Does anyone know a trick to debug in version 4?
I keep getting a error message "syntax error, unexpected COMMA, expecting EQUAL" after a run my code. What I want is to see in which line of the code the problem is exactly.
Even when I get rid off of all COMMA's in my mod file, I still get this message.
P.S.: when I run the same code in version 3 and it works perfectly.
Any thoughts will be appreciated.