
Hi everyone. I'm trying to use nested macros as per <a href="https://roll20.zendesk.com/hc/en-us/articles/360037256794-Macros#Macros-NestinginaRollQuery" rel="nofollow">https://roll20.zendesk.com/hc/en-us/articles/360037256794-Macros#Macros-NestinginaRollQuery</a> I have a number of macros that use The Aaron's Tokenmod so that players can resize their character tokens. It would be nice to have just one macro and let players choose which size they want. Here's the script used for SzFull: !token-mod --set width|=70 height|=70 The other macros are similar except for the pixel sizes. Here's how I nested all of them: ?{Choose a size|20 by 20 pixels,#Sz20 |33 by 33 pixels,#Sz33 |40 by 40 pixels,#Sz40 |50 by 50 pixels,#Sz50 |Full square,#SzFull } However, when I run this, the drop down looks like this: Please, what am I doing incorrectly? Thank you in advance.