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

Trouble with Reporter Mod

1730084689

Edited 1730084816
I'm using the Reporter mod (thanks Keith!) for the first time, and running into an issue I didn't see in the original thread. Here is my macro !report||+|c|name|Location ----compact|true tokennotesbutton|true source|false charactersheetlink|false sort|tokenName title|Locations on this Map| showheader|false showfooter|false And here is the chat output.  As you can see it repeats the macro keywords (although it is appropriately configuring the output except for that). Can anyone help me understand what I'm doing wrong?  Thanks for your help.
I haven't used Reporter much myself, but the only thing that is jumping out at me is that you might need a space after the 4 hyphens before 'compact'.  I think the script is interpreting ----compact as a 'buttonline' command.
1730089222
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
That's pretty much exactly the problem. I am not the world's most polished programmer, and if I had to write this all over again, I'd work up better syntax. Without tes ting, I think you can fix it by leaving blanks for the other sections: !report||+|c|name|Location -- --- ----compact|true tokennotesbutton|true source|false charactersheetlink|false sort|tokenName title|Locations on this Map| showheader|false showfooter|false
Thank you both... It's obvious now that you mention it.