Hi all I'm not a programmer by trade but I do tinker a bit and usually have pretty good success, but I'm running into a bit of a wall on the DnD4e character sheet and would love to get some input here. I'm having issues referencing the calculated values on the character sheet from a macro, getting responses with the calculation algorithm rather than the resulting calculation value and I'm not sure how to get around it. As a specific example I'm trying to get the total bonus for a character's Initiative, for which there's really no reference provided in the D&D4e Character Sheet wiki found here . Using @{selected|initiative} returns a value of "floor((17-10)/2)+floor(4/2)+0+0+0" and what I'm looking for is "2" (without the d20 roll result of 17). The wiki only lists a 'Roll' button and not the actual bonus value, but I did tinker a bit trying to find a solution. I've tried various permutations such as @{init-score} and @{init-bonus} (as well as sub initiative- for init-) but to no avail. The 4e wiki page does not provide any insight that I can find, guessing 4e is falling out of favor and lacking support? Similarly, I'm finding @{selected|hp-max} returns a response of "No attribute was found for @{selected|hp-max}", despite that being the documented reference for that field in the wiki. Is the DnD4e sheet still supported and wiki up to date?