edoreld

Untitled

Jun 7th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local bridge = peripheral.wrap("left)")
  2. local net = peripheral.wrap("back")
  3. local c = peripheral.wrap("me_controller_0")
  4.  
  5. -- print(textutils.serialize(c.provideCell()))
  6.  
  7. local table = c.provideCells()
  8.  
  9. print(table["freebytes"])
Advertisement
Add Comment
Please, Sign In to add comment