Advertisement
Guest User

Untitled

a guest
Dec 11th, 2020
778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. local x = peripheral.wrap("right")
  2. local tableInfo = x.getEnergy("unknown")
  3. local y = x
  4.  
  5. while y do
  6.  
  7. print(tableInfo)
  8.  
  9. sleep()
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement