I have crafted my own custom character sheet for my game where the weapon section is a repeating section where the players can just add more weapons to that section themselves. I would like to use variables within those repeating sections to make macros that my players can use without opening the character sheet every time. However when I try putting @{selected|VariableName} in the macro, it says the chat says "No attribute was found for @{selected|VariableName}." I know for sure that I am using the correct attribute name, but it is as if it isn't in the character sheet. If I wanted to pull a variable from the repeating section, what would I need to type in the macro to pull it from the sheet? Can this even be done?