Advertisement
Guest User

startup

a guest
Feb 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2.   local modem = peripheral.wrap("left") -- Wraps the modem on the right side.
  3.   local message = io.read()
  4.   modem.transmit(3, 1, message)
  5.   sleep(0.1)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement