Nordin 0 Posted July 20, 2010 I am looking for a way to get the direction between the player and an object. Like BIS targeting system "5 o'clock" and so on.... Share this post Link to post Share on other sites
kylania 568 Posted July 20, 2010 Place Functions module, then: _dir = [player, object] call BIS_fnc_relativeDirTo; Share this post Link to post Share on other sites