As stated, I am trying to make a macro for attack rolls using the Hero System... Essentially what it is supposed to math out is if a roll of 3d6 amount to a targeted value of 11+(own modifier)-(target modifier). I just cant seem to get it to work, doesnt help that im a moron when it comes to all these codes and macros... what i've got so far is this: &{template:default}{{name=Attack Roll!}}{{Attack Roll= [[{3d6, 0d0}>[[11+?{Your OCV|0}-?{Target DCV|0}]]}} It portrays the template, and i've gotten it to finally math out the correct sequence of 11+(own modifier)-(target modifier), but now it just doesn't roll the dice... Please help