 let img = GetCurrentScriptDirectory~"img\ExRumia.png";
 let startWait = 60;

 function wait(w) {
  loop(w) { yield; }
 }