void OnTriggerExit(Collider coll) { if (coll == GameObject.FindGameObjectWithTag("Player").collider) { actualList.Exit(instructNum); } }