ctrl abc = this.GetComponent<ctrl>();
if (abc.sys00 == 1){
x = 99;
}

これでthisがだめなら、thisのgameobjectも取得して、それに交換。