This is for a D&D 5e game, using D&D 5e Character Sheets. Part I: I am a DM for a game with many players who have many Player Characters, so we have a lot of movements and changes between games. To help with this, I created a macro in the Macro Quick Bar. The goal is that any player could click any of their PC's tokens, click the macro, and it will roll initiative and add it to the turn order. My understanding is super basic, but it worked with the following: "%{selected|npc_init}" This means that it's only using their basic Initiative bonus, i.e. their DEX. I was hoping to get one that uses the attribute "initiative_style", so whatever their bonuses (whether it's a custom initiative, or they'll have Advantage/Disadvantage), all the macro has to look at is the "initiative_style", roll appropriately, and add it to the turn order. Is this feasible? Part II: I have a character who has a special exception. Every time they roll initiative, they roll another 1d4 and add the result to their initiative roll. What macros can handle this? I can't even get the macro to "/r 1d20 + {selected|initiative_bonus}". Conclusion: How can one make a macro for initiative that is NOT rolled from their sheet? I want the result you get from clicking "Initiative" on the character sheet, but as a MACRO. And then hopefully, I can manipulate it to make a custom Macro for those with unusual bonuses. Thank you!