Hello! I usually find answers to all my questions in these forums, but this one has eluded me.
I feel like this should be a super easy one.
So, as we all know, retrieving the X Position of an object looks like: "OBJECT" ).
In my case, I don't know the name of the object, but I DO have it stored in an alterable string called OBJECTNAME inside another OBJECT, so I put: OBJECTNAME ("OBJECT"))
This returns a syntax error.
What am I doing wrong? Is it not possible to do this?