I am using the D&D 4e character sheet template. I have this macro as a monster macro: /emas @{selected|token_name} sprays a stream of fire [[d20+4]] to hit vs @{target|token_name}'s Reflex @{target|ref} and deals [[3d6]] fire damage. When I run it I get this: Fire Beetle sprays a stream of fire 24 to hit vs Artanis Talvir's Reflex 10+floor(5/2)+floor((19-10)/2)+0+1+0+0+0+0 and deals 13 fire damage. So instead of getting just one number for reflex, I am getting the reflex score calculation. How do I change so I just get the reflex score?