zurbo

cc_seaux

Dec 23rd, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. turtle.select(1)
  2. while 1 do
  3.     turtle.suck()
  4.     turtle.turnLeft()
  5.     turtle.drop()
  6.     turtle.turnRight()
  7.     sleep(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment