Hi, I'm a GM for a system that should not be named for fear of derailing the topic. If you have to ask it is "that" system, but I rather not go into details. So anyway the combat demands separate initiatives for each attacks and I want to find out if there's a way to automate it a bit. My current roll in the character sheet is: <button type="roll" name="roll_iniative" value="&{template:default} {{name=Initiative}} {{Roll:= [[1d100+@{dex_rea_mod}+@{breadth}-@{weapon_pen} ?{Modifiers|0} &{tracker}]]}}"></button> . I don't know if it matters but it is in a repeating section. I've looked around a little and there seemed to be some scripts that did similar things but I'm not savvy enough to understand how it works and adapt it to the system I'm running. What I would like is to button on the sheet and get a query for how many attacks will be done and get that many initiatives in the turn order. But honestly, I'll be happy with any solution. Thanks for reading and I'm happy with whatever help you can give!