Facebook
From Botched Zebra, 8 Years ago, written in Plain Text.
This paste is a reply to Untitled from Anorexic Marmoset - view diff
Embed
Download Paste or View Raw
Hits: 449
  1. init start
  2.         local Ghazbaran = {"Try"}
  3.                 local Ferumbras = {"asd"}
  4.                 local Ghazaroth = {"door"}
  5. init end
  6.  
  7. auto(100)
  8. foreach newmessage m do
  9.         if(m.type == MSG_RAID or m.type == MSG_STATUS) then
  10.                 for k, v in ipairs(Ghazbaran) do
  11.                         if(m.content:find(v)) then do
  12.                                         printerror('Ghazbaran')
  13.                                         wait(1000)
  14. end
  15. else
  16.  
  17. auto(100)
  18. foreach newmessage m do
  19.         if(m.type == MSG_RAID or m.type == MSG_STATUS) then
  20.                 for k, v in ipairs(Ferumbras) do
  21.                         if(m.content:find(v)) then do
  22.                                         printerror('Ferumbras')
  23.                                         wait(1000)
  24. end
  25. else
  26. auto(100)
  27. foreach newmessage m do
  28.         if(m.type == MSG_RAID or m.type == MSG_STATUS) then
  29.                 for k, v in ipairs(Ghazaroth) do
  30.                         if(m.content:find(v)) then do
  31.                                         printerror('Ghazaroth')
  32.                                         wait(1000)
  33. end
  34. end
  35. end
  36. end  
  37. end  
  38. end
  39. end
  40. end
  41. end
  42. end
  43. end
  44. end
  45. end