I built a macro for calculating damage taken after subtracting armor. The macro works on my game in my account. It does not work in my boyfriend's game in his account. Essentially, the macro takes the damage input, then subtracts the armor's "stopping power" (SP) and also the character's "body type modifier" (BTM). Here is the macro. It is done as "show as token action". Standard-ammo &{template:custom} {{title=@{selected|character_name} is getting DAMAGE from}} {{subtitle=Standard ammo}} {{ [[ 0 + ?{Damage|0} - ?{SP|0} - @{selected|BTM} ]] }} I'm making these macros because other types of ammunition have more complex calculations than this example; those macros have the same problem. Can anyone explain what the problem is -- or might be? AND how to fix it? One possibility, in my account, I have the character tokens on the map layer. But in his account, right now they are on the token layer. And the result of the calculation in his game is always zero. Since I play in his game, I can't move tokens onto a map layer and retest the macro.