Hi! I'm pretty new to these API mods and have 0 experience with JavaScript but I'm sure this must be possible...I just can't figure out how to do it! I'd like a script that allows me to 'transfer' the bar values of selected tokens from the red bar3 to the green bar1. This is to simulate the ally or foe health bar. I would like to also be able to swap back from the green bar to the red bar. I only ever want one bar visible and I don't want the number value to be present in either. Example use - My players tame a once enemy wolf. The wolf token is currenly 7/7 health in bar3 (red) and I would like to press a macro button that will set the bar1 (green) value to 7/7 and remove the bar3 values completly. Another player hits the wolf and the wolf takes 4 damage and also turns foe again. I press the macro again and bar3 values become 3/7 while bar1 values are removed completly. I found this post <a href="https://app.roll20.net/forum/post/6613528/switching-bar-1-and-bar-3-make-red-be-hp-green-ac-and-blue-be-nothing" rel="nofollow">https://app.roll20.net/forum/post/6613528/switching-bar-1-and-bar-3-make-red-be-hp-green-ac-and-blue-be-nothing</a> which is almost exactly what I want only I want to be able to swap back and forth freely only on selected tokens (mass change would be ideal but not sure this would be possible). Would anyone be able to help out with this? Thanks!!