on script load: if folder "plugins/test" doesn't exists: send "Nie odnaleziono folderu test!" to console send "Trwa tworzenie..." to console create folder "plugins/test" send "Pomyslnie utworzono folder test!" to console if file "plugins/test/config.yml" doesn't exists: send "Nie odnaleziono pliku config.yml w folderze test!" to console send "Trwa tworzenie..." to console create file "plugins/test/config.yml" send "Pomyslnie utworzono plik config.yml w folderze test!" to consoleSpróbuj tak:)