Guest User

Untitled

a guest
Jul 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. -- This requires to be used with
  2. -- the pastebin 4sRRQWA4
  3. write("What is your name?")
  4. name = read()
  5. shell.run("clear")
  6. print("Welcome back!")
  7. rednet.open("right")
  8. while true do
  9.  
  10. write(">")
  11. message = read()
  12. send = name .. ": " ..  message
  13. rednet.broadcast(send)
  14.  
  15. end
Add Comment
Please, Sign In to add comment