I want to create a chain with three variants:
Code:
program:
add_chain_variant('Update Reading Goal Genres','genres','', 'statistics.png');
add_chain_variant('Update Reading Goal Challenges','challenges','','statistics.png');
add_chain_variant('Update Genres + Challenges','','','statistics.png');
Would the best way to do the conditionals would be to, for example, set 'update challenges' action conditional to exclude genres (
text >= genres)?