If you want an item array I think you can do it like this
setarray .items[0],20000,20001,20002,20003,20004,20005;
getitem .items[rand(0, getarraysize(.items))], 1;
------
Is this possible? I mean I know it's like this in other languages but can we write it like this in athena? o.o
I used to write it like this
set .npc$,""+strnpcinfo(1)+"";
set .min_id,7179;
set .max_id,7227;