You could play a music file, as an example.
var music = new File("/E/Music/Country/Sundown.mp3");
if(music.exists) music.execute();You could play a music file, as an example.
var music = new File("/E/Music/Country/Sundown.mp3");
if(music.exists) music.execute();