This should be straightforward, but I'm afraid I'm at a loss.
Is there a way to check which direction a stationary (or moving) character is facing?
Just check the .Loop:
if (player.Loop == 2) Display("The player is facing right.");
Shoot, thanks again!