I'm trying to get repeating abilities to show up in a macro, to make a quick dropdown list macro for players to reference condition effects. I made a character called "Conditions" and adding the conditions and their descriptions as abilities.  But I cannot seem to get it right, it breaks when I add the call for it.  I'm trying to do this (only have 2 so far to test until I get it working to add the rest):  ?{ConditionsList|
Bleed,@{Conditions|repeating_ability_-LjELRjwxaZMx1wpNZnY_roll}|
Blinded,@{Conditions|repeating_ability_-LjEOjf9suQKf44p95s4_roll}
}   What it should do is call the ability and spit out the roll to chat like such, the same as if I hit the roll button:       What am I missing here to pull this off?