View Single Post
Old 11-07-2024, 05:29 PM   #1407
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,090
Karma: 76037135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
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)?

Last edited by ownedbycats; 11-07-2024 at 05:33 PM.
ownedbycats is offline   Reply With Quote