Can someone help me ? i'm trying to set a macro that let me choose number of token, roll dices and alter hp bar. All this in only one macro. I try with this options: !power {{ --target_list|@{target|t1|token_id} | @{target|t2|token_id} |
@{target|t3|token_id} | @{target|t4|token_id} --Mass cure wounds|[[ [$R] ?{Level|5, 3d8+4|6, 4d8+4|7,
5d8+4}]] --alterbar1| _target|@{target|t1|token_id} _bar|1 _amount|[^R] --alterbar1| _target|@{target|t2|token_id} _bar|1 _amount|[^R] --alterbar1| _target|@{target|t3|token_id} _bar|1 _amount|[^R] --alterbar1| _target|@{target|t4|token_id} _bar|1 _amount|[^R]
}} In this way the macro doesn't work because it heals only the last target and not all target. Can Someone help me ?