
Hi all, I'm a complete novice to this, but I'm having two issues when attempting to create a skill check macro that sends results to the GM only. Currently, my investigation macro looks like this: /me is investigating the area! /gmroll 1d20+@{selected|proficiency}+@{selected|intelligence_mod} Issues: My proficiency bonus isn't being identified- when I look at the attributes I can find [pb] but that also looks like it doesn't update based on the proficiency bonus on the character sheet- still says 2 on the attributes but the character is level 6 so it should be 3 as reflected on the sheet I would like this to inherit the skill check from the sheet and conditionally include proficiency when the player has it check on their sheet /gmroll 1d20+@{selected|investigation} does not appear to include the proficiency Is my only solution to include @{selected|pb} and simply ensure that I manually update that attribute or am I fundamentally doing this the wrong way? Any thoughts would be amazing! Cheers, Shawn