Hi guys, I need your help to fix a bug. In my main Campaign, I created some macros to win time. When I test them all alone as GM it works greatly, but when players try to use them it goes wrong every time execpt if they focus themselves with the macros The following macro is a " Abilities Roll "- meaning on the character sheet - and goes that way: /em @{selected|character_name} attaque @{target|character_name} à Mains Nues: /roll ({[[(@{DEX} + @{nivMainsNues} + ?{Dé(s) supplémentaire(s)|0}-(%{target|DEF}))]]d10}>[[10-(@{DEX}-5+@{nivMainsNues}))]])) Dégâts: /r [[(@{CONS}+@{nivMainsNues} + @{FOR}-5 - @{target|tenueARM} - @{target|shield})]] The error message players see is : No ability was found for %{Dagga Sory|DEF} (Dagga Sory is the name of target token in this example) Can you plz help me to fix this, and tell what i'm doing wrong.