Also, what I mean to do with this is make the %col player rotate to face me. So setTransform(vectorAdd(%posA,%RelPos));
I have coded to move the player to where I am just shifted a bit left or right based on the relative position. What I want it to do is shift the player and face them toward me. i.e. if I setTransform them infront of me, rotate them to face the opposite direction I am.