//stay void OnTriggerEnter(Collider other) { if (other.gameObject.tag == "Player") { info.setAreaCode(myArea); header.setAreaCode(myArea); } }