Damaged

Pnumaticraft Controller

Jul 6th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. redstone.setOutput("right", false)
  2. while true do
  3.    if redstone.getAnalogInput("left") < 8.5 then
  4.       redstone.setOutput("right", true)
  5.       sleep(.4)
  6.       redstone.setOutput("right", false)
  7.       sleep(84)
  8.    end
  9.    sleep(1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment