Prior to the August 22 update, SetHeading would allow setting the heading of the character via a custom script command. This no longer works in 1.26.158670 and calling SetHeading will not affect the character heading at all.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- Modding
Steps To Reproduce
Running a custom HumanCommandScript, call SetHeading in PreAnimUpdate. The character will keep its current heading. Using SetOrientation on the chracater works, but lacks the smooth interpolation that SetHeading would provide.