Posted 06 October 2012 - 02:44 AM
Im trying to make a refuel function and was wondering if this will work.
And then to call it
Thanks
function refuel(count)
turtle.select(1)
turtle.refuel(count)
end
And then to call it
refuel(1)
Thanks