Guest User

Untitled

a guest
Dec 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. rednet.open("right")
  2. while true do
  3. print("Waiting for program")
  4. local sender, message, distance = rednet.receive()
  5. msg = textutils.unserialize(message)
  6. shell.run(unpack(msg))
  7. end
Add Comment
Please, Sign In to add comment