Advertisement
Scarjit

Client Startup Glasses

Feb 16th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. m = peripheral.wrap("top")
  2. rednet.open("top")
  3. mfsu0 = peripheral.wrap('mfsu_0')
  4. while true do
  5. -- MFSU_0
  6. amount = mfsu0.getEUStored()
  7. rednet.broadcast(amount.."xmfsu_0")
  8. write(amount)
  9. -- MFSU_2
  10. amount = mfsu2.getEUStored()
  11. rednet.broadcast(amount.."xmfsu_2")
  12. write(amount)
  13. -- Other Funktions
  14. os.sleep(10)
  15. term.clear()
  16. term.setCursorPos(1,1)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement