Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function listen()
- local event,player, message = os.pullEvent("chat")
- if message == "computer" then
- p = peripheral.wrap("right")
- p.say("Hey hdt80bro")
- sleep(1)
- end
- end
- listen()
- shell.run("listen")
Advertisement
Add Comment
Please, Sign In to add comment