August 7, 20169 yr Hi, Is there any condition to check if a quest is completed? For example IsQuestCompleted(12345) or (!IsQuestCompleted(12345) Couldnt locate anything on it. Thank you
August 7, 20169 yr Quest.GetLogQuestIsComplete(245) if you're using it as Is Complete condition put it like this: return Quest.GetLogQuestIsComplete(245);
Create an account or sign in to comment