Jump to content

Recommended Posts

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 by Shadow72

Share this post


Link to post
Share on other sites

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
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

Hi, sorry to hear that. Bug on our side but there is simple workaround.

err.PNG

er.PNG

Just now do not use numbers with "E" format. (it probably get there when copying position from another object)

  • Thanks 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×