Advertisement
yutaponabe

てすと324723987432

Feb 27th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -- ##############################
  2. -- msg_sender test1
  3.  
  4. rednet.open("right")
  5.  
  6. while true do
  7. local args = {...}
  8. local message = args[1]
  9. local receiver_id = tonumber(args[2])
  10.  
  11. rednet.send(receiver_id, message)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement