jamesscape2

Untitled

Jan 29th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local trueSlot
  2.  
  3. function SLOT()
  4. trueSlot = slot - 16
  5. end
  6.  
  7. rednet.open("left")
  8.  
  9. local senderIDI, slot = rednet.receive()
  10. sleep(0.2)
  11. local senderIDA, amount = rednet.receive()
  12.  
  13.  
  14.  
  15. sleep(1)
  16. SLOT()
  17. --print(senderIDI)
  18. print(trueSlot)
  19. --print(senderIDA)
  20. print(amount)
  21.  
  22. sleep(10)
  23.  
  24. rednet.close("left")
  25.  
  26. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment