Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Testing to see if the computers are connected in the first place
- modem = peripheral.find("modem") or error("no modem attached", 0)
- modem.transmit(6, 6,"lol")
- --Primary loop watching the reactor
- local reactor = peripheral.find("redstone_relay")
- while true do
- if reactor.getAnalogInput("back") > 5 then
- print("fuck")
- modem.transmit(6, 6,"fuck")
- end
- sleep(0.05)
- end
Add Comment
Please, Sign In to add comment