solidity

Untitled

May 26th, 2013
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("top",true)
  3. sleep(0.5)
  4. redstone.setOutput("top",false)
  5. sleep(0.5)
  6. turtle.suck()
  7. sleep(0.5)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment