Advertisement
ecco7777

CC Nickname

Sep 28th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. c=peripheral.wrap("right")
  2. while true do
  3. event,player,message=os.pullEvent("chat")
  4. if player=="OwnedByDome" then
  5. c.say("CyberD1: "..message)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement