Get Character To Face Same Side Of Object

Hello, all, I’ve done research on how to get a character to face a player at all times, but for some reason, when I apply this logic to an object, it doesn’t work. For example, if a character needs to approach a computer, and I need s/he to MOVE TO and turn to face the console no matter where they are starting. I tried using arrows, but still no luck. Below is my code:

I could always instruct my NPC to walk to a specific location first, that will orientate them to execute the desired script correctly, but that’s cheating.