Hello, i'm trying to make a macros with which the damage output is automatically subtracted from the target HP (bar1) this is the macro 'im currently using: /em attacks **@{target|token_name}**
&{template:default} {{name=attacks} {{Arma:= ?{choose your weapon|
@{noun1_name}, @{noun1_name} dealing [[[[[[(@{Lvl}/2)@{noun1}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun2_name}, @{noun2_name} dealing [[[[[[(@{Lvl}/2)@{noun2}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun3_name}, @{noun3_name} dealing [[[[[[(@{Lvl}/2)@{noun3}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun4_name}, @{noun4_name} dealing [[[[[[(@{Lvl}/2)@{noun4}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun5_name}, @{noun5_name} dealing [[[[[[(@{Lvl}/2)@{noun5}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun6_name}, @{noun6_name} dealing [[[[[[(@{Lvl}/2)@{noun6}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun7_name}, @{noun7_name} dealing [[[[[[(@{Lvl}/2)@{noun7}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun8_name}, @{noun8_name} dealing [[[[[[(@{Lvl}/2)@{noun8}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun9_name}, @{noun9_name} dealing [[[[[[(@{Lvl}/2)@{noun9}]] + @{Bonus though} - @{target|BAR2}]]|
@{noun10_name}, @{noun10_name} dealing [[[[[[(@{Lvl}/2)@{noun10}]] + @{Bonus though} - @{target|BAR2}]]} + ?{Bonus|0}]] damages}} {{tries to hit him= [[1t[D10D8]]]}} i tried to implement token mod, but with no avail, any suggestion?