Advertisement
jdroid91

farmListen

Oct 9th, 2023 (edited)
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. while true do
  4.     id, message = rednet.receive()
  5.    
  6.     if (message == "Initiate Farming")
  7.     then
  8.         shell.run("fullFarm")
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement