Page 1 of 1

Can Conditions have an OR check?

Posted: Mon May 10, 2021 4:12 pm
by Grayson
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!

Re: Can Conditions have an OR check?

Posted: Mon May 10, 2021 4:14 pm
by Tony Li
Hi,

Yes, you can use the keyword 'or' just as well as 'and'.