Advertisement
Leo_Verto

jabsHdcV with pullEvent

Feb 16th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.   event, p1 = os.getPullEvent("redstone")
  3.   if p1 = "right" then
  4.     if !rs.getInput("bottom") then
  5.       rs.setOutput("bottom", true)
  6.     else
  7.       rs.setOutput("bottom", false)
  8.     end
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement