LewdLamb

Untitled

Jan 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. chat = peripheral.wrap("bottom")
  2. monitor = peripheral.wrap("top")
  3. glass = peripheral.wrap("left")
  4. event,side,player,id,command=os.pullEvent("glasses_chat_command")
  5. while true do
  6. chatbox.say(""...event..."///"...side..."///"...id..."///"...command..."")
  7. end
  8. end
Add Comment
Please, Sign In to add comment