Advertisement
Guest User

send

a guest
Feb 18th, 2014
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. rednet.open("back")
  2. while true do
  3. write("Positioned? Write yes if you are: ")
  4. answer = read()
  5.  -- if answer:lower == "yes" then
  6.      if answer == "Yes" or answer == "yes" then
  7.     rednet.send(24 , "order")
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement