What I did for my mod to display things was this
bottomPrint(%client, "<font:palatino linotype:22>\c4Name: \c2" @ %client.name @ " \c4- Gold: \c6" @ %client.Roleplay["Gold"] @ " \c4- Level: \c6" @ %client.Roleplay["Level"] @ " \c4- Race: \c6" @ %client.Roleplay["Race"] @ " \c4- Class: \c6" @ %client.Roleplay["Class"] @ " \c4- EXP: \c6" @ %client.Roleplay["EXP"] @ "", 1, 1);
Maybe make the health into a variable and bottom print it?