I want to create a macro for maxing out the HP of any monster (I have selected) For example: Instead of 3d8 HP for Aarakocra, I want it to be 3*8. !token-mod --set bar1|[[@{selected|npc_hpformula}]] >> This works by rolling the 3d8, but I need some sort of npc_formula|max. If possible, I'd be great if I can use it on multiple tokens at once, but if not then not. I think this must work on npc_hpformula, because I want to use it on multiple monsters. Maybe there is some way to change the d into a *, and then executing the formula? If this is not possible at all, I will have to roll the npc_hpformula 10 times, and keep highest 1. Will probably be close enough, but still.. :)