Hi there, I'm running a new campaign and there are some chars generating temp HP. I have a macro showing the party HP as an overview: /w gm &{template:default} {{name=Player HP}} {{Corvin Keeneyes=@{Corvin Keeneyes|hp} of @{Corvin Keeneyes|hp|max}}} {{Crower=@{Crower|hp} of @{Crower|hp|max}}} ... Now I dont want to only have the current HP but also the HP + Temp HP. Is there a way to add these automatically in a small mathematical function? I've tried Crower|hp+hp_temp but this does not work unfortunately. Thanks in advance.