Howdy. I seem to be having an exceptionally hard time getting these new header images to function in my macros. Using the default test on the character sheet it'll run just fine, but when I add any of the header syntax to my custom macros it pitches a fit at me and returns the following... Error: No character was found for 'header_image-pf_attack-melee' The macro I have set up is as follows. Any insight on how to make this fussy little thing operate would be much appreciated. &{template:pf_attack} {{header_image=@{header_image-pf_attack-melee}} {{character_name=Leslie Hopkins}}} {{name=Bastard Sword}} {{Bastard Sword Attack=[[1d20cs>19 + (@{Leslie Hopkins|attk-melee} + 1 + ?{Power Attack Penalty|0} + ?{Insightful Strike?|@{Leslie Hopkins|cha-mod}} + ?{Hit Mods|0})]]}} {{Bastard Sword Damage=[[?{Giant's Stance|2d8} + ((@{Leslie Hopkins|str-mod}) + 1 + ?{Power Attack Bonus|4} + ?{Insightful Strike?|@{Leslie Hopkins|cha-mod}} + ?{Dam Mods|0})]]}} {{Bastard Sword Crit Confirm=[[1d20cs>19 + (@{Leslie Hopkins|attk-melee} + 1 + ?{Power Attack Penalty|0} + ?{Insightful Strike?|@{Leslie Hopkins|cha-mod}} + ?{Hit Mods|0})]]}} {{Bastard Sword Crit Damage=[[(?{Giant's Stance|2d8} + ((@{Leslie Hopkins|str-mod}) + 1 + ?{Power Attack Bonus|4} + ?{Insightful Strike?|@{Leslie Hopkins|cha-mod}} + ?{Dam Mods|0}))]]}}