I'm trying to write a macro for a specific use case in an upcoming encounter. I'm using TokenMod and SelectManager to select certain specific tokens, some of which are on the Token layer and others on the GM layer, and set their bar1_values to zero. I thought adding "--current-page" would do this, but I've put "--current-page" in various locations within the macro but it still won't affect tokens that are not on the current layer: !token-mod --set bar1_value|0 {&select BK*,BWK*,BHD*,BKSS*,Pymmorgloraddar*,Indurlyrammatar*,Vaeranthynd*} --current-page Note: I originally intended to write something that would take the bar1_value of each selected token, sum those values, then apply that sum to the bar_1 value of another specific token without exceeding that token's max HP. This was to simulate a variant of a (D&D 5e) Great Wyrm's "Chromatic Awakening" where on being reduced to less than a certain number of HP the Wyrm would drain his remaining minions' hit points to save itself. After realizing that would probably involve writing a script and that's beyond my current skill set :) , I decided to just using a macro to drop the HPs of the minions to zero before I manually change the Wyrm's HP total.