Hi Sam, Love your work, just getting back into Roll20 after a long break and am having a blast setting things up in your character sheet. One thing that has got me and players a little stumped (I think it was mentioned earlier). Is there any way to get the macro for a repeatable field on a quickbar? Some things i've found: Repeatable fields have their own macro buttons on the character sheet which use their own macro text. These buttons can't be dragged down into the quickbar however. The repeatable fields buttons (0 - 26) can be dragged down, but they don't use the same macro text defined for the corresponding trait/feat/attack/whatever. I am toying around with PowerCards 2 to make things a little prettier as well as adjust what I want to show specifically, but after all my hard work have found that I am unable to use them without having the sheet open all the time, or defining custom macros for every single little thing, and referring to the repeatable fields using the full names (eg: repeating_trait_0_short-description). Is there any way to get quick access to the macro from within the macro text of a repeating field? Some way to change the repeatable fields buttons to refer to the macro text for the corresponding field? It would be great to be able to use these macros without having to open up the character sheet all the time. Some examples of the macros I am using: Trait !power --name|@{name} --!Tag|@{short-description} Attack !power --charid|@{character_id} --emote|@{selected|token_name} takes a swing at @{target|token_name} with his @{name} --name|@{name} --attack|[[1d20 + @{total-attack}]] -- crit|@{crit-target}/x@{crit-multiplier}| [[(@{crit-target}) + @{total-attack}]] atk needed | [[1d20 + @{total-attack}]] to confirm --defense|AC --damage|[[@{damage-dice-num}d@{damage-die} + @{total-damage}]] --type|@{type} Again, thanks for all the great work. Looking forward to hearing from you. EDIT Just read through most of this forum post and understand what the issue is now. A shame, really, but I can see that it's not something within your control right now. Thanks again!