Hi all, I'm trying to create a macro that rolls a number of attacks based on the npc's remaining health. I thought I almost had it but I need a way to roll a variable number of dice without user input. this is the current code im working on: [[(round(@{selected|npc_HP|current}/@{selected|HP|hitdice})) d4]] but it can easily be simplified to: [[NUMB d4]] where NUMB is the number of dice I want to roll. I know its possible to pass the value via a user input box (eg: ?{user number?|=1})) but is it possible to generate this number on the fly?