I just want to see if I’m on the right track here.
GetComponent<Mover>().Stop();
So this references the Mover.cs script and calls the method from it?
Would it be possible to code navMeshAgent.isStopped = true; directly into Fighter? The reason why we are not doing that is so as not to have circular dependencies right?