Yup, pretty much sums it up. Now if you know beyond a shadow of a doubt which index is what (either item or leveled list) then you could have a mixed list for the display items. You would have to break the process up with at least two if statements. One to handle normal items and one to handle the leveled items. Right now, I can't even think of that off the top of my head. An alternative process might be to use the 1 to 1 ratio form lists for normal items and do specific entries for the leveled items. Sorry i pressed tab and enter accidentally posted while wondering should i post this LOL. Anyway, If you can limit the amount of items being displayed: From that then you will execute the displaying with your existing script using the Display_Activators array.