Example #1
0
        public void RemovePlayerFromQuest(Quest q, BasePlayer player, bool QuestCompleted = false)
        {
            QuestInfo qI = QuestINFO(player);

            qI.RemoveQuest(q);
            Notification(player, "You have been removed from the quest!");
            SaveQuests();
        }