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

Result rolls in chat box (HTML question)

Hi, Creating my first custom character sheet. I did buttons for roll, etc. but how to make results look like in picture bellow (using HTML) instead just a numbers in the chat box? <h3>INT</h3> <input type="number" name="attr_char_int""/> <button type='roll' value='Action Die=[[1d20+@{char_int}]]Luck Die=[[1d20+@{char_int}]]' name'roll_intCheck'>Roll</button> This what I have (above) but how to make it so, will look better in chat box?
1741902894

Edited 1741902919
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
This is done via roll templates. You can either define a custom roll template for your sheet, or use the default roll template (the template your picture is of). See the wiki for more information on using roll templates , and creating roll templates .
Scott C. said: This is done via roll templates. You can either define a custom roll template for your sheet, or use the default roll template (the template your picture is of). See the wiki for more information on using roll templates , and creating roll templates . Thanks, I used roll template, it's working. Problem solved.