Aussa
2015-11-02 01:47:40
Here is my current set of rules I am working on:
Is there a way so my execute/skip outgoing action can only be executed if the prior if statement is true? Or is there a way for a Then conditional to have two modifiers?
Any Help is appreciated.
~Aussa
Code: Select all
if ka==0 then ka=1
exit rules, execute Outgoing Action
if ka!=1 then ka=1
exit rules, skip Outgoing Action
if ka==1 then ka=0
exit rules, execute Outgoing Action
Any Help is appreciated.
~Aussa