private bool onStartQuest(QuestEvents.StartQuest evt)
 {
     adjustForQuest(isQuestActive: true);
     return(false);
 }