03-29-2017, 03:18 PM
Hello everyone. I trying search answer in google and this forum but can't find anything.
In challenges and exercises i can use this code for moving to target.
object item = radar(SomeObject);
goto(item.position);
But in 3 mission, when i try use this code for go to BlackBox, i have error - Goto: destination occupied;
What could be the problem?
In challenges and exercises i can use this code for moving to target.
object item = radar(SomeObject);
goto(item.position);
But in 3 mission, when i try use this code for go to BlackBox, i have error - Goto: destination occupied;
What could be the problem?