Jump to content




1.3 Sneak Peek


4 replies to this topic

#1 rockymc

  • Members
  • 103 posts

Posted 04 February 2012 - 09:36 PM

I've just found out an new feature in TurtleOS 1.3:

-- Dig down untill we can dig down no further
local depth = 0
local collected = 0
print( "Descending..." )
local function addDepth()
depth = depth + 1
if math.fmod( depth, 10 ) == 0 then
  print( "Descended "..depth.." meters.")
end
end
local reseal = false
if turtle.digDown() then
reseal = true
end
while true do
if turtle.down() then
  addDepth()
else
  if turtle.digDown() then
   collected = collected + 1
  end
  if turtle.down() then
   addDepth()
  else
   break
  end
end
end
print( "Returning to surface..." )

The program is called "well".

Posted Image

#2 Casper7526

    OG of CC

  • Members
  • 362 posts

Posted 04 February 2012 - 09:45 PM

That program doesn't exist anymore ;)/> there's a better one now ;)/>

#3 usernametook

  • New Members
  • 5 posts
  • LocationNY, USA

Posted 16 February 2012 - 08:20 AM

WHAA!? Whered you get the TurtleOS 1.3 i waaaannnttt iiitttt!

#4 FuzzyPurp

    Part-Time Ninja

  • Members
  • 510 posts
  • LocationHarlem, NY

Posted 16 February 2012 - 09:09 AM

 usernametook, on 16 February 2012 - 08:20 AM, said:

WHAA!? Whered you get the TurtleOS 1.3 i waaaannnttt iiitttt!

Being from the same state as me, please don't kick & scream like that. :D/>

#5 rockymc

  • Members
  • 103 posts

Posted 16 February 2012 - 03:40 PM

It is dan's pic.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users