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

Pathfinder by Roll20, no value for hp_max on any characters.

I'm trying to have a macro set up to show everyone's HP to the GM, I'm helping out as a semi-co-GM, so I have access to everyone's characters. When I use @{"character name"|hp}, it shows current HP just fine. When I use @{"character name"|hp_max}, it returns a 0 for every character. I double checked every single sheet, and none of the characters have 0 for max HP.  When I was setting up tokens, setting bar1 to HP had no problems. Adjusting current and max HP on the character sheet effected the token and vise versa. I double checked the pathfinder game I'm running as full GM, and the same thing. Every single character comes up with 0 HP. NPCs and character sheets all have this problem. If I reference @{hp_max} to do something like add it to damage of a weapon, I get 0 for every. Change it to @{hp} and they get a ton of bonus damage now.
1715737060
vÍnce
Pro
Sheet Author
Just curious, what about @{"character name"|hp|max} ?  Also, is there anything in the max field on the attributes and abilities tab when look at "hp"?
@{"character name"|hp|max} works. There is the HP in the attributes and abilities tab. There is "hp" and "hp_base", which seem to be the exact same values for some reason. There is no attribute anywhere for hp_max, so I'm a little annoyed that when you hover over the HP in the character sheet, it says hp_max and not hp|max.
1716224412
vÍnce
Pro
Sheet Author
Brandon S. said: @{"character name"|hp|max} works. There is the HP in the attributes and abilities tab. There is "hp" and "hp_base", which seem to be the exact same values for some reason. There is no attribute anywhere for hp_max, so I'm a little annoyed that when you hover over the HP in the character sheet, it says hp_max and not hp|max. Agree that it's a little odd.&nbsp; All attributes include a hidden "max" ie attr_hp includes hp_max.&nbsp; I believe that the default value for max attribute is "0" unless it is exclusively being changed somehow.&nbsp; Macros and token bars can normally read that value by using "|max" with the appropriate attribute name. Some info on the wiki here; <a href="https://wiki.roll20.net/Complete_Guide_to_Macros_%26_Rolls#Variables" rel="nofollow">https://wiki.roll20.net/Complete_Guide_to_Macros_%26_Rolls#Variables</a>