prob with that script is, %xx can change, like there might only b 2 %thinga's (so %thinga1 and %thinga2) or there might be 25...so i dont really think i can set the %xx value to a number
would something like this work
var %xx
while $(%thinga $+ %xx,2) { inc %xx }
thensortof move to the new loop by the other while so
var %x 1
while ($(%thinga $+ %x,2) && (%x <= %xx ) { if ($nick isin $(%thinga $+ %x,2)) { commands here | inc %x }
else { inc %x }
:S or osmething like that lol