Can I just run through each line of your program? As this is really confusing me.
dropItems = 1,6 - I'm not sure what you are declaring here, if you are trying to make dropItems a table then you need to add {} around it. Or is this a typo of 16?
i = dropItems - this line isn't needed at all...