It appears as though someone has screwed around with the Song of Ice and Fire sheet’s macros, as each time we attempt to roll the macros, it simply rolls the number of dice that you have, which is to say, it does not roll the individual dice, it rolls the number which represents how many dice you have (see below) the first macro (directly from the sheet) rolls my will dice without any specialties, no penalties or anything like that, but it doesn’t roll those D6s, it simply rolls 5, the below Macro is my edited version of the Will Dedication Macro. It only took the deletion of a few spaces and parentheses to get it to roll the proper dice, if there’s anything you could do about this it would be absolutely wonderful, thank you!   &{template:sofai} {{input=**@{Aliesha |character_name} tests Will!**   [[ ( [[ @{Aliesha |will} + ?{Bonus Dice|0} ]] )d6dl( [[ ?{Bonus Dice|0} + @{Aliesha |wounds} + ?{Penalty Dice|0} ]] ) - @{Aliesha |injuries} - @{Aliesha |fatigue} ]] }}   &{template:sofai} {{input=**@{Aliesha |character_name} tests Will (Dedication)!**   [[ [[@{Aliesha |will} + @{Aliesha |willDedication} + ?{Bonus Dice|0} ]]d6dl [[@{Aliesha |willDedication} + ?{Bonus Dice|0} + @{Aliesha |wounds} + ?{Penalty Dice|0}]]  - @{Aliesha |injuries} - @{Aliesha |fatigue} ]] }}