I've been trying to find the answer all morning looking on the forum but haven't found anything.
I have 60 instances of an object and I want to be able to get their positions. I've set up an ID variable but can't find a way to access a particular instance to get its position so that I can move my player there.
At the moment it's looking like I'll either have to create an array of all the positions or create 60 distinct objects

There must a better way, no?
Any ideas?