private void DoWarp() { _npc.Pause(); _npc.ServerPosition = _targetPoint; _npc.GetNavAgent.Warp(_targetPoint); _npc.stuckDuration = 0f; _npc.IsStuck = false; _npc.Resume(); }