Advertisement
NAPTlME

NatureTurtles

Sep 2nd, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. --NatureTurtles
  2. --NAPTlME
  3.  
  4. while true do
  5.   if rs.getInput('back', true) then
  6.     x = math.random(2,10)
  7.     sleep(x)
  8.     turtle.placeDown()
  9.   else
  10.     sleep(1)
  11.   end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement