i have a function to refuel
and i have
turtle.select(15) turtle.placeUp() turtle.select(14) turtle.takeUp(5) turtle.select(15) turtle.digUp() end
but it dosent work any ideas?
Posted 09 October 2012 - 01:03 PM
turtle.select(15) turtle.placeUp() turtle.select(14) turtle.takeUp(5) turtle.select(15) turtle.digUp() end
Posted 09 October 2012 - 01:09 PM
Posted 09 October 2012 - 01:10 PM
Posted 09 October 2012 - 01:10 PM
Posted 09 October 2012 - 01:28 PM
Posted 09 October 2012 - 01:36 PM
Posted 09 October 2012 - 01:43 PM
if x <5 then goto "refuel" ::refuel:: turtle.refuel() goto "run" ::run:: code heresends a error on the ::run::
Posted 09 October 2012 - 02:05 PM
if x < 5 then turtle.refuel() end --code here
Posted 09 October 2012 - 02:19 PM
Posted 09 October 2012 - 02:21 PM
x = 64 if x <5 then getfuel() refuel() tunnel() end else if x >5 getfuel() refuel() down() empty() end endbut i need it to loop forever?
Posted 09 October 2012 - 02:59 PM
Orwell, on 09 October 2012 - 01:28 PM, said:
0 members, 2 guests, 0 anonymous users