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

Stats check macro issue

1456347125

Edited 1456347459
I have a macro that works for my original PC's but the ones added later it doesn't i'm missing something i'm sure but what i don't know.  here is my macro w GM &{template:default} {{name=@{Selected|Token_Name}}} {{HP[[@{Selected|HP}]]/Max[[@{Selected|HP|max}]]/Temp[[@{Selected|temp_HP}]] AC [[@{Selected|AC}]] Initiative [[@{Selected|initiative_overall}]] Speed [[@{Selected|speed}]] Passive Perception [[@{Selected|Perception}+10]] HD 6([[@{Selected|hd_d6}]]/[[@{Selected|hd_d6_max}]])/10([[@{Selected|hd_d10}]]/[[@{Selected|hd_d10_max}]]) HD 8([[@{Selected|hd_d8}]]/[[@{Selected|hd_d8_max}]])/12([[@{Selected|hd_d12}]]/[[@{Selected|hd_d12_max}]]) Inspiration [[@{Selected|inspiration}]] }} The issue i get is SyntaxError: Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or [0-9] but end of input found.
Odd, fixed it myself.  apparently i had to populate the temp hitpoints and the different HD pools (at zero was sufficient) to get it to work.  the other are populated but maybe it was at one point  i don't know but that fixed it.
FYI for others who read this -- Funny enough, same thing happened to a player this week with the Attack macro built into a 5e Character Sheet.  Because they didn't fill in the weapon damage and critical damage on the sheet, it would produce errors.  We scratched our heads for a bit until we figured it out.  Seems all info needs to be entered, as macros don't like blank / null fields?