Oliver Hope 261 Posted November 16, 2018 Hey this has happened to me before, when i added some new script all scripts break compleatly, nothing even trys to work as far as i can see. here is the sceneario: THIEVES_VS_SECURITY_V4.5.zip Share this post Link to post Share on other sites
Shadow72 187 Posted November 17, 2018 (edited) I have had this issue before. If you try to multiply a number by anything less than 0.00001 you will break every game logic in your scenario. It could also be caused by multiplying the number by too much. Edited November 17, 2018 by Shadow72 Share this post Link to post Share on other sites
Spyler.X 625 Posted November 17, 2018 I have also suffered this error some time, normally when it has happened to me because of the amount of logic in a single script, it is solved by distributing the logic Share this post Link to post Share on other sites
Oliver Hope 261 Posted November 17, 2018 6 hours ago, Shadow72 said: I have had this issue before. If you try to multiply a number by anything less than 0.00001 you will break every game logic in your scenario. It could also be caused by multiplying the number by too much. 1 hour ago, spyler.1989 said: I have also suffered this error some time, normally when it has happened to me because of the amount of logic in a single script, it is solved by distributing the logic I dont believe it is either of these causes i simply added quite a few new Event listeners add entity templates Share this post Link to post Share on other sites
Houp 237 Posted November 19, 2018 Hi, sorry to hear that. Bug on our side but there is simple workaround. Just now do not use numbers with "E" format. (it probably get there when copying position from another object) 1 Share this post Link to post Share on other sites
Houp 237 Posted November 22, 2018 Scientic format of numbers should not be problem in 0.11 Share this post Link to post Share on other sites