Well here I am working with Yanfly's message system, and evidently yanfly Neglected to make a message tag that writes an Actor's XP(lol damn thing does everything else, what a oversight), so I'm looking through his message tags(all of them), trying to figure out if there's a way around this, then I see it, the write variable value tag.
If I wanted to make custom standard party member stat pages, this would be a pain in the but to get working, but the char in question is not a normal char, It's a summoned char controlled by common events, so I can record whatever the hell I want, without bending over backwards.
I had to set a new variable for current xp, because my other after battle xp total, is used in a calculation to give the summoner the xp earned by the summon from that battle, but that's no problem.
Needless to say my custom char page now displays the char's current XP
Char status page+XP.png
Lol I think I just figured how to make a XP needed for next lv variable(a bit complicated, but not much more so then making my summoner gain just the XP from a battle the summon was just in, that the Summoner wasn't there for)
Basically my custom stat pages are gonna display everything the default can, and then some. On top of that, I like my char page format better then the default
Also I'm going to make the last 7 stats display the Element Attack, and the resistances to the 6 elements(well technically there's 7, but I'm not gonna give actors a default resistance to Physical anyway).