Hi everyone, I searched to a few topics here but I didn't found a solution yet. Goal is that with a macro I wat to link a token to a value on his character sheet. I kow that this should be happen wit token mod and I have this mod, but my tries didn't work. I want bar 1 for ac bar 2 for hp_temp and Bar 3 for hp. I did it here manually: my code: !script {{ --#hidecard|1 --#sourcetoken|@{selected|token_id} --#targettoken|@{target|token_id} --!t:[*T:t-id]|represents:[*S:t-represents] --!t:[*T:t-id]|name:[*S:t-name]|showname:[*S:t-showname]|showplayers_name:[*S:t-showplayers_name] --!t:[*T:t-id]|bar1_value:[*S:t-bar1_value]|bar1_max:[*S:t-bar1_max]|bar1_link:[*S:t-bar1_link] --!t:[*T:t-id]|bar2_value:[*S:t-bar2_value]|bar2_max:[*S:t-bar2_max]|bar2_link: --!t:[*T:t-id]|bar3_value:[*S:t-bar3_value]|bar3_max:[*S:t-bar3_max]|bar3_link: }}