I saw a few related posts and got the following to work for changing the toggle red for Advantage and Disadvantage as follows: Advantage : !setattr --sel --silent --replace
--advantagetoggle|'{{query=1}} {{advantage=1}} {{r2=\lbrak\lbrak\at{d20}'
--rtype|'\at{advantagetoggle}' Disadvantage : !setattr --sel --silent --replace --advantagetoggle|'{{query=1}} {{disadvantage=1}} {{r2=\lbrak\lbrak\at{d20}' --rtype|'\at{advantagetoggle}' The following works switching it to Normal but doesn't light the Normal toggle red for some reason - Thoughts? !setattr --sel --silent --replace --advantagetoggle|'{{query=1}} {{normal=1}} {{r2=\lbrak\lbrak\at{d20}' --rtype|'\at{advantagetoggle}'