Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pwrap = peripheral.wrap("left")
- local tabinf = pwrap.getTanks("unknown") --also tried an actual direction, didnt work
- --print(tabinf[1]) debug nonesense ignore this
- for k,v in pairs(tabinf) do
- for x,y in pairs(v) do
- print(x..": "..y)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement