void OnTriggerExit2D(Collider2D other) { theHM.HideDialogue(); Destroy(gameObject); }
void OnTriggerExit2D(Collider2D other) { theHM.HideDialogue(); }