I am struggling to understand how to, or to find an answer to, reference a Core Object from a script when the Object does not exist yet.
Example:
I want to spawn in some Core Objects and add those Core Objects to a list then I want to cycle through those Core Objects in that list and preform manipulations to those objects.
I felt like it would have something to do with Tables but I am struggling to find documentation on Tables and how to add Core Objects to a table in script.
If anyone knows where I can look to learn about how to do this, or guide me in the right direction to finding the answers, I would be grateful.