Guest User

startup

a guest
Sep 19th, 2013
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. while true do
  3.  
  4. e,player,message = os.pullEvent("chat")
  5.  
  6.  
  7. print(player,": " , message)
  8.  
  9. --print(player)
  10. --print(message)
  11.  
  12.  
  13.  
  14.  
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment