14.10.2018, 01:38
When I used to face these issues I would comment out 50% of my script. If the issue still occurred, I would comment out the other 50% of the script.
Once it compiled I knew the issue was within the area that I just commented out. Then I would comment out half of that area and continue until I had gotten it down to a manageable area of code. Eventually you'll find the block of code that is giving your compiler trouble.
Once it compiled I knew the issue was within the area that I just commented out. Then I would comment out half of that area and continue until I had gotten it down to a manageable area of code. Eventually you'll find the block of code that is giving your compiler trouble.

