Sammich Lord, on 12 February 2013 - 02:00 PM, said:
However, I gotta say, I can't wait for the cables they bring us. Hope they're just as useful as the bundled cables though...
There have been 109 items by KingMachine (Search limited from 10-February 22)
Posted by
KingMachine
on 12 February 2013 - 02:09 PM
in
Bugs
Sammich Lord, on 12 February 2013 - 02:00 PM, said:
Posted by
KingMachine
on 12 February 2013 - 01:32 PM
in
Bugs
Posted by
KingMachine
on 12 February 2013 - 01:22 PM
in
Bugs

Posted by
KingMachine
on 11 February 2013 - 01:42 AM
in
Tutorials
Posted by
KingMachine
on 09 February 2013 - 07:04 PM
in
Suggestions
Posted by
KingMachine
on 09 February 2013 - 06:44 AM
in
General
Posted by
KingMachine
on 09 February 2013 - 06:41 AM
in
Suggestions
Posted by
KingMachine
on 08 February 2013 - 07:49 AM
in
General
Posted by
KingMachine
on 02 February 2013 - 11:34 AM
in
Ask a Pro
Posted by
KingMachine
on 02 February 2013 - 11:33 AM
in
Ask a Pro
function check() if (turtle.compare(1)==false) and (turtle.compare(2)==false) and (turtle.compare(3)==false) and (turtle.compare(4)==false) then do turtle.dig() end end function checkDown() if (turtle.compareDown(1)==false) and (turtle.compareDown(2)==false) and (turtle.compareDown(3)==false) and (turtle.compareDown(4)==false) then do turtle.digDown() end end function checkUp() if (turtle.compareUp(1)==false) and (turtle.compareUp(2)==false) and (turtle.compareUp(3)==false) and (turtle.compareUp(4)==false) then do turtle.digUp() end end function gravel() while (turtle.compare(1)==true) do turtle.dig() end end function main() local i = 1 while i<=50 do turtle.dig() gravel() turtle.forward() checkUp() checkDown() turtle.turnLeft() check() turtle.turnRight() turtle.turnRight() check() turtle.turnLeft() i=i+1 end while i==51 do turtle.turnRight() turtle.turnRight() i=i+1 end while (i>=52) and (i<=101) do turtle.forward() i=i+1 end end main()
Posted by
KingMachine
on 02 February 2013 - 11:27 AM
in
Ask a Pro
Heliomance, on 02 February 2013 - 07:10 AM, said:
Posted by
KingMachine
on 02 February 2013 - 11:19 AM
in
Ask a Pro
Posted by
KingMachine
on 02 February 2013 - 11:16 AM
in
Ask a Pro
Posted by
KingMachine
on 02 February 2013 - 11:06 AM
in
General
Posted by
KingMachine
on 28 January 2013 - 03:15 AM
in
Programs
Posted by
KingMachine
on 08 August 2012 - 06:05 AM
in
Ask a Pro
Posted by
KingMachine
on 06 August 2012 - 02:37 AM
in
Turtle Programs
Posted by
KingMachine
on 04 August 2012 - 05:52 PM
in
APIs and Utilities
Posted by
KingMachine
on 04 August 2012 - 05:46 PM
in
Ask a Pro
Posted by
KingMachine
on 04 August 2012 - 05:36 PM
in
APIs and Utilities
Posted by
KingMachine
on 04 August 2012 - 03:54 AM
in
APIs and Utilities
Posted by
KingMachine
on 03 August 2012 - 04:11 PM
in
Ask a Pro
Posted by
KingMachine
on 02 August 2012 - 08:37 PM
in
Tutorials
Posted by
KingMachine
on 02 August 2012 - 04:06 PM
in
Ask a Pro
Posted by
KingMachine
on 01 August 2012 - 08:54 PM
in
Ask a Pro
