Hey Everyone,
Can someone advise me of how I can get the x/y position of an object that is contained within a family.
I am currently using the pick nearest event to select the closest family member to the player character and then setting a variable with the UID of that object, which works fine.
I then want to get the x/y position of that object using the UID, something like:
variableX =enemy(UID).X
variableY =enemy(UID).Y
Any help with this will be appreciated.
Cheers.