I'm running a Star Trek game on Wednesday, and one of my players was kind enough to provide me with the following set of macros: &{template:default} {{name=War (+1)}} {{Advantage:=[[3d6kh2cs100cf0+1]]}} {{Normal:=[[2d6cs100cf0+1]]}} {{Disadvantage:=[[3d6dh1cs100cf0+1]]}} &{template:default} {{name=Peace (+1)}} {{Advantage:=[[3d6kh2cs100cf0+1]]}} {{Normal:=[[2d6cs100cf0+1]]}} {{Disadvantage:=[[3d6dh1cs100cf0+1]]}} &{template:default} {{name=Duty (+0)}} {{Advantage:=[[3d6kh2cs100cf0]]}} {{Normal:=[[2d6cs100cf0]]}} {{Disadvantage:=[[3d6dh1cs100cf0]]}} &{template:default} {{name=Explore (+0)}} {{Advantage:=[[3d6kh2cs100cf0]]}} {{Normal:=[[2d6cs100cf0]]}} {{Disadvantage:=[[3d6dh1cs100cf0]]}} &{template:default} {{name=Rank (+3)}} {{Advantage:=[[3d6kh2cs100cf0+3]]}} {{Normal:=[[2d6cs100cf0+3]]}} {{Disadvantage:=[[3d6dh1cs100cf0+3]]}} These will allow me to create five macros (one for each attribute in the game) and generate standard, advantage and disadvantage results, calculating the modifier for each individual characters stat. The problem I'm having is this... When I link one set of macros to the characters token, they appear whenever I click on any token in the game. This problem is compounded, because when I add another set of macros to a different token, these also appear. This is also extremely confusing, because I have to apply different modifiers to each individual set of macros, due to the characters different statistics. Basically, it makes it impossible to use the macros as intended. Am I doing something wrong here? Is there any way to fix this problem of the macros for one token linking to every token in the game?