Advertisement
joeyahines

Untitled

Jun 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. rednet.open("right")
  2.  
  3. while true do
  4. if (redstone.getInput("right")) then
  5. rednet.broadcast(true, "launch")
  6. else
  7. rednet.broadcast(false, "launch")
  8. end
  9.  
  10. os.sleep(1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement