I have an object I an clicking by doing
obstacle = objects.closest(27985);
obstacle.interact("Climb");
However, this object is directly next to another object and it often misclicks the wrong obstacle. How can I stop from misclicking the wrong object? I have tried to have the code stop and stand still before trying to interact with the object, but it still can misclick. Any snippets to help?