DumperJumper

Untitled

May 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local net = peripheral.wrap("back")
  2. local DSU = {}
  3.  
  4. for i=0, 3, 1 do
  5. msg = net.remoteCall("deep_storage_unit_"..i, "getInventorName")
  6. print(msg)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment