Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. while true do
  2.  
  3.     if rs.getInput("front")==true then
  4.         print("Going Up")
  5.         turtle.up()
  6.         turtle.up()
  7.         redstone.setOutput("front", true)
  8.         turtle.down()
  9.         turtle.down()
  10.         rs.setOutput("front", false)
  11.     end
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement