Hello fellas! First I'm not an english native speaker so sorry if my sentences seems awkward. So I started a campaign on D&D4 with IRL friends but we've got problems to reunite so as the GM I started to set up our party on Roll20 if it can help to have more opportunities to play. I've got some issues with macros for powers. My first issue is the following : One of the characters in the party is a psion. So he can accentuate his powers and it changes their effects. I found the "augment" functionality with things like {{augmenttoggle=[[?{Augment|0}]]}} and {{augment1attack}} and it's quite cool. But there seems to be no things like {{augment0attack}} so I am forced to put things like this : &{template:dnd4epower} {{atwill=1}} {{name=@{power-5-name}}} {{class=Flamboyant}} {{level=1}} {{type=A volonté}} {{keywords=♦ accentuable, arme, psionique}} {{action=Action simple}} {{range=Corps à corps arme}} {{target=une créature}} {{augmenttoggle=[[?{Augment|0}]]}}{{attack=[[1d20+@{power-5-attack}]] vs @{power-5-def}}} {{hiteffect=**[[@{power-5-weapon-num-dice}d@{power-5-weapon-dice}+@{power-5-damage}]]** dégâts}} {{augment1attack=[[1d20+@{power-5-attack}]] vs @{power-5-def}}}{{augment1hiteffect=**[[@{power-5-weapon-num-dice}d@{power-5-weapon-dice}+@{power-5-damage} ]]** dégâts}} (Yes that's french and I cut some parts of text effect to be a little clearer) But in this case, if I roll with Augment 1, I will still have my common roll up there So, is there a possibility to block the first roll if I do an Augment ? And here comes my second issue. I've read a lot of topics about this but they seems quite old and maybe things changed since that. (like with 5th OGL Sheet) I would like to reduce an attribute value created to represent psionic points which are attributed to one of the tokens bars. So for exemple, if I roll this power up there with Augment 1, I want it to reduce my attribute/bar of one point. Are we now able to do this without the API or do I really need to switch my plus account for a pro and mess with some code? Thanks for your anwsers and sorry for playing with this edition :P