First, let me just say that this sheet is incredible, I've been able to set my game up exactly as I want it, and with very little experience running Roll20 campaigns. There is one things I've been struggling with though. Although I've got some programming experience, the macro and sheet interface are completely new to me. I've been able to get most of what I wanted set up by modifying other peoples macros or searching the sheet's source. At the moment, this is the macro I have set up for saving throws (visible on the token's macro bar): /w GM &{template:default} {{name=Saving Throws}} {{Str Save= [[1d20+@{npcd_str_mod}]] | [[1d20+@{npcd_str_mod}]]}} {{Dex Save= [[1d20+@{npcd_dex_mod}]] | [[1d20+@{npcd_dex_mod}]]}} {{Con Save= [[1d20+@{npcd_con_mod}]] | [[1d20+@{npcd_con_mod}]]}} {{Int Save= [[1d20+@{npcd_int_mod}]] | [[1d20+@{npcd_int_mod}]]}} {{Wis Save= [[1d20+@{npcd_wis_mod}]] | [[1d20+@{npcd_wis_mod}]]}} {{Cha Save= [[1d20+@{npcd_cha_mod}]] | [[1d20+@{npcd_cha_mod}]]} This macro was found as a comment by " zerosius " on the youtube video " <a href="https://www.youtube.com/watch?v=zLI-oAyHFaA" rel="nofollow">https://www.youtube.com/watch?v=zLI-oAyHFaA</a> " First, I've noticed it isn't using the NPC's saving mod, just it's ability mod, but I believe I can fix this by using " npc_str_save " instead of " npcd_str_mod ". The second problem is that it's formatting is different then my other prompts. I've tried to switch in " {template:npc} " and " {{name=Saving Throws}} " but the info doesn't show up. I believe it needs telling how to be formatted, but will the " rollname " field work when setting up info fields that don't include rolls, like this stat macro (from the same place as the last one): /w gm &{template:default} {{name=Stats}} {{Armor Class= @{selected|npc_AC}}} {{Hit Dice= @{selected|npc_hpformula}}} {{Speed= @{selected|npc_speed}}} {{Strength= @{selected|npcd_str} | @{selected|npcd_str_mod}}} {{Dexterity= @{selected|npcd_dex} | @{selected|npcd_dex_mod}}} {{Constitution= @{selected|npcd_con} | @{selected|npcd_con_mod}}} {{Intelligence= @{selected|npcd_int} | @{selected|npcd_int_mod}}} {{Wisdom= @{selected|npcd_wis} | @{selected|npcd_wis_mod}}} {{Charisma= @{selected|npcd_cha} | @{selected|npcd_cha_mod}}} Yes, I am fussy enough that the change in formatting is noticeable and frustrating.... I've looked for a guide on the roll tables you guys have set up for the sheet, but could only find details on the old sheet's tables. If there was some details online, or if someone could give me some guidance on setting these macros up with the roll tables I'd be awfully appreciative. The Third problem I have is that this doesn't use the excellent advantage/disadvantage system you have set up. This is what I've seen for individual rolls, but i wanted a "one button dose all" macro to save screen real estate: &{template:npc} {{name=@{npc_name}}} {{rname=Strength Save}} {{mod=[[[[@{npc_str_save}]][STR SAVE]]]}} {{r1=[[1d20+[[@{npc_str_save}]][STR SAVE]]]}} @{rtype}+[[@{npc_str_save}]][STR SAVE]]]}}" In an ideal world, I would like the macro to list the saving bonus' of the selected token. If you click the strength listing(like clicking on the weapon to roll damage during an attack), a strength save would be rolled (using the sheets advantage system, I have mine set up to prompt me). Is this even possible? I know that was a lot for one post, but if anyone could help or point me to guidance with any of these issues it would be great. Our second game is on this Saturday, and I'd like all my sheets and macros properly set up for this session. Thanks for any help, and again, fantastic work on this sheet.