Guest User

send.lua

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