Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Simple Macro Question

I figured out the basic synxax but what Im trying to is having a nested macro below the first one.   For Example [Macro1] [Macro2] [Macro3] Everything Ive tried has Macro3 to the right of macro2
1555064016

Edited 1555064049
I'm not 100% sure what you're asking, but it may help if they're popped into a simple 'table' template. I for example use something like this as a 'DM/Admin Menu'/// The code looks like this: /w gm &{template:npcatk} {{attack=1}} {{name=Admin Menu}} {{description=**Check PC Stats** [-Check AC](~Macroman|Check-AC) [-Check HP](~Macroman|Check-HP) [-Check Sanity](~Macroman|sanity-score) [-Check Money](~Macroman|New-Money-Total) [-Check XP](~Macroman|Check-XP) **Rests** [-Short Rest](~Macroman|Short-Rest) [-Long Rest](~Macroman|Long-Rest) [-Give Temp HP](~Macroman|Give-temp-HP) [-Dawn Rest](~Macroman|Dawn-Rest) [-Sanity Rest](~macroman|sanity-roll) **Saving Throws** [-Make a group saving throw](~macroman|Group-Check) **Concentration** [-Toggle Concentration](~Macroman|Concentration-Toggle) **Rewards** [-Change Money](~Macroman|Change-Money) [-Generate Magic Item](~Macroman|Magic-Menu) [-Give Extra XP](~Macroman|Extra-XP) [-End Session of XP](~Macroman|End-XP-Menu) [-XP Configuration](~Macroman|XP-config) **Status** [-Add Standard Status](~Macroman|Conditions) [-Add Custom Status](~Macroman|Custom_condition) [-Remove Status](~Macroman|Remove_condition) **Lighting** [-Enable Room Torches](~Macroman|Torches-On) [-Disable Room Torches](~Macroman|Torches-Off) **Marching Order** [-Set Marching Order](~Macroman|Marching-Order) }} As you'll see, everything dropped onto a separate line, in the code, pops it onto the same separate line on the output too..