Advertisement
Guest User

startup

a guest
Sep 2nd, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. p = peripheral.wrap("left")
  2. rednet.open("right")
  3.  
  4. while true do
  5.  
  6.   en = p.getEnergyStored("south")
  7.   rednet.send(4,en.."     ")
  8.  
  9.   sleep(0.1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement