I’m trying to position sprites over members of a family when I overlap them.
I’m not at my pc but basically my code is:
If overlapping NPC
And Press space
position Sprites to NPC.X, NPC.Y
NPC being my Family. I’ve put several NPC family members on the screen but it doesn’t matter which one I’m overlapping and interacting with, the Sprites always position over the first member in the family. I’m probably overlooking something really simple but I can’t figure it out.