Advertisement
Guest User

send

a guest
May 27th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local modem = peripheral.wrap("left")
  2.  
  3. while true do
  4.   term.clear()
  5.   term.setCursorPos(1,1)
  6.   message = read()
  7.   modem.transmit(5, 1, message)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement