SummitSummit

awaitCommand - turtle

Apr 3rd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. print("Waiting...")
  2. rednet.open("right")
  3. while true do
  4. senderID, message, distance = rednet.receive()
  5. print(message)
  6. shell.run(message)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment