Advertisement
rhn

energystored

rhn
May 24th, 2014
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. bat = peripheral.wrap("bottom")
  2.  
  3.   local amount = bat.getEnergyStored()
  4.   print(amount)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement