I'm attempting to build chat menus for the fabula ultima community sheet using the Universal Chat Menus script found here: <a href="https://app.roll20.net/forum/post/7474530/script-call-for-testers-universal-chat-menus/?pagenum=1" rel="nofollow">https://app.roll20.net/forum/post/7474530/script-call-for-testers-universal-chat-menus/?pagenum=1</a> I managed to get main hand and off-hand weapon swings to work with the "Other Attributes" formatting from the script, however I did need to edit the sheet HTML to assign a name to the Accuracy button. My problem comes from Repeating Section buttons, which I would need to use for magic. I've gotten the chat menu to list off all the spells in the repeating section, but the button in the chat menu fails to roll the spell info. I've noticed dragging the Magic Check button from the sheet into the quick macros also fails to roll the spell info so I think it has to do with the sheet HTML but can't see any issue with it. Here's the macro code I have (note this will not work out of the box for others as it's designed to work with the modified sheet HTML I used to name buttons): !chatmenu @{selected|character_id} @{selected|character_name}'s Chat Menu --title:Weapons --@{selected|mainWeaponName},tn|@{selected|offWeaponName},n --title:Magic --repeating_offensivespells|offensiveSpellName|gbtn --repeating_basespells|baseSpellName|mbtn This is what the output for repeating sections ends up looking like when used with either the chat menu and quick macro bar: No ability was found for %{Phiojaw Soch|repeating_offensivespells_gbtn} Tyler H. (GM):Phiojaw Soch|repeating_offensivespells_-Ojg0Bk3ezogzgK86M2b_gbtn I don't really care if it's the macro or the HTML that needs to be edited, I would just really like a clean chat menu that lists and can cast all of a selected character's spells. I'm not exactly a macro or HTML expert so help would be appreciated!