// Use this for initialization void Start() { allowerMovement = PositionsFather.GetComponent <AllowerMovement>(); playerPersecutor = GetComponent <PlayerPersecutor>(); patrolingEnemy = GetComponent <PatrolingEnemy>(); patrolliArea = PositionsFather.GetComponent <PatrollingArea>(); }