public void ResetScore() { Debug.Log("GM ResetScore"); if (networkedPScript == null) { SetNPS(); } networkedPScript.ResetScore(); }