So I am trying to make a nesting macro for my characters to use for rolling characteristics. Much like a dice nesting macro where the individual dice are in a nice template and you can click and roll. I have everything setup but when I click the button it does not roll. I tried making it on the character sheet and on the macros page to see what was wrong but I cannot quite figure it out. This is for Dark Heresy 2. Here is what I have for the code for the template and button prompt. /w gm &{template:default} {{name=Characteristic}} {{Roll=[WS](!#13;#WS ) }} Here is what I am using for the code on both the chracter sheet and the macro page. /w gm &{template:default} {{name=Weapon Skill}} {{Degrees=[[((@{WeaponSkill} + ?{modifier|0})-1d100)/10]] }} I would like to use this for weapon selection as well though after reading not sure if I should instead go with a roll query. Especially for reactionary actions.