hi! sorry it's me, again.
I was wondering how to fit more than 4 partymembers in the save slot (just adding a second row so it don't end up off-screen) and, how to remove their name&level on the portrait.
Also, Happy valentine's day to you.;)
Hi, for removing the name and level, you can just comment out the lines in the function I gave you above that draw them.
For drawing more than 4 party members, it's a bit tough because the plugin is not set up for that, I think it would need an update unless you are comfortable writing your own JS, in which case you could modify the rect it is drawing the faces in.