(10-13-2015, 11:21 PM)The Mug Wrote: CharMover_TurnToEntity() seems to be capable of making a character face an entity. It might be possible to trick the game into thinking your entity is character. I dont know if this function requires any additional helper files, as I have never used it before.
Looking through the hpc_api, it does seem like there might be a couple ways to trick the
CharMover_TurnToEntity function (or perhaps more useful to this particular application, the
CharMover_TurnInstantlyToEntity function) into using non-character entities, but this does seem like an odd absence for the API to have. I'll have to give it a test when I get a second at some point.