
I'm trying to set up an NPC that should have advantage on their Initiative, but I'm really unsure of how to set up the coding so it will appear in what I assume is the Simple Template for the ability. While I feel I could set up the macro well enough sans template, getting the effective "2d20kh1" into what I pulled up from a roll below is not making sense to me on the how-to. I understand the sheet allows it but I have no clue on how to allow an NPC to draw from advantage or to hoodwink the system into allowing it. If anyone could help me with this I would really greatly appreciate it. The whole of the character sheet seems like occult wizardy, lol Edit: Actually, should I be using the pure Attack template for an NPC, and then just using "&{tracker}" within that? @{"NPC NAME"|wtype}&{template:npc} @{"NPC NAME"|npc_name_flag} {{rname=^{init}}} {{mod=[[[[@{"NPC NAME"|initiative_bonus}]][DEX]]]}} {{r1=[[@{"NPC NAME"|d20}+[[@"NPC NAME"|initiative_bonus}]][DEX] &{tracker}]]}} {{normal=1}} {{type=Initiative}} Annnnnd, nvm, I figured it out thanks to looking back and forth between a Beyond20 rollout and the NPC template. For those that would like to know: @{Kiril Stoyanovich|wtype}&{template:npc} @{Kiril Stoyanovich|npc_name_flag} {{rname=^{init}}} {{mod=[[[[@{Kiril Stoyanovich|initiative_bonus}]][DEX]]]}} {{r1=[[?{Roll Initiative with advantage?|Normal Roll,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1|Super Advantage,3d20kh1|Super Disadvantage,3d20kl1}+[[@{Kiril Stoyanovich|initiative_bonus}]][DEX] &{tracker}]]}} {{normal=1}} {{type=Initiative}} Honestly, I'm going to need to remember to donate to the guy's Patreon or whatever when my next paycheck comes in, Beyond20 is so incredibly helpful, particularly when you want to both get in quick AND learn how some of this coding stuff works for macros & templates, etc.