I have a robot with a water bucket in the tool slot and I want to place water under thr robot. Under the robot there is space to place water.
I tryed robot.use(sides.down) robot.useDown() robot.swing(sides.down) robot.swingDwon() robot.place() ... but nothing happends, the function returns false every time and I don't know why.
What am I doing wrong?
Thanks