Hey, does it matter if I run a blank trigger in the sense of causing problems or reducing performance? This is the trigger I'm using and I'm thinking of removing the condition, and just let the blank trigger "No trigger" run instead. What do you think?
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Items_GeneralTrigger[(Integer A)] Not equal to No trigger <gen>
-
-
Then - Actions
-
Trigger - Run Items_GeneralTrigger[(Integer A)] (ignoring conditions)
-
-
Else - Actions
-