Advertisement
xbsktball10x

farm control

May 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true do
  2. rednet.open("back")
  3. write("What do you want to do? ")
  4. local input = read()
  5.  
  6. rednet.broadcast(input)
  7.  
  8. term.clear()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement