//Stuff that must occur when boss dies private void OnDestroy() { if (Status == 1) { } else if (Status == 0) { GM.BossDefeated("FIRE"); } Camera.main.orthographicSize = CameraStart; }