I have an unknown number of items that I would like to push into a RefAlias, both to dynamically rename the item(s) and to dynamically apply a script to them. When I do this currently via forceIntoRef(), the most recently ref'd object gets "pushed out", and loses its RefAlias ability.
I looked into ReferenceAlias [ ] Preprty Foo Auto, but I think that would just give me an array of the same Ref, right? or would it?
Anybody done something like this?