So you're saying that an array the size of Array[10000] is possible? I believe that many years ago when I attempted something like that it was limited to much less than that.
Also, in my Dawn of Minora script I bypassed the size limit of the integers by wrapping into a new integer for place values by using the simple math function add(a,b) to have numbers writable up to trillions of place value.. I am sure a bypass like that would work for something like saving combo data also..

I have a question though about how many arrays are currently allowed in the first place.. I'm certain that 5-6 years ago it was limited to a lot less than I got away with this time, as ZQ would tell me that I ran out of integers pretty quickly, like around 100 variables or something, whereas this time I wrote several hundred and it works perfectly.