Code:
[color:green]; do not touch[/color]
var %t = 1, %d = 0
[color:green]; modify these[/color]
%delay = [color:blue]2[/color], %radios = [color:Red]id1,id2,id3,id4,etc[/color]
while ($gettok(%radios, %t, 44) != $null) {
  .timer 1 %d /did -c $dname $ifmatch
  /inc %t
  /inc %d %delay
}


EDIT: made the while "!= $null" so for whatever reason if they use id 0 as an id, it will work.


-KingTomato