So I've been trying my hand at creating macro's and I quite enjoy it. I have encountered 1 problem though. When writing my macro, I can't figure out how to call on the player's proficiency bonus. My current code is &{template:default} {{name=Shortbow}} {{attack=[[1d20+@{selected|npcd_dex_mod}+@{selected|Proficiency}]]}} {{AC=@{target|AC}}} {{damage=[[1d6+@{selected|npcd_dex_mod}]]}} I also tried it with PB, I get the same results. Does anyone know how I can fix this, or alternatively, create a global variable to store the proficiency bonus in?