Posts: 5
Threads: 3
Joined: May 2017
Reputation:
0
05-29-2017, 10:16 PM
I found Titanium by radar() and use goto() to this. But my bot are trying to go through cell on map. An one minute it tried to go through obstruction.
Or I radar() ant and goto() it. But bot are try to go on unreal road for wheels and failed...
Why goto() so stupid and what to do?
Posts: 667
Threads: 149
Joined: Oct 2012
Reputation:
25
Write your own goto(); version..?
It is known for a long time that current goto(); is stupid and buggy. It will be rewritten in the near future.
Posts: 157
Threads: 5
Joined: Mar 2013
Reputation:
60
goto() was somewhat poorly written and still requires a lot of improvements. It's not completely useless, but if you want to do something more advanced you may want to write your own version of goto(). Some people wrote their own versions at some point, you can ask for them.
"After three days without programming, life becomes meaningless."
~The Tao of Programming