Hi guys,  I have a problem with a macro for Mass Cure Wounds. I use this macro for Cure Wounds with AlterBar and Power Api  "!power {{ --Cura ferite|[[ [$R] (?{Level|1}d8)+@{wisdom_mod}+(?{Level|1}*2)]] --alterbar1| _target|@{target||token_id} _bar|1 _amount|[^R] }}" In the Macro there is the "Disciple of Life" too.  Someone know how i set more target for use Mass Cure Wounds ?  I tried in this way:  " !power {{ --Cura ferite|[[ [$R] (?{Level|1}d8)+@{wisdom_mod}+(?{Level|1}*2)]] --target_list|@{target|t1|token_id} | @{target|t2|token_id} --alterbar1| _target|@{target|t1|token_id} _bar|1 _amount|[^R]  | _target|@{target|t2|token_id} _bar|1 _amount|[^R] }}"  But it doesn't work because in this way the macro heals only the target2.