public bool QuestActiveUncompleted(int questId) { return (this.HasQuest(questId) && !this.QuestCompleted(questId)); }