DrFair

elevatorbutton

Jan 20th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. while true do
  4. if redstone.getInput("right") then
  5. rednet.broadcast("elevatoractivate")
  6. os.sleep(1)
  7. end
  8. os.sleep(0.2)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment