Parlocameon

Chat Sender

Dec 5th, 2015 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.open("top")
  2. while true do
  3. write("Enter Message: ")
  4. message = read()
  5. rednet.send(1, message)
  6. term.setCursorPos(1,1)
  7. term.clear()
  8. end
Add Comment
Please, Sign In to add comment