#Are conditions in a 'choose' block ANDed or ORed?

1 messages · Page 1 of 1 (latest)

tribal monolith
#

Hi, simple thing. I can add multiple conditions to a 'choose' option. Is then checked if all are true or if only one is true?

I tried to google it and look at documentation but I cannot find any documentation on the choose block.

frozen pendant
#

AND by default, but you can code them to OR.

tribal monolith
#

perfect, thanks!