Preconditions Help

preconditions: ['AllStaff', 'BreakRoom']
preconditions: ['AllStaff', 'BreakRoom']
The above means AllStaff AND BreakRoom right?
preconditions: [['AllStaff', 'BreakRoom']]
preconditions: [['AllStaff', 'BreakRoom']]
and then this would mean AllStaff OR BreakRoom?
Solution:
Yes
Jump to solution
2 Replies
Solution
kyra
kyra7mo ago
Yes
Baylem
BaylemOP7mo ago
Thanks, I figured that was the case, I'm starting to get into some pretty complex preconditions and needed to sanity check myself

Did you find this page helpful?