public bool RequestChat(NPC npcToRequest)
 {
     return (npcToRequest.CanPassiveChat());
 }