Advertisement
Guest User

energy

a guest
Aug 22nd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. ---Choisir votre position
  2. --mfsu = peripheral.wrap("bottom")
  3. --mfsu = peripheral.wrap("up")
  4. --mfsu = peripheral.wrap("left")
  5. mfsu = peripheral.wrap("right")
  6.  
  7. while true do
  8. local mfsuenergy = mfsu.getEUStored()
  9. print("Niveaux de charge de Energy")
  10. print(mfsuenergy)
  11. print("sur")
  12. print("40000000")
  13. sleep(0.1)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement