Advertisement
Guest User

scan

a guest
Dec 22nd, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. a = peripheral.wrap("back")
  2. m = peripheral.wrap("left")
  3.  
  4. function scan()
  5.   p = a.getAspects()
  6.   m.transmit(1, 1, p[1])
  7. end
  8.  
  9. scan()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement