Hello, i'm trying to make my first custom character sheet (Pendragon). i would like to make a sheet roll buton for rolling damages. the number of d6 is a sheet carac. (DEG), calculated from others caracs. Here is my code : < input type="number" name="attr_DEG" value="round((@{FOR}+@{TAI})/6)" disabled="true" > < button type='roll' name='roll_TestAttack2' value='/roll @{DEG}d6' > the result is : Could not determine result type of: [{"type":"M","expr":"round((17+10)/6)"},{"type":"C","text":"d6"}] i think it's a syntax issue, but i don't understand how to write it. Second question : how can i add some text as title to the result, something like " damages made by charactername:" ?