Version 0.45
Added "thoughts"
All buttons on form works now
Improved AI: now bots should never be in water or far from building.
Sharing experience:
In previous version, in case of interruption, bot turned at related random angle. Sometimes some sh*t happened and rotation function called twice or more times. So, but turns left, then once more time left, then - right. In worst case, he continued running from building.
Now i understood, that i need to give bot not related, but absolute angle. Now it is working in such way:
before:
TurnAtAngle(Rnd(80, 110) * randomInt)
now:
T