Advertisement
Captain_Admiral

GateMap

May 1st, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. gate = peripheral.wrap("right")
  2. gateMap = gate.get()
  3.  
  4. for i,j in pairs(gateMap) do
  5. print(i.." ".. tostring(j))
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement