So ye just wanted forceangle in legendware why not post it here
just make an bool and an int for the value and the checkbox
Code:
if (g_cfg.misc.forceangle)
{
animstate->m_flGoalFeetYaw = math::normalize_yaw(animstate->m_flGoalFeetYaw + g_cfg.misc.forceanglevalue);
}