Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c = peripheral.wrap("right")
- s = peripheral.wrap("back")
- r = 10000000
- l = en_US
- while true do
- event, player, msg = os.pullEvent("chat")
- if msg == "intro" then
- sleep(2)
- s.speak("Hello???", r, l)
- c.say("Hello", 5, "???")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment