Hello all, hope your day is going great.
I am wondering if it is possible to get the coordinates inside of a position.
For example, you have
Position pos = new Position (x,y,z);
Now I do
pos.hover(bot);
This will hover randomly within the position. I was wondering if there is a way to hover a specific point or range within the position.
Thanks for your help