Guest User

Sidorkin Enterprises

a guest
Apr 18th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. print "Sidorkin Enterprises"
  2. write "Enter username: "
  3. u = read()
  4. sleep(1)
  5. shell.run("clear")
  6. print "Waiting for participent to start.."
  7. for i = 0, 100 do
  8. rednet.open("right")
  9. rednet.broadcast(".")
  10. rednet.broadcast(".")
  11. id, name = rednet.receive()
  12. print(name)
  13. id, message= rednet.receive()
  14. print(message)
  15. write ""
  16. msg = read()
  17. rednet.broadcast(u..":")
  18. rednet.broadcast(msg)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment