Advertisement
Guest User

pwr

a guest
Sep 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. while (true) do
  2.   os.pullEvent("redstone")
  3.     if rs.getAnalogInput("right") <7 then
  4.       rs.setOutput("bottom",true)
  5.         end
  6.     if rs.getAnalogInput("left") >14 then
  7.       rs.setOutput("bottom",false)
  8.         end
  9.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement