Can Conditions have an OR check?
Posted: Mon May 10, 2021 4:12 pm
Can't seem to find it in the documentation if conditions statements can have an OR condition. For example:
((CheckQuestState("quest1","Done") == true) OR (CheckQuestState("quest1","Ongoing")==true))
I know AND works, but need an OR check in some cases.
Thanks!
((CheckQuestState("quest1","Done") == true) OR (CheckQuestState("quest1","Ongoing")==true))
I know AND works, but need an OR check in some cases.
Thanks!