Quote Originally Posted by Justa Lol View Post
well, for me it said error on line 20 once and the error wasnt on that line, it was an error with another variable... thats why i thought maybe it could be something with those variables..
Yes, that is the case for some errors. For example if you forget a semicolon or have malformed code it may say a different line simply because the parser is confused by the incorrect code.


For something like missing dependancies, the error is exactly as it says.