So I am trying to make a macro to use with a Wild Talents Game. I have the follow which is just a generic version to give me a basic option for what I am doing and should name the box, then a modifer option to select how many dice I want it to roll. The idea with this game being I need to see all the rolls, the total doesn't matter. &{template:default} {{name= ?{Name of Query|Attack|Power|Dodge|Skill}} {{Result= /r ?{Modifier|0}d10sd }} What I am getting back is a purple line instead of the 'name' of the box, then I get 'Result /r 5d10sd' if 5 is what I put into the modifier box. Not quite sure where I am going so wrong here, but any help would be appreciated.