Advertisement
lorenzo530

DMiner

Jun 28th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. p = peripheral.wrap("left")
  2. rednet.open("top")
  3.  
  4. while true do
  5.  
  6. local id,commande = rednet.receive()
  7.  
  8. if commande == "start" then
  9. p.start()
  10. print("oklm")
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement