Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("button")
- m=peripheral.wrap("left")
- rednet.open("back")
- m.clear()
- function drawHeading()
- button.heading("--------- BaseControl v0.1 ---------")
- end
- function drawButtons()
- button.setTable("on",sheepon,10,25,3,6)
- button.screen()
- end
- function drawText()
- button.label(69,12,"by; dodedodo33")
- end
- drawHeading()
- drawText()
- drawButtons()
Advertisement
Add Comment
Please, Sign In to add comment