Help needed. I came up with the following macro which works as intended. &{template:default} {{@{selected|token_name}'s Skill Roll}} {{ ?{Which Skill | Skill,**Skill** [[9 + (@{selected|INT}/5) + @{selected|Skill} ]] | Skill,**Skill** [[9 + (@{selected|INT}/5) + @{selected|Skill} ]] | 8 or less, **Need** [[8]] | 11 or less, **Need** [[11]] } **Roll is** [[3d6]] }} However I need to add the ability to add a modifier to the skill roll. So something like +?{modifier} Annoyingly every time I add it in, in any combination I can think of, it stops it from working. Any suggestions as to how to go about it? Any help on this would be great. Thanks in advance.