
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?