public void DetectEntry()
 {
     // 1) UI prompt "Talk to Old Man"
     NPCEvents.PromptNPCInteraction();
     PlayerInteraction.canInteractWithNPC = true;
     // 2) Show Quest Panel
 }