Multi-Conditional If/Else Command

Hello, I’m looking for a way to create an IF statement that only applies if multiple conditions are met, rather than just one condition as shown in the picture below:

Does anyone have a way to accomplish this? Ideally I’d have 3 different variables listed as Left Operands, and if their Right Operands all met specific criteria then the nested commands would be executed.

Appreciate any ideas or insight!

you can do it in HSL using the “&&” or you can nest IF statements together.

1 Like

If you’re looking to upgrade, then VENUS 6 and above offers this functionality:

4 Likes

You can do it with HSL code and I do it quite often. We have Venus 4 but are about to upgrade to 6 so I’m excited to use what Eric posted.

3 Likes

2 Likes