Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. nir = peripheral.wrap("back")
  2.  
  3. a,b,c,info = nir.get(0)
  4.  
  5.  
  6. for system, status in pairs(info) do
  7. status = tostring(status)
  8. print("System: "..system.." Status: "..status)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement