Advertisement
rungholt

clienttest

Aug 7th, 2023 (edited)
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. local args = { ... }
  2. local id = tonumber(args[1])
  3. local message = (args[2])
  4. local protocol = (args[3])
  5. rednet.send(id, message, protocol)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement