Advertisement
Guest User

test2

a guest
Dec 21st, 2013
1,086
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. pwrap = peripheral.wrap("left")
  2. local tabinf = pwrap.getTanks("unknown") --also tried an actual direction, didnt work
  3. --print(tabinf[1]) debug nonesense ignore this
  4. for k,v in pairs(tabinf) do
  5.   for x,y in pairs(v) do
  6.     print(x..": "..y)
  7.   end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement