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

Compare character values

I'm trying to call 3 attributes from else where on the character sheet and compare them for the highest attribute. I using the pathfinder sheet in a Feat other frequency max calc box  IE (@{int-mod},  @{wis-mod},  @{cha-mod} )kh1,  kh1 (@{int-mod},  @{wis-mod},  @{cha-mod} ), neither of these worked      Where using the below variables it would output 5   @{int-mod} =0   @{wis-mod} =2   @{cha-mod} =5
1708021527
Gauss
Forum Champion
Hi Lanth Sor,  The format you are looking for is {X,Y,Z}kh1 So in your example:  {@{int-mod}, @{wis-mod}, @{cha-mod}}kh1 This assumes you are using Ability macros. If you are not you need to include the character's name or selected in the attribute.  Example: @{charactername|int-mod} or @{selected|int-mod}