Programs not paused when a bot is backing up after building. #641
Comments
|
Will be fixed soon |
|
I can confirm that this reports different values, but I cannot confirm that it's caused by build() exiting too early. The values are different because the function exits as soon as brakes are enabled, but breaking takes some time. It works like that for all the functions in the game that don't slow down gracefully to increase precision (for example move does this, but goto does not), so I wouldn't consider this as a bug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After building certain structures the bot is backing up a little. During that time it calculates variables and possibly executes some functions.
The folowing program will display two diferent messages while it should not:
The text was updated successfully, but these errors were encountered: