Advertisement
Guest User

buttons

a guest
Dec 17th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. os.loadAPI("button")
  2. local mon = peripheral.wrap("top")
  3. mon.clear()
  4.  
  5. function button1()
  6.   button.toggleButton("Farm Control")
  7.   print("Farm Toggled")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement