Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local c = peripheral.wrap("left")
- c.say("Running.")
- while true do
- local event, playerName, message = os.pullEvent("chat_message")
- print(string.format("Received \"%s\" from %s.", message, playerName))
- c.say(message)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement