Question about triggers
-
I want a trigger only to happen only if condition A is true and condition B is false.
I know that I can get an AND by listing multiple conditions and a NOT by using invert. But I can't see a way to combine them into an AND NOT
Help?
-
@Mas-N Can you invert B and then require them both to be true?
-
@ff03k64 No. You can only invert a trigger, not a condition.
-
invert values: true or false. default if missing is false. if true, this attachment's condition will be reversed (does not reverse the effect).
line 2922 of POS2. Wouldn't that do what you want? Or am i reading something wrong?