Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- chat = peripheral.wrap("bottom")
- print("Type a message..")
- readd = read()
- message = os.getComputerLabel .. " said: "..readd
- if rss ~= true then
- chat.send("smartHelmet",message)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement