
I have a token action that call for a target's antoher token action and it works fine only if I set the "control by" by to all players. The character macro is this one: /em @{selected|token_name} fires his automatic gun at @{target|token_name} [[(@{Agility}+@{Automatics}+@{Attackmod}-@{Recoil}-@{wound})d6>5]]vs%{target|defense} %{target|Armor-resist} (Defense and Armor-resist being a token action and not an attribute) the macro being called is this one: [[(@{Reaction} +@{Intuition} -@{wound} +@{Defmod} +?{Weapon Def Mod|0})d6>5]] Any Idea for a work around? It only works if rewrite the entire macro by using the target option before the attributes like so: [[(@{target|Reaction} +@{target|Intuition} -@{target|wound} +@{target|Defmod} +?{Weapon Def Mod|0})d6>5]] It's not that I don't trust my players but I'd rather not have them be able to look at an npc stats or worse, change them...