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

[Help} Nesting macro not whispering

Over the past few days, I made three nesting macros. The first one works as intended. I then used the same template to make two other nesting macros that launch macros that do table rolls. However, these two macros do not /w gm. Here are the scripts for a simplified version of nesting macro and the activated macro: /w gm &{template:default} {{name=Mishaps!}} {{Options}} | {{[Leading the Way](!
 #Lead-the-way) And the Lead the way macro: /w gm &{template:default} {{name=Mishap! Leading the Way}} | {{[[1t[Mishaps-Leading-the-Way]]]}} The nesting macro is whispered. And when I test the connected table roll macro, it is whispered. But launch the table macro using the nesting macro button and the result doesn't whisper.   Thanks in advance.
1586407425

Edited 1586407510
I ran into this bug also the other night when i was making new monsters and adding their macros. I had to shut down roll 20, wait 10 minutes and reboot. Lately it takes a long time for roll20 to thoroughly boot up. Another tip it is not good to have spaces in your macro names that also causes weird problems from time to time.
Thanks. So it’s not just me. The spaces are only in the header of the template. But I’ll give shortening the macro names a shot. My earlier nestling macro are still working fine. Just the ones from yesterday are wonky with the /w not working when launched from the nestling macro. But at least I know it’s not a coding error.
I figured out the issue. By removing the space between the ; and the # the launched macro began to /w. With the space it wouldn't. So the proper syntax is  [Hunting](!
#macroname) and not   [Hunting](!
 #macroname)