It states that Arrays cannot be variable, but, since for Papyrus Script these are distinct from Properties...this means that Arrays could be Properties?
I clearly remember to have used Array variables in VBA when I wanted to use such matrixes to "load" a lot of data...and usually when at least one dimension wasn't preset.
In this case the idea was much simpler:
I wanted to be able to define the number of items ("x") into a Miscellaneous Items Array from the Spell to which I attached the script and to have x number of items showing up into the Properties list for the spell, which would allow me to make a more universal script for my purpose...
...for example...
...let's say that I created the "iSlots" integer property and then created the "arrContent" Miscellaneous Items array.
...would I be able to set "iSlots" from the attached spell (as any property) and have arrContent[0], arrContent[1], etc...arrContent[x]...show up into the Property list of the linked spell??
...anyone of you guys thinks this is possible?
Thanks,
Jashkar

