Spatzenhirn123

Z Startup

Jan 5th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3.         senderID, message, distance = rednet.receive()
  4.         print(message)
  5.         shell.run("mine", message)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment