NielsUtrecht

Untitled

Sep 7th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local mod = peripheral.wrap("back")
  2. local t = mod.getNamesRemote()
  3. for k,v in pairs(t) do
  4. print(tostring(k).. ": "..tostring(v))
  5. end
Advertisement
Add Comment
Please, Sign In to add comment