Hi. Sorry if this is in the wrong place, and if it has been covered somewhere else before, feel free to edit/move/delete/etc. Please forgive my bad english. So the wiki says: Helper Function Variables All of the helper functions that accept a number, such as rollTotal() or rollBetween(), can use the result of another inline roll in the same Roll Template in place of the number. For example {{#rollGreater() save poison}} would compare the result of the save inline roll and the poison inline roll and show the section if the save result was greater. I was wondering: is it possible to the same, but comparing the roll with a stat from the character sheet instead (such as "attr_destreza_01")? Like so: <button type='roll' value='&{template:stuff} {{attack=[[1d20]]}} {{skill=@{destreza_01}}}'> </button> <rolltemplate class="sheet-rolltemplate-stuff"> {{#rollLess() attack skill}} Section that appears in the roll template {{/rollLess() attack skill}} </rolltemplate> I've been trying to teach myself how to do all this and I have no idea if this makes any sense or even if it's possible. The above example doesn't work, I'm certain I'm missing something painfully obvious. I would appreciate any help, and thanks for reading.