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!
Can Conditions have an OR check?
Re: Can Conditions have an OR check?
Hi,
Yes, you can use the keyword 'or' just as well as 'and'.
Yes, you can use the keyword 'or' just as well as 'and'.