
Problem fixed! Thank you for the help.
Note for searches: This thread has macros for including advantage/disadvantage and other modifiers into a single attack roll without hiding the roll itself, as well as a macro for rolling any single dice and adding a bonus
How do I make a menu-based macro show the entire roll by default, so that you dont have to hover over the result, to see the entire roll? As per the image, when I use a macro, get the menu and click to roll, I only get the result but I really just want it to include the entire series of roll and whatever I clicked in the menu (so it would be Battle Axe Disadvantage, followed by the roll macro for instance) without having to hover over the result. I just want the line in chat, shown by the red color, to look like the line just below it if possible.
A thing to note: We are running 5e DnD and use a home-brew sheet in GoogleSheets which auto updates everything, so we cant link up to sheets native to roll20. Turning over to a native sheet on roll20 is not an option.
Ideally I would want to link up the scripts in roll20 to Google Sheets so I never have to change the macro, but that doesnt seem to be possible - or am I wrong?
TL;DR
1) How do I automatically show the rolls for menu-based macros?
2) Can I use macros to call to specific values from GoogleSheets? If yes; how?

Note for searches: This thread has macros for including advantage/disadvantage and other modifiers into a single attack roll without hiding the roll itself, as well as a macro for rolling any single dice and adding a bonus
Battle Axe Attack
/roll ?{Attack|
Standard, [Attack] 1d20+7|
Advantage, [Attack w. Advantage] 2d20kh1 +7|
Disadvantage, [Attack w. Disadvantage] 2d20kl1 +7|
Standard+Bless, [Attack w. Bless] 1d20+1d4+7|
Advantage+Bless, [Attack w. Advantage+Bless] 2d20kh1 +2d4kh1 +7|
Disadvantage+Bless, [Attack w. Disadvantage+Bless] 2d20kl1 +2d4kl1 +7}
/roll ?{Attack|
Standard, [Attack] 1d20+7|
Advantage, [Attack w. Advantage] 2d20kh1 +7|
Disadvantage, [Attack w. Disadvantage] 2d20kl1 +7|
Standard+Bless, [Attack w. Bless] 1d20+1d4+7|
Advantage+Bless, [Attack w. Advantage+Bless] 2d20kh1 +2d4kh1 +7|
Disadvantage+Bless, [Attack w. Disadvantage+Bless] 2d20kl1 +2d4kl1 +7}
Rolling dice
/roll ?{Dice|d4|d6|d8|d10|d12|d20|d100} + ( ?{Modifier|0} )
/roll ?{Dice|d4|d6|d8|d10|d12|d20|d100} + ( ?{Modifier|0} )
How do I make a menu-based macro show the entire roll by default, so that you dont have to hover over the result, to see the entire roll? As per the image, when I use a macro, get the menu and click to roll, I only get the result but I really just want it to include the entire series of roll and whatever I clicked in the menu (so it would be Battle Axe Disadvantage, followed by the roll macro for instance) without having to hover over the result. I just want the line in chat, shown by the red color, to look like the line just below it if possible.
A thing to note: We are running 5e DnD and use a home-brew sheet in GoogleSheets which auto updates everything, so we cant link up to sheets native to roll20. Turning over to a native sheet on roll20 is not an option.
Ideally I would want to link up the scripts in roll20 to Google Sheets so I never have to change the macro, but that doesnt seem to be possible - or am I wrong?
TL;DR
1) How do I automatically show the rolls for menu-based macros?
2) Can I use macros to call to specific values from GoogleSheets? If yes; how?
