Advertisement
RemiCraft

Ping

Jun 28th, 2021 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local modem = peripheral.wrap("back")
  2. print("Enter Channel:")
  3. local channel = tonumber(read())
  4. local message = read()
  5. modem.transmit(channel, channel, message)
  6. print("Sent " ..message.. " on channel " ..channel)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement