kriNon

Untitled

Dec 29th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. local totalStore = 0
  2. local percent = 0
  3. local mfsu
  4.  
  5.  
  6. os.startTimer(1)
  7.  
  8. while true do
  9. -- Analogue redstone output
  10. redstone.setAnalogOutput("right", (math.ceil(peripheral.call("back", getEUStored()) / 10000000) * 15))
  11.  
  12. os.pullEvent("timer")
  13. os.startTimer(1)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment