How to detect if a sprite is facing towards another sprite?

I want to know if one sprite is facing in the direction of another sprite. There is no predicate version of the (point towards _____) block, so how could I detect it?

This should help

Depending on why you want this, you may decide you want to know if this sprite is pointing roughly toward the other one, i.e.,
untitled script pic (7)

Thanks so much!