document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. addEventHandler ("onPlayerChat",getRootElement(),
  2. function(message,type)
  3. if string.find(string.lower(message), "* Podminka, pokud se tento text vypise") or (string.find(string.lower(message), "Cau") or string.find(string.lower(message), "Nazdar")) or not (string.find(string.lower(message), "Nesplnit!")) then
  4. outputChatBox("*Podminka splnena !")
  5. else
  6. outputChatBox("*Podminka nesplnena !")
  7. end
  8. end
  9. )
');