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

Is it possible to get the value of result and not the whole formula?

input type="number" name="attr_STRmod" value="floor( (0.0009 * @{Strength} * @{Strength} * @{Strength}) + (-0.029 * @{Strength} * @{Strength}) + (0.6 * @{Strength}) +0.41) -4" disabled="true" data-formula="floor( (0.0009 * @{Strength} * @{Strength} * @{Strength}) + (-0.029 * @{Strength} * @{Strength}) + (0.6 * @{Strength}) +0.41) -4" When mousing over any rolls that @{STRmod} is added to, you get the whole formula but what I am wanting to see is just the end result/value. Is this possible?
1401917683
Lithl
Pro
Sheet Author
API Scripter
No, not as long as STRmod is a calculated value.
Thanks for the reply.