Advertisement
Guest User

Untitled

a guest
May 30th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. chat = peripheral.wrap("bottom")
  2.  
  3. while true do
  4. e,player,message = os.pullEvent("chat")
  5.  
  6. print(player..": "..message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement