Heavensrevenger 1 Posted December 21, 2023 I need to have the player rotate to another object but using this command: player setDir (player getDir _positionOrObject); only rotates horizontally, the only thing I've found that might work is https://community.bistudio.com/wiki/setVectorDirAndUp but i dont know how to get working values for it. Share this post Link to post Share on other sites
j0nes 194 Posted December 21, 2023 you're on the right track! BIS has a function to help with this https://community.bistudio.com/wiki/BIS_fnc_transformVectorDirAndUp 1 Share this post Link to post Share on other sites
Heavensrevenger 1 Posted December 21, 2023 Thank you! That did the trick. Share this post Link to post Share on other sites