Hi all. Struggling with this one... I'm sure it's about the placement of the / modifier. I want to make dice rolling for NPCs (my own game system) a bit more streamlined by creating a quick "number of successes" following the generation of the number of dice from character sheets and inserted options: &{template:default} {{name=@{selected|token_name} }} SKILL USE [[ ((?{Level| Expert,4| Primary,3| Secondary,2| Tertiary,1| None,0|} + ?{Adv/Dis?|0} + ?{Assist?|0})d6) +2d6 - 10 - @{Selected|Wounds}|0)) ]] I can get the total score to display okay, but cant seem to get that score to be divided by 3.5 to replicate the average score of a d6. Anyone have any ideas, or have I exceeded the abilities of the macros lol. Regards, Phil