Guest User

bm

a guest
Apr 29th, 2015
898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local monitor = peripheral.wrap("top")
  2. local altar = peripheral.wrap("back")
  3. local tank = altar.getTankInfo()
  4. local lp = tank[1]['contents']['amount']
  5. print (lp)
Advertisement
Add Comment
Please, Sign In to add comment