So I have this set up, apparently, correctly, but it's just not seeing the rules. I am running in the Experimental Sandbox (same results in the normal one) I set it up with: !group-init --add-group --filter-sheet dnd2024byroll20 --filter-tooltip advantage --roll-die-count 2 --roll-die-mod kh1 --computed initiative_bonus --computed init_tiebreaker --label advantage
!group-init --add-group --filter-sheet dnd2024byroll20 --filter-tooltip disadvantage --roll-die-count 2 --roll-die-mod kl1 --computed initiative_bonus --computed init_tiebreaker --label disadvantage
!group-init --add-group --filter-sheet dnd2024byroll20 --filter-tooltip normal --computed initiative_bonus --computed init_tiebreaker --label normal which results in: So far, so good. But if I run this macro ... !token-mod tooltip|advantage
!group-init ... which should set the tool tip to read "advantage" (it does), it should fire off group 1, right? It's not seeing the rule -- the label is not showing and it's not adding 2 to the Init roll (as that NPC should have). Same for when I try to detect "disadvantage" or "normal." Also if I just have rule 3 be the default (no tool tip reading). In all cases, "No matching rule." The mod output console, for just a single "normal" click of this generates: "Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named dnd2024byroll20"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named advantage"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named 2"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named kh1"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named initiative_bonus"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named init_tiebreaker"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named advantage"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named dnd2024byroll20"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named disadvantage"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named 2"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named kl1"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named initiative_bonus"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named init_tiebreaker"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named disadvantage"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named dnd2024byroll20"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named initiative_bonus"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named init_tiebreaker"
"Error: No attribute or sheet field found for character_id -OR7nVOAoWUOhLHSM3bU named normal" I've tried clearing then reloading the rules. I've tried with one or many characters. I've tried with PC and NPC characters. All the tokens involved are tied to 2024 character sheets. Am I just missing some embarrassingly obvious error I'm making? (Version is v0.9.41)