function refuel(count) turtle.select(1) turtle.refuel(count) end
And then to call it
refuel(1)
Thanks
Posted 06 October 2012 - 01:44 AM
function refuel(count) turtle.select(1) turtle.refuel(count) end
refuel(1)
0 members, 1 guests, 0 anonymous users