Posted 07 March 2015 - 11:57 PM
Ok, I've written a small program, but the following part is not working. The Turtle does not change the selected slot.
Can someone please explain why this is not working?
if not turtle.getSelectedSlot() == 16 then
turtle.select(turtle.getSelectedSlot() + 1)
end
Can someone please explain why this is not working?