edoreld

Untitled

Jun 7th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 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. function cl()
  6. term.clear()
  7. term.setCursorPos(1,1)
  8. end
  9.  
  10. cl()
  11. print(textutils.serialize(c.provideCell()))
  12. read()
  13.  
  14. local table = c.provideCell()
  15.  
  16. cl()
  17. print("Free Bytes: "..table["freeBytes"])
  18. read()
Advertisement
Add Comment
Please, Sign In to add comment