Advertisement
Guest User

Test

a guest
Mar 3rd, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. os.loadAPI("button")
  2. rednet.open("bottom")
  3. mon = peripheral.wrap("top")
  4. local data ={}
  5. mon.clear()
  6.  
  7. function drainTank
  8.   button.toggleButton("DrainTank")
  9.   redstone.setBundledOutput("right", 1)
  10.   sleep(5)
  11.   redstone.setBundledOutput("right", 0)
  12.   button.toggleButton("Drain Tank")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement