Quote:
Originally Posted by ownedbycats
Is it possible to put a separator between two variants in a chains? Dont think so but want to check.
|
No.
Quote:
Originally Posted by ownedbycats
Chain Variant: Suppose I have chain withb 4 variants. I want to have 2 run a specific action, 2 to not. What do I set _variant_argument?
|
_variant_argument for the two chains that should not run the action should be 1 and 2. For chains that should run the action should be 3 and 4.
The condition on that particualr action should be:
Code:
template = program: globals(_variant_argument)
datatype = number
comparison = ">"
condition value = 2