Advertisement
ecco7777

gib mir recht

Apr 12th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. c=peripheral.wrap("right")
  2. while true do
  3. event,player,message=os.pullEvent("chat")
  4. if string.find(string.lower(message),"hab ich recht") then
  5. c.say("Du hast recht!")
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement