uepyon

send.lua

Feb 17th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local args = {...}
  2.  
  3. rednet.open("back")
  4. rednet.send(1, args[1])
  5.  
  6.  
Add Comment
Please, Sign In to add comment