Of course I did

Well, the problem's that if I have classes and I do something like Object1 = Object2, it does not copy the values but link both objects...

Anyway, that's not the point. So is there a way to make pointers to types? I need to do this because I want to have objects in the object type, for example an inventory.

As you can see in my first post, first code lines, I have an array of objects in the type I'm declaring there... And that doesn't work (You can say I need linked lists)