public void SetHoldOn() { curVsl.controlState = 2; selectingTarget = true; curVsl.theLine.SetColors(Color.red, Color.red); if (checkBlizzyToolbar) { RCSla1Btn.TexturePath = "Diazo/RCSLandAid/iconRed"; RCSLandingAidWindow RCSwin = new RCSLandingAidWindow(); RCSla1Btn.Drawable = RCSwin; } else { LAButton.SetTexture(btnRed); showLAMenu = true; } }