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

How to reference an attribute's denominator in a macro

I'm trying to write a macro to reference an attribute's denominator but can only seem to reference the numerator instead. i.e. hit_points =25/30. However @{selected|hit_points} gives the result of 25... not 30. How can I reference an attribute's denominator in a macro?
1634530888
Kraynic
Pro
Sheet Author
@{selected|hit_points|max}
Yes! That's exactly what I needed. Thankyou!