public void CmdResetColor()
 {
     if (networkedPScript == null)
     {
         SetNPS();
     }
     networkedPScript.CmdSetColor();
 }