Hi all,
I have a grouping conditions questions.
Say I have 6 parameters which I can be met at any time.
And I need 4 of those 6 parameters to be true for my bot to be fired.
How would I do this?
having a look at the conditions I can only set if one of more are true, But what I want to set up are if 4 of more are true.
is there a possible arrangement that can be done so I can accomplish this?
Grouping Conditions
- jamesedwards
- Posts: 3915
- Joined: Wed Nov 21, 2018 6:16 pm
You can nest conditions within nested conditions.Emtaxx wrote: ↑Wed Jun 11, 2025 2:18 pmHi all,
I have a grouping conditions questions.
Say I have 6 parameters which I can be met at any time.
And I need 4 of those 6 parameters to be true for my bot to be fired.
How would I do this?
having a look at the conditions I can only set if one of more are true, But what I want to set up are if 4 of more are true.
is there a possible arrangement that can be done so I can accomplish this?
But for 4 out of 6 probably easier to create a system where each parameter has it's own true/false SV. Then each SV can = 1 when true, and = 0 when false. Keep a running total of the SVs and trigger when that total => 4.