@title xintervall @param a Anzahl [Bilder] @default a 2000 @param b Interval (Min) @default b 0 @param c Intervall [s] @default c 2 @param d Startverzögerung [s] @default d 5 s=d*1000 t=b*60000+c*1000 do click "display" U=get_display_mode until (U=2 or U=3) print "Shoot 1 of", a shoot for n=2 to a sleep t print "Shoot", n, "of", a x=get_raw_count if x<1 then goto "end" shoot next n :end do click "display" U=get_display_mode until U=T end