I am using a self-modified version of a macro I found that helps me keeptrack and convert my Player's gold total. Disclaimer, each currency tops off at 100 in our game. This is also just part of it since everything else works. [[@{selected|strength}*15]]}} {{$ (in GP) = [[@{selected|gp}+floor(@{selected|sp} / 100)+floor(@{selected|cp} / 100)+floor(@{selected|pp}*100)]]}} The weird part about it is, @|pp attribute cannot be detected on druids? Not quite sure if this is built to be related to their class but I was wondering if there are any work arounds for this?