WHAT is this Error
-

cant find anything in the code:

-
@zackry The error doesn't appear in the code, because it's hidden inside a variable.
Some variable gets a value 0 and then the EA tries to divide something by that variable - that's illegal!

-
@roar thanks roar , you were right there were some unused variables , i removed them and the issue resolved