View Single Post
Old 05-22-2025, 04:54 AM   #1498
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,190
Karma: 1988646
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by ownedbycats View Post
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 View Post
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

Last edited by capink; 05-22-2025 at 04:58 AM.
capink is offline   Reply With Quote