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

Hiding result composition

1642011618

Edited 1642019398
The following code gives the numerical answer I want: <button type="roll" value="/roll Animal Ken @{animalken} + @{point_spend} - @{injure}" name="roll_AnimalKen"></button> I would like to output it so that on mouseover it does not list the three component parts. I only want the total viewable, the composition being viewable unfortunately breaks the game system. Can anyone tell me how to do so?
Change it to an inline roll instead of /roll.  And then when you got the equation working, wrap the equation AGAIN in another set of [[]] and the mouse over will not display the equation anymore.  
1642029702
Andreas J.
Forum Champion
Sheet Author
Translator
example of what DM Eddie described: <button type="roll" value="/em rolls Animal Ken: [[@{animalken} + @{point_spend} - @{injure}]]" name="roll_AnimalKen"></button>
Thanks folks! That seems to have done the trick