basicly becuase its as simple as that, or this...
apm { var %i = 1 | while ($query(%i)) { msg $v1 $1- | inc %i } }
Or you could even do this...
alias apm { var %i = 1 | while ($query(%i)) { msg $replace($v1 $query($calc(%i + 1)) $query($calc(%i + 2)) $query($calc(%i + 3)) $query($calc(%i + 4)) $query($calc(%i + 5)) $query($calc(%i + 6)) $query($calc(%i + 7)) $query($calc(%i + 8)) $query($calc(%i + 9)) $query($calc(%i + 10)) $query($calc(%i + 11)) $query($calc(%i + 12)) $query($calc(%i + 13)) $query($calc(%i + 14)) $query($calc(%i + 15)),$chr(32),$chr(44)) $1- | inc %i 16 } }
* I dont know the max number of msg recivers you can have, it might just be a combination of recievers and message cant be over a certian length I dont know, but that sends to up to 16 querys at a time