bigrice1018

test

Apr 3rd, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. c = peripheral.wrap("right")
  2. s = peripheral.wrap("back")
  3. r = 10000000
  4. l = en_US
  5.  
  6. while true do
  7.   event, player, msg = os.pullEvent("chat")
  8.   if msg == "intro" then
  9.     sleep(2)
  10.     s.speak("Hello???", r, l)
  11.     c.say("Hello", 5, "???")
  12.   end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment