xavierlebel

TRACK_T1

Aug 17th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. while true do
  4.  
  5. os.pullEvent("redstone")
  6.  
  7. if rs.getInput("left") then
  8. rednet.broadcast("L1")
  9. sleep(10)
  10. os.reboot()
  11. end
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment