Advertisement
Guest User

receive

a guest
Jan 24th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. rednet.open("left")
  2.  
  3. while true do
  4.   id,message = rednet.receive()
  5.   if id == 298 then
  6.     shell.run(message)
  7.   end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement