Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("left")
- while true do
- id, message = rednet.receive()
- if (message == "Initiate Farming")
- then
- shell.run("fullFarm")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement