Promote all conditions to be constraints

Kr99

New member
Personally, I think it would be better if conditions were the same as constraints in all respects. it would be easier to read constraints on if statements and on loops. It would be easy to copy and paste. Easier to test and modify without multiple steps. There would be fewer clicks to manage conditions.

For now you could probably get the equivalent by setting a variable to true or false based on some constraints and then only checking that variable in the condition. This does create extra work though. You can also add constraints to action blocks.

Now that you can add constraints to action blocks, it seems logical you should be able to add constraints to if blocks.
 

Kr99

New member
On further thought you could accomplish by creating a new if block type, called "if constraints met"
 
Top