Hello to all, I am making my first macro and I have a small problem in its realization. &{template:default} {{name=@{selected|token_name} attaque au corps à corps @{target|character_name} }} {{Jet d'attaque (@{selected|meleeweapon})=[[1d20>[[@{selected|finalmeleeattack}-@{target|finalmeleedefence}]]]]}} {{Parade au bouclier=[[{1D6-@{target|shield}}<0]]}} {{Transpercer armure (@{target|armour})= [[[[@{selected|meleeabr}]]>{@{target|totalaf}+1}]] }} {{Dégâts=[[@{selected|meleedamage}]]}} The bold part should tell me if it's a success or not, but it tells me the result of the dice roll. @{selected|meleeabr} returns me for example 2D8 Can you help me to correct my mistake please?